98 lines
1.9 KiB
Plaintext
98 lines
1.9 KiB
Plaintext
|
|
radio{
|
|
-webkit-transform: scale(0.7);
|
|
transform: scale(0.7);
|
|
}
|
|
|
|
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.popup_title.data-v-fb95d5ae {
|
|
text-align: center;
|
|
font-size: 34rpx;
|
|
color: #333;
|
|
padding: 24rpx;
|
|
}
|
|
.searbox.data-v-fb95d5ae {
|
|
width: 690rpx;
|
|
height: 60rpx;
|
|
margin: 0 24rpx 15rpx;
|
|
border-radius: 30rpx;
|
|
padding: 0 24rpx;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
background: #f5f5f5;
|
|
}
|
|
.searbox .searimg.data-v-fb95d5ae {
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
.searbox .li_box.data-v-fb95d5ae {
|
|
width: 630rpx;
|
|
}
|
|
.scrollbox.data-v-fb95d5ae {
|
|
width: 100%;
|
|
height: 600rpx;
|
|
background: #f5f5f5;
|
|
}
|
|
.scrollbox .liwarp.data-v-fb95d5ae {
|
|
width: 702rpx;
|
|
padding: 20rpx 30rpx;
|
|
margin: 20rpx auto;
|
|
background: #fff;
|
|
border-radius: 10rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.scrollbox .liwarp .warpleft.data-v-fb95d5ae {
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
.scrollbox .liwarp .warpleft .headerimg.data-v-fb95d5ae {
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
border-radius: 50%;
|
|
margin-right: 15rpx;
|
|
}
|
|
.scrollbox .liwarp .warpleft .name.data-v-fb95d5ae {
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
}
|
|
.scrollbox .liwarp .warpleft .number.data-v-fb95d5ae {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
margin: 15rpx 0;
|
|
}
|
|
.scrollbox .liwarp .warpleft .guishu.data-v-fb95d5ae {
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
}
|
|
.btnlist.data-v-fb95d5ae {
|
|
width: 750rpx;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
padding: 30rpx 0;
|
|
border-top: 1rpx solid #f5f5f5;
|
|
}
|
|
.btnlist .btn.data-v-fb95d5ae {
|
|
width: 200rpx;
|
|
height: 60rpx;
|
|
border-radius: 30rpx;
|
|
font-size: 24rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 60rpx;
|
|
}
|
|
.btnlist .firbtn.data-v-fb95d5ae {
|
|
background: #14C2C1;
|
|
}
|
|
.btnlist .secbtn.data-v-fb95d5ae {
|
|
background: #ff7800;
|
|
}
|