2 Commits aec82b1f4c ... 53c6d14e3a

Autor SHA1 Mensagem Data
  Mr_Tang 53c6d14e3a Merge branch 'master' of http://39.108.133.138:3000/2001010134/RaoYing 3 anos atrás
  Mr_Tang 407eb5bf5d html 3 anos atrás

+ 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);
+    }

BIN
target/classes/WebsiteES/myBatis/Goods.class


BIN
target/classes/WebsiteES/myBatis/GoodsMapper.class


BIN
target/classes/WebsiteES/myBatis/Selection.class


BIN
target/classes/WebsiteES/myBatis/SelectionMapper.class


BIN
target/classes/WebsiteES/myBatis/Store.class


BIN
target/classes/WebsiteES/myBatis/StoreMapper.class


BIN
target/classes/WebsiteES/myBatis/Useraccount.class


BIN
target/classes/WebsiteES/myBatis/UseraccountKey.class


BIN
target/classes/WebsiteES/myBatis/UseraccountMapper.class