172 lines
2.8 KiB
Plaintext
172 lines
2.8 KiB
Plaintext
@import "/pages/alert/index.wxss";
|
|
radio .wx-radio-input {
|
|
border-radius: 50%;
|
|
height: 35rpx;
|
|
width: 35rpx;
|
|
}
|
|
radio .wx-radio-input.wx-radio-input-checked {
|
|
background: red;
|
|
border: none;
|
|
}
|
|
radio .wx-radio-input.wx-radio-input-checked::before {
|
|
background: transparent;
|
|
border-radius: 50%;
|
|
color: #fff;
|
|
font-size: 25rpx;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
text-align: center;
|
|
transform: translate(-50%, -50%) scale(1);
|
|
width: 40rpx;
|
|
}
|
|
.btn_view {
|
|
background: #fff;
|
|
border-top: 1rpx solid #f9f9f9;
|
|
bottom: 0rpx;
|
|
height: 140rpx;
|
|
margin-top: 50rpx;
|
|
width: 100%;
|
|
}
|
|
.tijiao_btn {
|
|
background: #b2b2b2;
|
|
border-radius: 20rpx;
|
|
bottom: 30rpx;
|
|
color: #fff;
|
|
font-size: 28rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
margin: 0 0 0 5%;
|
|
padding: 0;
|
|
text-align: center;
|
|
width: 90%;
|
|
}
|
|
.modle {
|
|
border-bottom: 1rpx solid #f9f9f9;
|
|
margin: 0 auto;
|
|
padding-bottom: 30rpx;
|
|
padding-top: 30rpx;
|
|
width: 690rpx;
|
|
}
|
|
.modle_top {
|
|
height: 72rpx;
|
|
width: 100%;
|
|
}
|
|
.modle_top_img {
|
|
border-radius: 100%;
|
|
float: left;
|
|
height: 72rpx;
|
|
width: 72rpx;
|
|
}
|
|
.modle_top_text_index {
|
|
color: #333;
|
|
float: left;
|
|
font-size: 28rpx;
|
|
margin-left: 15rpx;
|
|
width: 400rpx;
|
|
}
|
|
.modle_top_text_second {
|
|
color: #9195a3;
|
|
float: left;
|
|
font-size: 20rpx;
|
|
margin-left: 15rpx;
|
|
margin-top: 3rpx;
|
|
width: 400rpx;
|
|
}
|
|
.modle_text {
|
|
color: #333;
|
|
font-size: 28rpx;
|
|
margin-top: 18rpx;
|
|
width: 100%;
|
|
}
|
|
.banner {
|
|
padding: 30rpx 5%;
|
|
width: 90%;
|
|
}
|
|
.banner_top {
|
|
color: #737985;
|
|
font-size: 26rpx;
|
|
width: 100%;
|
|
}
|
|
.banner_top_img {
|
|
height: 28rpx;
|
|
margin-top: -5rpx;
|
|
padding-right: 5rpx;
|
|
vertical-align: middle;
|
|
width: 28rpx;
|
|
}
|
|
.banner_bottom {
|
|
color: #737985;
|
|
font-size: 26rpx;
|
|
margin-top: 16rpx;
|
|
width: 100%;
|
|
}
|
|
.modle_nav {
|
|
border-bottom: 1rpx solid #f9f9f9;
|
|
color: #333;
|
|
font-size: 30rpx;
|
|
height: 87rpx;
|
|
line-height: 87rpx;
|
|
margin-left: 5%;
|
|
margin-right: 5%;
|
|
padding-top: 1rpx;
|
|
width: 90%;
|
|
}
|
|
.modle_nav_biaoji {
|
|
background: #3d61f0;
|
|
border-right: 16rpx solid #fff;
|
|
display: inline-block;
|
|
height: 24rpx;
|
|
margin-top: 32rpx;
|
|
width: 6rpx;
|
|
}
|
|
.nav {
|
|
background: #f9f9f9;
|
|
height: 20rpx;
|
|
width: 100%;
|
|
}
|
|
.text_area {
|
|
color: #333;
|
|
font-size: 24rpx;
|
|
height: 270rpx;
|
|
margin-top: 30rpx;
|
|
padding-left: 5%;
|
|
padding-right: 5%;
|
|
width: 90%;
|
|
}
|
|
.chooseType_view {
|
|
background: #fff;
|
|
height: 100%;
|
|
left: 0rpx;
|
|
overflow-y: scroll;
|
|
position: fixed;
|
|
top: 0rpx;
|
|
width: 100%;
|
|
z-index: 25;
|
|
}
|
|
button::after {
|
|
border: none;
|
|
}
|
|
.tijiao_btn_active {
|
|
background: #3d61f0;
|
|
}
|
|
.btm_nav {
|
|
height: 140rpx;
|
|
width: 100%;
|
|
}
|
|
.more {
|
|
color: #3d61f0;
|
|
font-size: 24rpx;
|
|
padding-bottom: 20rpx;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
.more_img {
|
|
height: 30rpx;
|
|
margin-top: -5rpx;
|
|
vertical-align: middle;
|
|
width: 30rpx;
|
|
}
|
|
.modle:last-child {
|
|
border: none;
|
|
}
|