Explorar el Código

加上粉色色值

ouyang hace 2 semanas
padre
commit
4f81cde41e
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      mallApp/src/uni.scss

+ 4 - 0
mallApp/src/uni.scss

@@ -19,17 +19,21 @@ $auxiliaryColor2: #ff6900;
 $blueColor: #2965fe;
 $greenColor: #049E2C;
 $redColor: #ff3841;
+
 // 字体色
 $fontColorMain: #333333;
 $fontColor2: #666666;
 $fontColor3: #999999;
 $fontColor4: #bbbbbb;
 $fontColor5: #cccccc;
+$fontPinkColor: #fc466c; //粉色
 // 边框
 $borderColor: #eee;
 $borderColor1: #46963E;
 // 背景色
 $backColor: #f5f5f5;
+$backPinkColor:#fff5f5; //淡粉色
+
 
 // minxin
 @mixin disFlexCen(){