Commit f802df01 by liangjianmin

优化全局样式,增加.no-data类的样式定义,调整文本和链接的样式以提升视觉效果

parent f39652a4
Showing with 8 additions and 2 deletions
...@@ -119,6 +119,7 @@ image { ...@@ -119,6 +119,7 @@ image {
color: #f39d18; color: #f39d18;
margin-bottom: 16rpx; margin-bottom: 16rpx;
} }
.text { .text {
font-size: 28rpx; font-size: 28rpx;
color: #1e2021; color: #1e2021;
...@@ -135,22 +136,27 @@ image { ...@@ -135,22 +136,27 @@ image {
z-index: 9; z-index: 9;
background: rgba(0, 0, 0, 0.5); background: rgba(0, 0, 0, 0.5);
} }
.no-data { .no-data {
margin-top: 80rpx; margin-top: 80rpx;
.iconfont { .iconfont {
font-size: 188rpx; font-size: 188rpx;
color: #f39d18; color: #f39d18;
margin-bottom: 16rpx; margin-bottom: 16rpx;
} }
.text { .text {
font-size: 28rpx; font-size: 28rpx;
color: #1e2021; color: #1e2021;
font-weight: bold; font-weight: bold;
} }
.link { .link {
color: #197adb; color: #197adb;
font-weight: bold; font-weight: bold;
} }
.p { .p {
margin-top: 17rpx; margin-top: 17rpx;
font-size: 22rpx; font-size: 22rpx;
...@@ -158,7 +164,6 @@ image { ...@@ -158,7 +164,6 @@ image {
} }
} }
/* ==================== sc_wms_app 迁移的全局样式(卡片/按钮/上传等) ==================== */
.pick_img_list { .pick_img_list {
flex-wrap: wrap; flex-wrap: wrap;
...@@ -621,4 +626,4 @@ $sc-btn-warning-active: darken($uni-color-warning, 10%); ...@@ -621,4 +626,4 @@ $sc-btn-warning-active: darken($uni-color-warning, 10%);
&.sc-popup-btn-confirm { &.sc-popup-btn-confirm {
color: #1677ff; color: #1677ff;
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment