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.

91 lines
1.4 KiB

/* pages/dataScreening/dataScreening.wxss */
.content {
width: 750rpx;
font-size: 28rpx;
}
.content-title {
position: relative;
margin-top: 20rpx;
padding: 10rpx;
border-radius: 20rpx;
background-color: #ffffff;
}
.content-title-agent-name {
margin-top: 20rpx;
}
.content-title-text {
margin-left: 20rpx;
display: flex;
align-items: center;
}
.content-list-info-top-img {
width: 25rpx;
height: 25rpx;
margin-right: 10rpx;
}
.content-list-info-address-img {
width: 20rpx;
height: 25rpx;
margin-right: 10rpx;
}
.content-line {
margin: 20rpx 0rpx 20rpx 0rpx;
width: 100%;
height: 2rpx;
background-color: #f2f2f2;
}
.content-title-bottom {
display: flex;
flex-direction: row;
align-items: center;
}
.content-title-time {
flex: 1;
}
.content-title-button {
background-color: #d8b487;
padding: 8rpx 10rpx 8rpx 10rpx;
margin-right: 20rpx;
border-radius: 20rpx;
color: #ffffff;
}
.buttom-margin {
width: 750rpx;
height: 200rpx;
}
.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: #d8b487;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
}