111
k94314517
2023-10-16 ca73a173f008c8d7a9d700bad897ca24fe2d2203
minipro_standard/uni.scss
@@ -17,6 +17,15 @@
$nav-color: #4275FC;
// 全局状态色
$nav-stateColor1: #305ED5;
$nav-stateColor2: #03AF76;
$nav-stateColor3: #999999;
$nav-stateColor4: #de5243;
$nav-stateColor5: #F5A400;
$nav-stateColor6: #666666;
$nav-stateColor7: #03AF76;
/* 行为相关颜色 */
$uni-color-primary: #007aff;
$uni-color-success: #4cd964;
@@ -77,3 +86,32 @@
$uni-font-size-subtitle:26px;
$uni-color-paragraph: #3F536E; // 文章段落颜色
$uni-font-size-paragraph:15px;
.backgreen {
  background: $nav-stateColor2 !important;
}
.backyellow {
  background: $nav-stateColor5 !important;
}
.backred {
  background: $nav-stateColor4 !important;
}
/* #ifdef H5 */
img {
   width: 100%;
   height: 100%;
}
view {
   display: block;
}
image {
   display: block;
}
/* #endif */