| 1234567891011121314151617181920212223242526272829303132333435 |
- @import "./followUp.scss";
- .serve-item {
- position: relative;
- .title {
- 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;
- }
- }
|