125 lines
1.9 KiB
Plaintext
125 lines
1.9 KiB
Plaintext
/* packageE/questionnaire/questions/questions.wxss */
|
|
.questions {
|
|
min-height: 100vh;
|
|
background-color: #fff;
|
|
padding-bottom: 160rpx;
|
|
}
|
|
|
|
.topTxt {
|
|
font-size: 40rpx;
|
|
line-height: 40rpx;
|
|
letter-spacing: 2rpx;
|
|
|
|
/* padding-top: 150rpx; */
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.topTxt van-icon {
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.banner {
|
|
width: 100%;
|
|
height: 283rpx;
|
|
margin-top: 11rpx;
|
|
margin-bottom: 26rpx;
|
|
background-image: url('https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/wj_titlebg@2x.png');
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.title {
|
|
width: 360rpx;
|
|
margin: 87rpx 0 0 51rpx;
|
|
font-size: 36rpx;
|
|
color: #fff;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 3;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.listBox {
|
|
margin: 0 25rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.lisTxt {
|
|
font-size: 32rpx;
|
|
margin-bottom: 30rpx;
|
|
letter-spacing: 2rpx;
|
|
}
|
|
|
|
.conten {
|
|
text-indent: 29rpx;
|
|
font-size: 32rpx;
|
|
color: #000;
|
|
letter-spacing: 2rpx;
|
|
line-height: 64rpx;
|
|
margin-bottom: 12rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.conten icon {
|
|
font-size: 40rpx;
|
|
margin-right: 28rpx;
|
|
color: #0c6cff;
|
|
}
|
|
|
|
.contenBack {
|
|
background-color: #f3f7ff;
|
|
}
|
|
|
|
.conten:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.btn {
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 98rpx;
|
|
background: #fff;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.btnNone {
|
|
display: none;
|
|
}
|
|
|
|
.btnShow {
|
|
display: none;
|
|
transition: 1s;
|
|
}
|
|
|
|
.btn view {
|
|
width: 643rpx;
|
|
height: 76rpx;
|
|
background-color: #2672ff;
|
|
border-radius: 4rpx;
|
|
text-align: center;
|
|
line-height: 76rpx;
|
|
color: #fff;
|
|
font-size: 32rpx;
|
|
letter-spacing: 2rpx;
|
|
}
|
|
|
|
.hint {
|
|
position: fixed;
|
|
bottom: 100rpx;
|
|
width: 100%;
|
|
height: 62rpx;
|
|
text-align: center;
|
|
background-color: #000;
|
|
opacity: 0.4;
|
|
color: #fff;
|
|
line-height: 62rpx;
|
|
font-size: 24rpx;
|
|
letter-spacing: 2rpx;
|
|
}
|