فهرست منبع

fix: 修复UI相关问题

周玉环 11 ساعت پیش
والد
کامیت
2d256748f9

+ 7 - 5
xinkeaboard-web/assets/style/member/collect.scss

@@ -281,14 +281,16 @@ i {
                     /* 白色圆圈 */
                     .circle {
                         background-color: white;
-                        width: 100px;
-                        height: 100px;
-                        border-radius: 50%;
+                        width: 129px;
+                        height: 56px;
+                        opacity: 0.65;
+                        font-weight: bold;
+                        font-size: 12px;
+                        color: $colorMain;
+                        // border-radius: 50%;
                         display: flex;
                         justify-content: center;
                         align-items: center;
-                        font-size: 15px;
-                        color: black;
                         text-align: center;
                     }
 

+ 6 - 5
xinkeaboard-web/assets/style/member/footprint.scss

@@ -125,14 +125,15 @@ a:visited {
                     /* 白色圆圈 */
                     .circle {
                         background-color: white;
-                        width: 100px;
-                        height: 100px;
-                        border-radius: 50%;
+                        width: 129px;
+                        height: 56px;
+                        opacity: 0.65;
+                        font-weight: bold;
+                        font-size: 12px;
+                        color: $colorMain;
                         display: flex;
                         justify-content: center;
                         align-items: center;
-                        font-size: 15px;
-                        color: black;
                         text-align: center;
                     }
                 }

+ 2 - 1
xinkeaboard-web/assets/style/member/index.scss

@@ -614,6 +614,7 @@ a:active {
             /* 白色圆圈 */
             .circle {
                 background-color: white;
+                opacity: 0.65;
                 width: 30px;
                 height: 30px;
                 border-radius: 50%;
@@ -621,7 +622,7 @@ a:active {
                 justify-content: center;
                 align-items: center;
                 font-size: 5px;
-                color: black;
+                color: $colorMain;
                 text-align: center;
             }