瀏覽代碼

畅学卡样式

黄琪勇 3 月之前
父節點
當前提交
e34796e5ef
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/student/discount-card/index.module.less

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

@@ -34,13 +34,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;
     }
@@ -53,7 +53,7 @@
 
       &.isVip {
         .userImg {
-          border: 2px solid #f0af88;
+          border: 2px solid #FFE0B9;
         }
 
         .showMemeber {
@@ -291,4 +291,4 @@
     color: #FFFFFF;
     line-height: 22px;
   }
-}
+}