96 lines
1.5 KiB
Plaintext
96 lines
1.5 KiB
Plaintext
/* packageE/questionnaire/questionsSearch/questionsSearch.wxss */
|
|
|
|
/* packageE/questionnaire/questions/questions.wxss */
|
|
.questions {
|
|
min-height: 100vh;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.topTxt {
|
|
font-size: 40rpx;
|
|
line-height: 40rpx;
|
|
letter-spacing: 2rpx;
|
|
|
|
/* padding-top: 150rpx; */
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.topTxt van-icon {
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.surveyList {
|
|
/* width: 700rpx; */
|
|
height: 134rpx;
|
|
background-color: #f9fbfb;
|
|
border-radius: 4rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin: 20rpx 23rpx;
|
|
}
|
|
|
|
.newTxt {
|
|
font-size: 36rpx;
|
|
line-height: 40rpx;
|
|
margin-bottom: 37rpx;
|
|
}
|
|
|
|
.surveyList .left {
|
|
margin-left: 17rpx;
|
|
font-size: 32rpx;
|
|
color: #000;
|
|
letter-spacing: 2rpx;
|
|
flex: 1;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.surveyList .right {
|
|
width: 136rpx;
|
|
height: 55rpx;
|
|
background-image:
|
|
linear-gradient(
|
|
90deg,
|
|
#72a3ff 0%,
|
|
#4687ff 100%
|
|
),
|
|
linear-gradient(
|
|
#4a84fd,
|
|
#4a84fd
|
|
);
|
|
background-blend-mode:
|
|
normal,
|
|
normal;
|
|
border-radius: 28rpx;
|
|
text-align: center;
|
|
line-height: 55rpx;
|
|
font-size: 28rpx;
|
|
color: #fff;
|
|
margin-right: 23rpx;
|
|
margin-left: 30rpx;
|
|
}
|
|
|
|
.inpBox {
|
|
/* width: 595rpx; */
|
|
height: 64rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
background-color: #f9f9f9;
|
|
border-radius: 4rpx;
|
|
margin: 0 20rpx;
|
|
}
|
|
|
|
.inpBox icon {
|
|
margin: -10rpx 18rpx 0 18rpx;
|
|
color: #b2b2b2;
|
|
}
|
|
|
|
.inpBox text {
|
|
color: #828282;
|
|
}
|