增加设备保养

This commit is contained in:
2024-05-07 19:37:20 +08:00
parent 162ef0ef26
commit ef313b9399
18 changed files with 1116 additions and 257 deletions

View File

@ -50,7 +50,6 @@
}
/* 加载更多部分 */
.noData{
margin: 50% auto;
@ -85,9 +84,34 @@
}
/* picker 下选择 */
/* picker 下选择 */
.pickerBom{
display: flex;
align-items: center;
justify-content: space-between;
}
/* 上传组件的自定义优化 */
.img_row .file-picker__box-content{
border: none !important;
background: rgba(255, 255, 255, 0.5);
border-radius: 4px !important;
}
.img_row .uni-file-picker__header .file-title{
color: #fff;
font-weight: bold;
}
/* 选择日期时间组件自定义优化 */
.input_date .uni-date-x--border{
border: 0;
}
.input_date .uni-date-x{
background: none;
}
.input_date .uni-date-x .icon-calendar{
padding: 0;
}
.input_date .uni-date-x .uni-icons{
display: none;
}

View File

@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 4403683 */
src: url('//at.alicdn.com/t/c/font_4403683_noneyo0uteq.woff2?t=1714293192496') format('woff2'),
url('//at.alicdn.com/t/c/font_4403683_noneyo0uteq.woff?t=1714293192496') format('woff'),
url('//at.alicdn.com/t/c/font_4403683_noneyo0uteq.ttf?t=1714293192496') format('truetype');
src: url('//at.alicdn.com/t/c/font_4403683_vv40jcno6w9.woff2?t=1714724942805') format('woff2'),
url('//at.alicdn.com/t/c/font_4403683_vv40jcno6w9.woff?t=1714724942805') format('woff'),
url('//at.alicdn.com/t/c/font_4403683_vv40jcno6w9.ttf?t=1714724942805') format('truetype');
}
.iconfont {
@ -13,6 +13,10 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-daiju:before {
content: "\e63a";
}
.icon-a-shexiangtou_shiti1:before {
content: "\e639";
}