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.

60 lines
867 B

page{
background-color: #ccc;
}
.base{
background-color: #fff;
width: 600rpx;
/* height: 400rpx; */
text-align: center;
margin: 300rpx auto;
border-radius: 20rpx
}
.base_center{
margin-top: 20rpx;
margin-bottom: 20rpx;
}
.base_top{
padding-top: 30rpx;
padding-bottom: 30rpx;
}
.base_district{
color: #1E90FF;
padding-bottom: 30rpx;
}
.base_hint{
padding-bottom: 30rpx;
border-bottom: 1px solid #ccc;
}
.choice_switchover{
color: #1E90FF;
padding-top: 30rpx;
padding-bottom: 30rpx;
}
.choice{
width: 100%;
border-top:1px solid #ccc;
height:100rpx;
line-height:100rpx;
}
.confirm_left{
width:49%;
display:inline-block;
color:#1E90FF;
border-right:1px solid #ccc;
}
.confirm_right{
width: 50%;
display: inline-block;
/* padding-bottom: 30rpx; */
color: #1E90FF;
}
.hide {
display: none;
}
.show {
display: block;
}