|
@@ -12,12 +12,12 @@ body{
|
|
|
form
|
|
|
{
|
|
|
border-radius: 10px;
|
|
|
- position: relative;
|
|
|
+ /* position: relative; */
|
|
|
width: 100%;
|
|
|
min-height: 100px;
|
|
|
min-width: 500px;
|
|
|
}
|
|
|
-form>div#Store
|
|
|
+form>div.Store
|
|
|
{
|
|
|
position: relative;
|
|
|
margin-top: 10px;
|
|
@@ -28,19 +28,19 @@ form>div#Store
|
|
|
font-size: 16px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
-/* div#Cartlist>div#Store:last-child
|
|
|
+/* div#Cartlist>div.Store:last-child
|
|
|
{
|
|
|
margin-bottom: 0;
|
|
|
} */
|
|
|
-form>div#Store>*{
|
|
|
+form>div.Store>*{
|
|
|
border-bottom: 1px solid gainsboro;
|
|
|
}
|
|
|
|
|
|
-form>div#Store>*:last-child{
|
|
|
+form>div.Store>*:last-child{
|
|
|
border-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-form>div#Store>a.lable
|
|
|
+form>div.Store>a#lable
|
|
|
{
|
|
|
height: 48px;
|
|
|
line-height: 48px;
|
|
@@ -49,14 +49,14 @@ form>div#Store>a.lable
|
|
|
overflow: hidden;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
-form>div#Store>a.lable>input
|
|
|
+form>div.Store>a#lable>input
|
|
|
{
|
|
|
height: 24px;
|
|
|
width: 24px;
|
|
|
margin: 12px;
|
|
|
margin-left: calc(1ch + 12px);
|
|
|
}
|
|
|
-form>div#Store>a.lable>div#StoreIcon
|
|
|
+form>div.Store>a#lable>div#StoreIcon
|
|
|
{
|
|
|
height: 40px;
|
|
|
width: 40px;
|
|
@@ -64,31 +64,31 @@ form>div#Store>a.lable>div#StoreIcon
|
|
|
margin-left: calc(1ch + 4px);
|
|
|
text-align: center;
|
|
|
}
|
|
|
-form>div#Store>a.lable>div#StoreIcon>img
|
|
|
+form>div.Store>a#lable>div#StoreIcon>img
|
|
|
{
|
|
|
max-width: 100%;
|
|
|
max-height: 100%;
|
|
|
}
|
|
|
-form>div#Store>a.lable>h3
|
|
|
+form>div.Store>a#lable>h3
|
|
|
{
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
|
-form>div#Store>div.goods{
|
|
|
+form>div.Store>div.goods{
|
|
|
height: 96px;
|
|
|
display: flex;
|
|
|
justify-items: center;
|
|
|
overflow: hidden;
|
|
|
background-color:transparent;
|
|
|
}
|
|
|
-form>div#Store>div.goods>input{
|
|
|
+form>div.Store>div.goods>input{
|
|
|
height: 24px;
|
|
|
min-width: 24px;
|
|
|
margin: 36px;
|
|
|
margin-left: calc(1ch + 12px);
|
|
|
margin-right: calc(1ch + 12px);
|
|
|
}
|
|
|
-form>div#Store>div.goods>div#GoodsIcon
|
|
|
+form>div.Store>div.goods>div#GoodsIcon
|
|
|
{
|
|
|
height: 88px;
|
|
|
min-width: 88px;
|
|
@@ -96,24 +96,24 @@ form>div#Store>div.goods>div#GoodsIcon
|
|
|
margin-left: calc(1ch + 4px);
|
|
|
text-align: center;
|
|
|
}
|
|
|
-form>div#Store>div.goods>div#GoodsIcon>img
|
|
|
+form>div.Store>div.goods>div#GoodsIcon>img
|
|
|
{
|
|
|
max-width: 100%;
|
|
|
max-height: 100%;
|
|
|
}
|
|
|
-form>div#Store>div.goods>div#exp
|
|
|
+form>div.Store>div.goods>div#exp
|
|
|
{
|
|
|
position: relative;
|
|
|
margin: 8px;
|
|
|
height: 80px;
|
|
|
width: 100%;
|
|
|
}
|
|
|
-form>div#Store>div.goods>div#exp>*
|
|
|
+form>div.Store>div.goods>div#exp>*
|
|
|
{
|
|
|
width: 100%;
|
|
|
margin: 0;
|
|
|
}
|
|
|
-form>div#Store>div.goods>div#exp>div#count
|
|
|
+form>div.Store>div.goods>div#exp>div#count
|
|
|
{
|
|
|
position: absolute;
|
|
|
width: 25%;
|
|
@@ -127,7 +127,7 @@ form>div#Store>div.goods>div#exp>div#count
|
|
|
display: flex;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
-form>div#Store>div.goods>div#exp>div#count>*{
|
|
|
+form>div.Store>div.goods>div#exp>div#count>*{
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
margin: 0;
|
|
@@ -138,15 +138,24 @@ form>div#Store>div.goods>div#exp>div#count>*{
|
|
|
background-color: white;
|
|
|
user-select: none;
|
|
|
}
|
|
|
-form>div#Store>div.goods>div#exp>div#count>*:hover
|
|
|
+form>div.Store>div.goods>div#exp>div#count>*:hover
|
|
|
{
|
|
|
background-color: gainsboro;
|
|
|
}
|
|
|
-form>div#Store>div.goods>div#exp>div#count>*:active
|
|
|
+form>div.Store>div.goods>div#exp>div#count>*:active
|
|
|
{
|
|
|
background-color: gray;
|
|
|
}
|
|
|
|
|
|
+form>div#BottomBar
|
|
|
+{
|
|
|
+ position: fixed;
|
|
|
+ right: 0;
|
|
|
+ bottom: 0;
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
@font-face
|
|
|
{
|