zhengjinyi hace 4 años
padre
commit
4bb15376ab

+ 1 - 1
src/main/resources/static/css/base/base.h5.css

@@ -167,7 +167,7 @@
 .jconfirm .jconfirm-box .jconfirm-buttons button{font-size:3.4vw!important;}
 /* 咨询,回到顶部 */
 #scrollTop{display:none;position:fixed;right:3.2vw;z-index:9999;bottom:4vw;}
-#scrollTop .item{width:15vw;background-color:rgba(190,194,201,.3);box-sizing:border-box;text-align:center;margin-bottom:2.5vw;font-size:3vw;position:relative}
+#scrollTop .item{width:15vw;background-color:rgba(190,194,201,.3);box-sizing:border-box;text-align:center;margin-bottom:2.5vw;font-size:3vw;position:relative;border-radius: 0.2vw;}
 #scrollTop .item>span{box-sizing:border-box;display:block;padding:1.5vw;line-height:3.4vw;}
 #scrollTop .item .phone,#scrollTop .item .toTop{width:100%;height:100%;}
 #scrollTop .item .phone:before,#scrollTop .item .toTop:before{display:block;margin:0 auto;width:5.8vw;height:5.8vw;}

+ 2 - 2
src/main/resources/static/css/flea-market/list.css

@@ -86,8 +86,8 @@
     .no-content{padding:26.6vw 5.3vw;background-color: #fff;margin: auto;}
     .no-content img{width: 50%;display: block;margin: 0 auto;padding: 0.5rem 0;}
     .error-message{text-align: center;margin-top: 5.3vw;font-size: 3.7vw;color: #53504D}
-    .fabu{width: 15vw;height: 12vw;text-align: center;font-size: 2.5vw;background: #fff;position: fixed;bottom: 35.5vw;right: 3.2vw;}
-    .fabu a{ color: #fff;display: block;background: #e15616;height: 12vw;width:15vw;box-sizing: border-box;padding: 1.2vw 0;}
+    .fabu{width: 15vw;height: 12vw;text-align: center;font-size: 3vw;background: #fff;position: fixed;bottom: 35.5vw;right: 3.2vw;border-radius: 0.2vw;}
+    .fabu a{ color: #fff;display: block;background: #e15616;height: 12vw;width:15vw;box-sizing: border-box;padding: 1.2vw 0;border-radius: 0.2vw;}
     .fabu a .mIcon{width: 4.6vw;height: 4.6vw;display: block;margin: 0 auto;}
     .fabu a .mIcon:before{width: 4.6vw;height: 4.6vw;display: block;background-position: -93vw -53vw;}
     .fabu a p{line-height: 4.2vw;text-align: center;margin-top: 1vw;}