123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .survey-content {
- height: 100%;
- width: 90%;
- margin: 0 auto;
- }
- .survey-content .s-title {
- font-family: PingFang SC;
- font-weight: 800;
- font-size: 42rpx;
- color: #FFFFFF;
- margin-top: 1vh;
- margin-bottom: 15rpx;
- }
- .survey-content .s-type {
- background: #00A4FF;
- border-radius: 20rpx;
- font-family: Microsoft YaHei;
- font-weight: 400;
- font-size: 26rpx;
- color: #FFFFFF;
- padding: 5rpx;
- padding-left: 20rpx;
- padding-right: 20rpx;
- }
- .survey-content .s-img {
- width: 100%;
- margin-top: 15rpx;
- height: 22vh;
- }
- .survey-content .s-list {
- display: flex;
- justify-content: space-between;
- color: white;
- margin-top: 2vh;
- font-family: Microsoft YaHei;
- font-weight: 400;
- }
- .s-list .s-item .s-item-f {
- font-size: 26rpx;
- }
- .s-list .s-item .s-item-t {
- font-size: 32rpx;
- }
- .s-list .s-item .s-item-t .s-item-num {
- font-size: 42rpx;
- }
- .survey-content .s-use {
- font-family: Microsoft YaHei;
- font-weight: 400;
- font-size: 32rpx;
- color: #FFFFFF;
- margin-top: 2vh;
- }
- .survey-content .s-use text {
- border-radius: 8rpx;
- border: 1px solid #00FFFF;
- color: #00FFFF;
- margin-left: 20rpx;
- padding: 1rpx;
- padding-left: 10rpx;
- padding-right: 10rpx;
- }
- .survey-content .s-hr {
- height: 1rpx;
- width: 100%;
- background: #30A1DB;
- opacity: 0.5;
- margin-top: 3vh;
- }
|