kulley 6 лет назад
Родитель
Сommit
6303bb6afa

+ 0 - 8
src/app.css

@@ -18,14 +18,6 @@
     height: 50px;
     height: 50px;
 }
 }
 
 
-.tabbar-active {
-    color: #258fff;
-}
-
-.tabbar-inactive {
-    color: #b9b9b9;
-}
-
 .tabbar-hidden {
 .tabbar-hidden {
     height: 0;
     height: 0;
     transition: all ease 0.3s;
     transition: all ease 0.3s;

+ 2 - 2
src/pages/home/all/index.css

@@ -6,7 +6,7 @@
 
 
 .guess-title {
 .guess-title {
     display: block;
     display: block;
-    color: #397f44;
+    color: goldenrod;
     font-size: 16px;
     font-size: 16px;
     margin: 0 auto;
     margin: 0 auto;
     padding: 20px 0;
     padding: 20px 0;
@@ -43,7 +43,7 @@
 
 
 .guess-item-price {
 .guess-item-price {
     display: inline-block;
     display: inline-block;
-    color: #397f44;
+    color: #f44;
     font-size: 20px;
     font-size: 20px;
     font-weight: 600;
     font-weight: 600;
     float: right;
     float: right;

+ 7 - 7
src/pages/home/all/index.js

@@ -17,37 +17,37 @@ class All extends Component {
     render() {
     render() {
         const data = [
         const data = [
             {
             {
-                icon: 'https://gw.alipayobjects.com/zos/rmsportal/nywPmnTAvTmLusPxHPSu.png',
+                icon: 'https://ece-img-1254337200.cos.ap-chengdu.myqcloud.com/icon/jacket.png',
                 text: '夹克',
                 text: '夹克',
                 id: 'jacket'
                 id: 'jacket'
             },
             },
             {
             {
-                icon: 'https://gw.alipayobjects.com/zos/rmsportal/nywPmnTAvTmLusPxHPSu.png',
+                icon: 'https://ece-img-1254337200.cos.ap-chengdu.myqcloud.com/icon/coat.png',
                 text: '外套',
                 text: '外套',
                 id: 'coat'
                 id: 'coat'
             },
             },
             {
             {
-                icon: 'https://gw.alipayobjects.com/zos/rmsportal/nywPmnTAvTmLusPxHPSu.png',
+                icon: 'https://ece-img-1254337200.cos.ap-chengdu.myqcloud.com/icon/shirt.png',
                 text: '衬衫',
                 text: '衬衫',
                 id: 'shirt'
                 id: 'shirt'
             },
             },
             {
             {
-                icon: 'https://gw.alipayobjects.com/zos/rmsportal/nywPmnTAvTmLusPxHPSu.png',
+                icon: 'https://ece-img-1254337200.cos.ap-chengdu.myqcloud.com/icon/skirts.png',
                 text: '半身裙',
                 text: '半身裙',
                 id: 'skirts'
                 id: 'skirts'
             },
             },
             {
             {
-                icon: 'https://gw.alipayobjects.com/zos/rmsportal/nywPmnTAvTmLusPxHPSu.png',
+                icon: 'https://ece-img-1254337200.cos.ap-chengdu.myqcloud.com/icon/sweater.png',
                 text: '针织衫',
                 text: '针织衫',
                 id: 'sweater'
                 id: 'sweater'
             },
             },
             {
             {
-                icon: 'https://gw.alipayobjects.com/zos/rmsportal/nywPmnTAvTmLusPxHPSu.png',
+                icon: 'https://ece-img-1254337200.cos.ap-chengdu.myqcloud.com/icon/windbreak.png',
                 text: '风衣',
                 text: '风衣',
                 id: 'windbreak'
                 id: 'windbreak'
             },
             },
             {
             {
-                icon: 'https://gw.alipayobjects.com/zos/rmsportal/nywPmnTAvTmLusPxHPSu.png',
+                icon: 'https://ece-img-1254337200.cos.ap-chengdu.myqcloud.com/icon/pants.png',
                 text: '裤子',
                 text: '裤子',
                 id: 'pants'
                 id: 'pants'
             },
             },

+ 1 - 1
src/pages/home/detail/index.css

@@ -59,7 +59,7 @@
 .detail-complicate-show {
 .detail-complicate-show {
     margin-top: 20px;
     margin-top: 20px;
     height: 700px;
     height: 700px;
-    background-color: #397f44;
+    background-color: #f44;
 }
 }
 
 
 .detail-bottom {
 .detail-bottom {

+ 2 - 2
src/pages/home/kind/index.css

@@ -35,7 +35,7 @@
 
 
 .kind-title {
 .kind-title {
     display: block;
     display: block;
-    color: #397f44;
+    color: #f44;
     font-size: 16px;
     font-size: 16px;
     margin: 0 auto;
     margin: 0 auto;
     padding: 20px 0;
     padding: 20px 0;
@@ -72,7 +72,7 @@
 
 
 .kind-item-price {
 .kind-item-price {
     display: inline-block;
     display: inline-block;
-    color: #397f44;
+    color: #f44;
     font-size: 20px;
     font-size: 20px;
     font-weight: 600;
     font-weight: 600;
     float: right;
     float: right;

+ 3 - 1
src/pages/my/all/index.css

@@ -4,8 +4,10 @@
 
 
 .avatar-area {
 .avatar-area {
     height: 20%;
     height: 20%;
-    background-color: #397f44;
+    background-color: goldenrod;
     position: relative;
     position: relative;
+    border-bottom-left-radius: 80% 15%;
+    border-bottom-right-radius: 80% 15%;
 }
 }
 
 
 .avatar {
 .avatar {

+ 4 - 3
src/pages/my/tools/address/index.css

@@ -23,9 +23,10 @@
     width: 100%;
     width: 100%;
     text-align: center;
     text-align: center;
     font-size: 20px;
     font-size: 20px;
-    background-color: white;
     border-top: 1px solid #F3F3F3;
     border-top: 1px solid #F3F3F3;
-    height: 70px;
-    line-height: 70px;
+    height: 60px;
+    line-height: 60px;
     box-shadow: 3px -1px 1px #ebedf0;
     box-shadow: 3px -1px 1px #ebedf0;
+    background-color: #f44;
+    color: white;
 }
 }