172 lines
2.3 KiB
CSS
172 lines
2.3 KiB
CSS
image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.tit {
|
|
font-weight: bold;
|
|
font-size: 28rpx;
|
|
color: #222222;
|
|
margin-left: 20rpx;
|
|
margin-top: 30rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.row {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin: 0 50rpx;
|
|
height: 90rpx;
|
|
border-bottom: 1rpx solid #E6E6E6;
|
|
}
|
|
|
|
.row_tit {
|
|
display: flex;
|
|
align-items: center;
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
}
|
|
|
|
.row_tit image {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.row_con {
|
|
text-align: right;
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.row_con image {
|
|
height: 26rpx;
|
|
width: 14rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.none {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.row_tit2 {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.row_tit2 image {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.row_tit2 input {
|
|
flex: 1;
|
|
}
|
|
|
|
.doorToDoor {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 54rpx;
|
|
margin-right: 54rpx;
|
|
justify-content: space-between;
|
|
padding: 30rpx 0;
|
|
}
|
|
|
|
.doorToDoor_tit {
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #222222;
|
|
}
|
|
|
|
.doorToDoor_con {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.selectItem {
|
|
display: flex;
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #222222;
|
|
margin-left: 40rpx;
|
|
}
|
|
|
|
.cir {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
border-radius: 50%;
|
|
border: 1rpx solid #555555;
|
|
margin-right: 16rpx;
|
|
}
|
|
|
|
.active {
|
|
background-color: #ff512a;
|
|
border: none;
|
|
}
|
|
|
|
.agree {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 54rpx;
|
|
padding: 30rpx 0;
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #FF512A;
|
|
}
|
|
|
|
.btn {
|
|
font-weight: 400;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
width: 650rpx;
|
|
height: 80rpx;
|
|
background: #FF512A;
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
margin: 0 auto;
|
|
margin-top: 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.popBox {
|
|
height: 60vh;
|
|
width: 80vw;
|
|
padding: 30rpx;
|
|
position: relative;
|
|
top: 0;
|
|
left: 0;
|
|
overflow: hidden;
|
|
overflow-y: auto;
|
|
padding-bottom: 100rpx;
|
|
}
|
|
|
|
.tit2 {
|
|
font-weight: bold;
|
|
font-size: 28rpx;
|
|
color: #222222;
|
|
text-align: center;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.know {
|
|
width: 400rpx;
|
|
height: 60rpx;
|
|
border-radius: 20rpx;
|
|
background-color: #FF512A;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #fff;
|
|
font-size: 32rpx;
|
|
position: absolute;
|
|
left: 50%;
|
|
bottom: 20rpx;
|
|
transform: translateX(-50%);
|
|
} |