lex 1 year ago
parent
commit
9541bf6120

+ 3 - 3
src/tenant/member-center/index.module.less

@@ -328,8 +328,8 @@
 
     .bat {
       position: absolute;
-      top: 0;
-      left: 0;
+      top: -1px;
+      left: -1px;
       padding: 2px 5px 1px;
       background: linear-gradient(225deg, #FF9B79 0%, #FF3460 100%);
       border-radius: 11px 10px 10px 0px;
@@ -397,7 +397,7 @@
       .bat {
         background: linear-gradient(270deg, rgba(255, 255, 255, 0.33) 0%, rgba(254, 229, 227, 0.33) 100%);
         border-radius: 11px 10px 10px 0px;
-        border: 1px solid #FF4665;
+        border: 1px solid rgba(255, 70, 101, 0.33);
         border-left: 0;
         border-top: 0;
         color: #EF2F56;

+ 3 - 3
src/views/member-center/index.module.less

@@ -201,8 +201,8 @@
 
     .bat {
       position: absolute;
-      top: 0;
-      left: 0;
+      top: -1px;
+      left: -1px;
       padding: 2px 5px 1px;
       background: linear-gradient(90deg, #FF7878 0%, #FF4343 100%);
       border-radius: 11px 10px 10px 0px;
@@ -276,7 +276,7 @@
       .bat {
         background: linear-gradient(270deg, rgba(255, 255, 255, 0.33) 0%, rgba(254, 234, 205, 0.33) 100%);
         border-radius: 11px 10px 10px 0px;
-        border: 1px solid #B1652E;
+        border: 1px solid rgba(177, 101, 46, 0.33);
         border-left: 0;
         border-top: 0;
         color: #B1652E;