100 lines
1.5 KiB
Plaintext
100 lines
1.5 KiB
Plaintext
/* packageE/questionnaire/history/history.wxss */
|
|
.history {
|
|
min-height: 100vh;
|
|
}
|
|
|
|
.topTxt {
|
|
font-size: 40rpx;
|
|
line-height: 40rpx;
|
|
letter-spacing: 2rpx;
|
|
|
|
/* padding-top: 150rpx; */
|
|
display: flex;
|
|
align-items: center;
|
|
padding-bottom: 11rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.topTxt van-icon {
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.list {
|
|
/* width: 700rpx; */
|
|
margin: 30rpx 25rpx;
|
|
height: 277rpx;
|
|
background-color: #fff;
|
|
border-radius: 21rpx;
|
|
padding: 25rpx 14rpx 31rpx 21rpx;
|
|
}
|
|
|
|
.top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.topleft text:nth-child(1) {
|
|
font-size: 40rpx;
|
|
}
|
|
|
|
.topleft text:nth-child(2) {
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.topRight text:nth-child(1) {
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
padding-right: 10rpx;
|
|
}
|
|
|
|
.topRight text:nth-child(2) {
|
|
font-size: 40rpx;
|
|
color: #4687ff;
|
|
}
|
|
|
|
.centre {
|
|
margin-top: 29rpx;
|
|
font-size: 32rpx;
|
|
line-height: 42rpx;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.btime {
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
line-height: 42rpx;
|
|
}
|
|
|
|
.btom {
|
|
margin-top: 32rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.detail {
|
|
width: 176rpx;
|
|
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;
|
|
}
|