Browse Source

Merge branch 'hqyDev' of http://git.dayaedu.com/lex/h5-colexiu

黄琪勇 7 tháng trước cách đây
mục cha
commit
7608fc92fd
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      src/student/discount-card/index.module.less

+ 5 - 5
src/student/discount-card/index.module.less

@@ -49,13 +49,13 @@
       height: 48px;
       border-radius: 50%;
       overflow: hidden;
-      border: 2px solid #f2f6f7;
+      border: 2px solid #ffffff;
     }
 
     .showMemeber {
       position: absolute;
-      bottom: 1px;
-      right: -4px;
+      bottom: -1px;
+      right: -7px;
       width: 18px;
       height: 18px;
     }
@@ -68,7 +68,7 @@
 
       &.isVip {
         .userImg {
-          border: 2px solid #f0af88;
+          border: 2px solid #FFE0B9;
         }
 
         .showMemeber {
@@ -308,4 +308,4 @@
     color: #FFFFFF;
     line-height: 22px;
   }
-}
+}