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.3 KiB
91 lines
1.3 KiB
/* pages/dataScreeningDetails/dataScreeningDetails.wxss */
|
|
.content {
|
|
width: 750rpx;
|
|
background-color: white;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.content-title {
|
|
width: 100%;
|
|
font-size: 35rpx;
|
|
font-weight: bold;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.content-img {
|
|
margin-top: 50rpx;
|
|
display: flex;
|
|
width: 100%;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.content-img-idCard {
|
|
width: 150px;
|
|
height: 100px;
|
|
}
|
|
|
|
.content-list-box {
|
|
padding-top: 1rpx;
|
|
padding-bottom: 1rpx;
|
|
margin-top: 50rpx;
|
|
}
|
|
|
|
.content-list {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 20rpx;
|
|
}
|
|
|
|
.content-address {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
}
|
|
|
|
.content-picker {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.content-img-right {
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
}
|
|
|
|
|
|
.content-line {
|
|
width: 100%;
|
|
height: 2rpx;
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.content-input {
|
|
margin-left: 20rpx;
|
|
flex: 1;
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
} |