|
|
|
@ -145,3 +145,81 @@ font-weight: 400; |
|
|
|
color: #666666; |
|
|
|
margin-top: 10rpx; |
|
|
|
} |
|
|
|
.mask { |
|
|
|
position: fixed; |
|
|
|
top: 0; |
|
|
|
right: 0; |
|
|
|
bottom: 0; |
|
|
|
left: 0; |
|
|
|
background-color: rgba(0, 0, 0, 0.5); |
|
|
|
z-index: 999; |
|
|
|
} |
|
|
|
.model{ |
|
|
|
width: 561rpx; |
|
|
|
min-height: 449rpx; |
|
|
|
background: #FFFFFF; |
|
|
|
border-radius: 13rpx; |
|
|
|
position: absolute; |
|
|
|
box-sizing: border-box; |
|
|
|
|
|
|
|
} |
|
|
|
.model-title{ |
|
|
|
text-align: center; |
|
|
|
font-size: 34rpx; |
|
|
|
font-family: PingFang SC; |
|
|
|
font-weight: bold; |
|
|
|
color: #333333; |
|
|
|
margin-top: 32rpx; |
|
|
|
box-sizing: border-box; |
|
|
|
|
|
|
|
} |
|
|
|
.model-content{ |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
flex-wrap: wrap; |
|
|
|
margin-top: 100rpx; |
|
|
|
font-size: 34rpx; |
|
|
|
font-family: PingFang SC; |
|
|
|
font-weight: 500; |
|
|
|
color: #333333; |
|
|
|
} |
|
|
|
.btn-list{ |
|
|
|
height: 106rpx; |
|
|
|
width: 100%; |
|
|
|
position: absolute; |
|
|
|
bottom: 0; |
|
|
|
border-top: 1rpx solid rgba(216, 216, 216, .99); |
|
|
|
padding: 10rpx; |
|
|
|
box-sizing: border-box; |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
align-items: center; |
|
|
|
|
|
|
|
} |
|
|
|
.model-btn{ |
|
|
|
width: 50%; |
|
|
|
text-align: center; |
|
|
|
height: 86rpx; |
|
|
|
line-height: 86rpx; |
|
|
|
|
|
|
|
font-size: 34rpx; |
|
|
|
font-family: PingFang SC; |
|
|
|
font-weight: 500; |
|
|
|
color: #333333; |
|
|
|
} |
|
|
|
|
|
|
|
button{ |
|
|
|
margin:0; |
|
|
|
padding:0; |
|
|
|
border-radius:0; |
|
|
|
border:none; |
|
|
|
background-color:transparent; |
|
|
|
} |
|
|
|
|
|
|
|
button::after{ |
|
|
|
border: none; |
|
|
|
} |
|
|
|
|
|
|
|
|