You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
888 B
31 lines
888 B
/* other/pages/qualityAcceptList/qualityAcceptList.wxss */
|
|
@import "../infoList/infoList.wxss";
|
|
.detail-tab{border-top: 1px #f0f0f0 solid; margin-top: 10rpx;}
|
|
.top-box{ background-color: #FFF; font-size: 28rpx;}
|
|
.row-list{ padding: 15rpx 20rpx; display: flex;}
|
|
.title-item{width: 120rpx; margin-right: 20rpx;}
|
|
.dh-icon{width: 70rpx; height: 30rpx; vertical-align: middle; transform: translate(0,-2rpx);}
|
|
.from-submit-buttom {
|
|
position: fixed;
|
|
bottom: 0;
|
|
display: flex;
|
|
flex-direction: row;
|
|
width: 750rpx;
|
|
padding-bottom: constant(safe-area-inset-bottom);
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
background-color: #fff;
|
|
z-index: 10;
|
|
}
|
|
.from-submit-buttom-confirm {
|
|
width: 100%;
|
|
height: 80rpx;
|
|
background-color: #333333;
|
|
color: #ffffff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.buttom-margin {
|
|
width: 750rpx;
|
|
height: 180rpx;
|
|
} |