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.
54 lines
1.0 KiB
54 lines
1.0 KiB
.binding_body { |
|
width: 100vw; |
|
height: 100vh; |
|
background: rgba(241, 248, 253, 0.9); |
|
padding: 54rpx 35rpx; |
|
box-sizing: border-box; |
|
.binding_container_footer{ |
|
width: 680rpx; |
|
height: 106rpx; |
|
background: #121836; |
|
border-radius: 15rpx 15rpx 15rpx 15rpx; |
|
opacity: 1; |
|
margin: 0 auto; |
|
color: #ffffff; |
|
font-size: 34rpx; |
|
position: absolute; |
|
bottom: 80rpx; |
|
} |
|
.binding_container { |
|
width: 100%; |
|
height: 319rpx; |
|
background: #ffffff; |
|
border-radius: 10rpx 10rpx 10rpx 10rpx; |
|
opacity: 1; |
|
padding: 40rpx 30rpx; |
|
box-sizing: border-box; |
|
.binding_footer { |
|
font-size: 22rpx; |
|
color: rgba(0, 0, 0, 0.45); |
|
margin-top: 20rpx; |
|
} |
|
.binding_num { |
|
margin-top: 30rpx; |
|
font-size: 36rpx; |
|
color: #000000; |
|
font-weight: 600; |
|
.binding_num_item { |
|
width: 59rpx; |
|
height: 88rpx; |
|
border-radius: 14rpx 14rpx 14rpx 14rpx; |
|
opacity: 1; |
|
border: 1rpx solid #cacaca; |
|
} |
|
.binding_num_item:last-child{ |
|
border: 1rpx solid #52ca37; |
|
} |
|
} |
|
.binding_title { |
|
color: #121836; |
|
font-size: 34rpx; |
|
font-weight: 600; |
|
} |
|
} |
|
}
|
|
|