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.

190 lines
3.5 KiB

/* pages/entryInfoAudit/entryInfoAudit.wxss */
.content-title-item{margin-right: 20rpx; width: 180rpx; flex-shrink: 0;}
/* .wx-radio-input {
width: 32rpx !important;
height: 32rpx !important;
border-radius: 100%;
background-color: #fff !important;
}
.wx-radio-input.wx-radio-input-checked {
width: 32rpx !important;
height: 32rpx !important;
background-color: #00bcd4 !important;
} */
.content {
margin-top: 20rpx;
padding-top: 1rpx;
padding-bottom: 1rpx;
width: 750rpx;
background-color: #ffffff;
font-size: 28rpx;
}
.content-title {
margin: 20rpx;
margin-left: 20rpx;
font-weight: bold;
font-size: 30rpx;
}
.content-list {
display: flex;
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-input {
flex: 1;
}
.content-inputs {
display: flex;
flex-direction: row;
margin-left: 200rpx;
margin-top: 15rpx;
}
.id-card-img {
margin-left: 20rpx;
width: 200rpx;
height: 150rpx;
}
.content-line {
width: 100%;
height: 2rpx;
background-color: #f2f2f2;
}
.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: 199;
}
.from-submit-buttom-cancle {
width: 250rpx;
height: 80rpx;
background-color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
}
.from-submit-buttom-confirm {
width: 500rpx;
height: 80rpx;
background-color: #0a6597;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
}
.from-submit-buttom-submit-cache {
width: 250rpx;
height: 80rpx;
background-color: #00967b;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
}
.from-submit-buttom-submit {
width: 250rpx;
height: 80rpx;
background-color: #0a6597;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
}
.from-submit-buttom-parallel {
width: 750rpx;
height: 80rpx;
background-color: #0a6597;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
}
.user-box{
background-color: #fffdfc;
border-radius: 20rpx;
border: solid 2rpx #0a6597;
padding: 4rpx 30rpx;
margin: 20rpx;
}
.user-list{
display: flex;
align-items: center;
margin: 26rpx 0;
}
.user-list .bt{
font-size: 28rpx;
min-width: 150rpx;
margin-right: 8rpx;
}
.user-list .bd{
flex: 1;
}
.user-list .tag{
display: inline-block;
height: 48rpx;
background-color: #0a6597;
border-radius: 10rpx;
font-size: 24rpx;
color: #fff;
line-height: 48rpx;
text-align: center;
padding: 0 20rpx;
}
.user-list .tel{
font-size: 26rpx;
color: #333;
}
.user-list .tel image{
width: 23rpx;
height: 30rpx;
vertical-align: middle;
}
/** 照片样式***/
.photo-content {padding: 20rpx;}
.photo-box .tit{display: flex; font-size: 24rpx; margin-bottom: 8rpx;}
.photo-box .img-box{display: flex;}
.txt-upload{flex: 1; color: blue; font-size: 24rpx; width: 520rpx;}
.txt-upload-list{ display: flex; justify-content: space-between; margin:4rpx 0 20rpx;}
.txt-upload-list text:first-child{flex: 1; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.txt-upload-list text:last-child{width: unset; margin-left: unset;}