Browse Source

Merge remote-tracking branch 'origin/release-wangcz-201814' into release-wangcz-201814

yangc 7 years ago
parent
commit
d60702fc1f
2 changed files with 3 additions and 2 deletions
  1. 1 0
      components/mobile/center/Message.vue
  2. 2 2
      components/store/home/RecommendList.vue

+ 1 - 0
components/mobile/center/Message.vue

@@ -148,6 +148,7 @@
             font-size: .28rem;
             font-size: .28rem;
             color: #333;
             color: #333;
             word-break: break-all;
             word-break: break-all;
+            padding:0;
             &:active{
             &:active{
                background: #e1e1e1;
                background: #e1e1e1;
             }
             }

+ 2 - 2
components/store/home/RecommendList.vue

@@ -334,8 +334,8 @@
     margin-left: 14px;
     margin-left: 14px;
     border-radius: 3px;
     border-radius: 3px;
     &:first-child {
     &:first-child {
-      background-color: #ff9000;
-      border: 1px solid #ff9000;
+      background-color: #ffa422;
+      border: 1px solid #ffa422;
       color: #fff;
       color: #fff;
     }
     }
     &:last-child {
     &:last-child {