shish il y a 14 heures
Parent
commit
d03b4aa3fc
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      mallApp/src/pages/home/recent.vue

+ 4 - 1
mallApp/src/pages/home/recent.vue

@@ -870,10 +870,13 @@ page {
   }
 
   .enter-arrow {
-    margin-left:15upx;
+    margin-left: 15upx;
     flex-shrink: 0;
     color: $mainColor1;
     font-size: 24upx;
+    font-weight: 500;
+    /* iconfont 单字重时用描边模拟加粗 */
+    -webkit-text-stroke: 0.6px currentColor;
     line-height: 1;
   }