min-project/component/survey-box/survey-box.wxss

108 lines
2.2 KiB
Plaintext

/* pagesSquare/components/survey-box/survey-box.wxss */
.flexflex {
display: flex;
}
.flexcenter {
display: flex;
justify-content: center;
align-items: center;
}
.flexjcenter {
display: flex;
justify-content: center;
}
.flexacenter {
display: flex;
align-items: center;
}
.flex1 {
flex: 1;
}
.block {
background-color: #ffffff;
border: 1rpx solid #ebebeb;
border-radius: 18rpx;
margin-bottom: 60rpx;
margin-left: 36rpx;
}
.survey {
padding: 18rpx;
}
.survey .head .head-icon {
width: 117rpx;
height: 145.5rpx;
margin-top: 2px;
margin-right: 12rpx;
}
.survey .head .head-title {
width: 300rpx;
height: 66rpx;
margin-top: -12rpx;
}
.survey .survey-box {
width: 531rpx;
background-color: #f2f2f2;
border-radius: 12rpx;
padding: 19.5rpx 30rpx;
margin-bottom: 15rpx;
margin-top: -6rpx;
position: relative;
}
.survey .survey-box .title {
text-align: center;
color: #333333;
font-size: 25rpx;
margin: 0 auto 21rpx;
height: 34.5rpx;
}
.survey .survey-box .title .season {
font-family: 'Arial', 'Arial Black', sans-serif;
font-weight: 900;
font-size: 24rpx;
color: #F25D11;
}
.survey .survey-box .across {
justify-content: space-between;
}
.survey .survey-box .across:not(:last-of-type) {
margin-bottom: 21rpx;
}
.survey .survey-box .across .item {
height: 90rpx;
background-color: #fddf6d;
border-radius: 7.5rpx;
flex-direction: column;
line-height: 39rpx;
}
.survey .survey-box .across .item:not(:last-of-type) {
margin-right: 21rpx;
}
.survey .survey-box .across .item .date {
font-family: 'Arial', 'Arial-Black', 'Arial Black', sans-serif;
font-weight: 900;
font-style: normal;
font-size: 22.5rpx;
text-align: center;
}
.survey .survey-box .across .item .text {
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-weight: 400;
font-style: normal;
font-size: 21rpx;
color: #333333;
text-align: center;
}
.survey .remark {
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-weight: 400;
font-size: 19.5rpx;
color: #555555;
line-height: 28.5rpx;
}
.survey .remark .remark-ps {
font-family: 'Arial', 'Arial-Black', 'Arial Black', sans-serif;
font-weight: 900;
color: #000000;
font-size: 21rpx;
}