Commit f802df01 by liangjianmin

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

parent f39652a4
Showing with 6 additions and 1 deletions
......@@ -119,6 +119,7 @@ image {
color: #f39d18;
margin-bottom: 16rpx;
}
.text {
font-size: 28rpx;
color: #1e2021;
......@@ -135,22 +136,27 @@ image {
z-index: 9;
background: rgba(0, 0, 0, 0.5);
}
.no-data {
margin-top: 80rpx;
.iconfont {
font-size: 188rpx;
color: #f39d18;
margin-bottom: 16rpx;
}
.text {
font-size: 28rpx;
color: #1e2021;
font-weight: bold;
}
.link {
color: #197adb;
font-weight: bold;
}
.p {
margin-top: 17rpx;
font-size: 22rpx;
......@@ -158,7 +164,6 @@ image {
}
}
/* ==================== sc_wms_app 迁移的全局样式(卡片/按钮/上传等) ==================== */
.pick_img_list {
flex-wrap: wrap;
......
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