|
@@ -1,4 +1,4 @@
|
|
-body {
|
|
|
|
|
|
+ body {
|
|
/* background-color: transparent; */
|
|
/* background-color: transparent; */
|
|
position: relative;
|
|
position: relative;
|
|
margin: 0;
|
|
margin: 0;
|
|
@@ -168,6 +168,7 @@ form>div.Store>div.goods>div#exp>div#count>*:active {
|
|
form>div#BottomBar {
|
|
form>div#BottomBar {
|
|
position: fixed;
|
|
position: fixed;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
|
|
+ width: 100%;
|
|
padding: 15px;
|
|
padding: 15px;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -183,16 +184,12 @@ form>div#BottomBar input:nth-of-type(2) {
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
color: white;
|
|
color: white;
|
|
padding: 10px 30px;
|
|
padding: 10px 30px;
|
|
- border: white;
|
|
|
|
- background-color: rgb(92, 52, 235);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-/* form>div#BottomBar input:nth-of-type(1) {
|
|
|
|
|
|
+ border: 2px solid rgb(82, 40, 236);
|
|
|
|
+ background-color: rgb(171, 151, 243);
|
|
|
|
+ /* form>div#BottomBar input:nth-of-type(1) {
|
|
float: right;
|
|
float: right;
|
|
} */
|
|
} */
|
|
-
|
|
|
|
-@font-face {
|
|
|
|
- font-family: 'Harmony SC';
|
|
|
|
- src: url(../fonts/HarmonyOS_Sans_SC_Medium.ttf);
|
|
|
|
-}
|
|
|
|
|
|
+ @font-face {
|
|
|
|
+ font-family: 'Harmony SC';
|
|
|
|
+ src: url(../fonts/HarmonyOS_Sans_SC_Medium.ttf);
|
|
|
|
+ }
|