Bläddra i källkod

feat:修改样式

jinx 4 år sedan
förälder
incheckning
c849326159
4 ändrade filer med 4 tillägg och 4 borttagningar
  1. 1 1
      pages/cart/cart.wxss
  2. 1 1
      pages/discover/discover.wxss
  3. 1 1
      pages/offline/offline.wxss
  4. 1 1
      pages/webview/index.wxss

+ 1 - 1
pages/cart/cart.wxss

@@ -378,6 +378,6 @@ page{
     text-align: center;
     line-height: 100rpx;
     font-size: 34rpx;
-    background: rgba(237,93,24,1);
+    background: #0075DC;
     color: #fff;
 }

+ 1 - 1
pages/discover/discover.wxss

@@ -692,7 +692,7 @@ page {
   width: 140rpx;
   height: 140rpx;
   border-radius: 50%;
-  /* background:rgba(237,93,24,1);
+  /* background:#0075DC;
   box-shadow:0px 1px 6px rgba(0,0,0,0.16); */
   display: flex;
   flex-direction: column;

+ 1 - 1
pages/offline/offline.wxss

@@ -26,7 +26,7 @@
   width: 200rpx;
   text-align: center;
   border-radius: 4rpx;
-  background:rgba(237,93,24,1);
+  background:#0075DC;
   height: 78rpx;
   line-height: 78rpx;
   font-size: 30rpx;

+ 1 - 1
pages/webview/index.wxss

@@ -566,7 +566,7 @@
   width: 140rpx;
   height: 140rpx;
   border-radius: 50%;
-  /* background:rgba(237,93,24,1);
+  /* background:#0075DC;
   box-shadow:0px 1px 6px rgba(0,0,0,0.16); */
   display: flex;
   flex-direction: column;