update 公共样式、加载效果、$message、api去掉不用的接口

This commit is contained in:
赵霄
2023-11-30 15:18:25 +08:00
parent f00c197e0e
commit 00e6cee4a9
6 changed files with 136 additions and 217 deletions
+40 -11
View File
@@ -73,19 +73,22 @@
border-color: @primary-color;
}
/*展开面板样式调整*/
/deep/ .van-collapse-item__content {
padding: 0;
/*表单card*/
.process-part {
background-color: #FFFFFF;
margin-bottom: 0.16rem;
padding-top: 0.3rem;
&-title {
font-size: 0.34rem;
font-weight: 600;
line-height: 0.4rem;
margin: 0 0.32rem 0.24rem;
}
}
/deep/ .van-collapse-item__title > .van-cell__title {
font-size: 0.34rem;
font-weight: 600;
color: rgba(29, 33, 41, 0.9);
}
/deep/ .van-collapse-item__title:after {
border: none;
.process-part:last-child {
margin-bottom: 0;
}
/*表单样式调整*/
@@ -97,4 +100,30 @@
/deep/ .van-field__control {
color: @font-color;
font-size: 0.28rem;
}
/deep/ .van-form > .van-cell {
padding: 0.2rem 0.32rem;
}
/deep/ .vertical-form-item {
flex-direction: column;
.van-field__value {
margin-top: 0.24rem;
border: 0.02rem solid #C9CDD4;
border-radius: 0.04rem;
.van-field__control {
background: #F2F3F5;
padding: 0.24rem;
box-sizing: border-box;
}
.van-field__control:disabled {
background: #F2F3F5;
color: #888888;
-webkit-text-fill-color: #888888;
}
}
}