| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- @import "../modules/followUp.scss";
- .row {
- margin-bottom: 20rpx;
- }
- .serve-item {
- position: relative;
- .title {
- width: 80%;
- line-height: 38rpx;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: bold;
- font-size: 28rpx;
- color: #333333;
- }
- .status {
- position: absolute;
- right: 0;
- height: 40rpx;
- line-height: 40rpx;
- padding: 0 30rpx;
- top: 20rpx;
- border-radius: 20rpx 0rpx 0rpx 20rpx;
- font-family: PingFang SC, PingFang SC;
- font-size: 24rpx;
- color: #FFFFFF;
- }
- .line {
- line-height: 32rpx;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-size: 24rpx;
- color: #999999;
- margin-top: 10rpx;
- }
- }
|