2020-02-14 23:17:01 +08:00

125 lines
2.2 KiB
Plaintext

/* pages/main/main.wxss */
Page {
background-color: #efefef;
}
.title {
width:100%;
margin:auto;
overflow:hidden;
position: fixed;
top:0;
z-index: 100;
background-image:url(https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/3ac79f3df8dcd10095b44a9e7f8b4710b9122f60.jpg);
/* background-image:url(https://powerrain.cn/styleDay/images/title_bg.png); */
color: #fff;
}
.title_text {
text-align: center;
margin-top:30px;
color: #fff;
font-size: 40rpx;
}
.title_bg {
width:100%;
height:170px;
text-align:center;
line-height:50px;
position: fixed;
top:0;
z-index: -99;
}
.title_bg:after {
width: 120%;
height: 170px;
position: fixed;
left: -10%;
top:0;
z-index: -100;
content: '';
border-radius: 0 0 50% 50%;
background-image:url(https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/3ac79f3df8dcd10095b44a9e7f8b4710b9122f60.jpg);
/* background-image:url(https://powerrain.cn/styleDay/images/title_bg.png); */
}
.box_select {
height:auto;
width:650rpx;
background-color: #fff;
margin:0 auto;
border-radius: 20rpx;
margin-bottom:60rpx;
box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
}
.box_select .w {
height: 90%;
width:90%;
margin:auto auto;
padding-top: 30rpx;
}
.box_png_1 {
height:240rpx;
width:100%;
margin-bottom: 30rpx;
border-top-left-radius:20rpx;
border-top-right-radius:20rpx;
}
.box_select .question {
font-size: 40rpx;
}
.box_select .radio-group {
margin-top:40rpx;
}
.box_select .radio-group .radio {
margin-bottom: 30rpx;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
height:auto;
border-bottom:1px #eee solid;
font-weight: lighter;
}
.box_select .radio-group .radio .answer {
width:80%;
margin-bottom: 30rpx;
}
.box_select .radio-group .radio radio {
margin-bottom: 30rpx;
}
.BT {
color: #7f8389;
font-size: 20rpx;
flex: 1;
}
.banquan {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 20rpx;
}
.button {
height:80rpx;
background-color: #c91b1e;
width: 650rpx;
margin:0 auto;
border-radius: 20rpx;
margin-bottom: 30rpx;
line-height: 80rpx;
color: #fff;
font-size: 40rpx;
text-align: center;
}