Pārlūkot izejas kodu

Merge branch 'master' of http://39.108.133.138:3000/2001010134/RaoYing

Future 3 gadi atpakaļ
vecāks
revīzija
79185fedc0
1 mainītis faili ar 9 papildinājumiem un 12 dzēšanām
  1. 9 12
      src/main/webapp/css/CartCss.css

+ 9 - 12
src/main/webapp/css/CartCss.css

@@ -1,4 +1,4 @@
-body {
+    body {
     /* background-color: transparent; */
     position: relative;
     margin: 0;
@@ -168,6 +168,7 @@ form>div.Store>div.goods>div#exp>div#count>*:active {
 form>div#BottomBar {
     position: fixed;
     bottom: 0;
+    width: 100%;
     padding: 15px;
 }
 
@@ -183,16 +184,12 @@ form>div#BottomBar input:nth-of-type(2) {
     font-size: 15px;
     color: white;
     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;
 } */
-
-@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);
+    }