Jelajahi Sumber

Merge branch 'master' of http://git.cc-lotus.info/ball-court/ball-applet

zs 2 tahun lalu
induk
melakukan
ac125613ed
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      pages/club/index.less
  2. 1 1
      pages/club/index.wxss

+ 1 - 1
pages/club/index.less

@@ -70,7 +70,7 @@
         }
 
         .list:nth-child(1n) {
-            background-image: linear-gradient(to right, #44a2f0, #9bd1fd);
+            background-image: linear-gradient(to right, #9bd1fd,#44a2f0 );
         }
 
         .list:nth-child(2n) {

+ 1 - 1
pages/club/index.wxss

@@ -58,7 +58,7 @@
   width: 80px;
 }
 .main .two .list:nth-child(1n) {
-  background-image: linear-gradient(to right, #44a2f0, #9bd1fd);
+  background-image: linear-gradient(to right, #9bd1fd, #44a2f0);
 }
 .main .two .list:nth-child(2n) {
   background-image: linear-gradient(to right, #eb5299, #ffaed4);