123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- @import "../../../../static/common-head.scss";
- .count {
- font-size: 30rpx !important;
- font-weight: bold;
- }
- .item {
- position: relative;
- width: 100vw;
- display: flex;
- background-color: #ffffff;
- padding: 20rpx 30rpx;
- box-sizing: border-box;
- margin-bottom: 20rpx;
- .abs {
- position: absolute;
- right: 30rpx;
- font-size: 36rpx;
- font-weight: bold;
- }
- .but {
- position: absolute !important;
- right: 30rpx;
- top: 120rpx;
- border-radius: 16rpx;
- padding: 15rpx !important;
- }
- .dec {
- flex: 1;
- width: 0;
- min-height: 128rpx;
- height: 100%;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #999999;
- .title {
- display: flex;
- width: 90%;
- height: 40rpx;
- font-size: 28rpx;
- font-weight: 600;
- color: #333333;
- }
- .subfield {
- display: flex;
- margin-top: 8rpx;
- height: 34rpx;
- line-height: 34rpx;
- }
- }
- }
|