serve.scss 734 B

1234567891011121314151617181920212223242526272829303132333435
  1. @import "./followUp.scss";
  2. .serve-item {
  3. position: relative;
  4. .title {
  5. line-height: 38rpx;
  6. font-family: Microsoft YaHei, Microsoft YaHei;
  7. font-weight: bold;
  8. font-size: 28rpx;
  9. color: #333333;
  10. }
  11. .status {
  12. position: absolute;
  13. right: 0;
  14. height: 40rpx;
  15. line-height: 40rpx;
  16. padding: 0 30rpx;
  17. top: 20rpx;
  18. border-radius: 20rpx 0rpx 0rpx 20rpx;
  19. font-family: PingFang SC, PingFang SC;
  20. font-size: 24rpx;
  21. color: #FFFFFF;
  22. }
  23. .line {
  24. line-height: 32rpx;
  25. font-family: Microsoft YaHei, Microsoft YaHei;
  26. font-size: 24rpx;
  27. color: #999999;
  28. margin-top: 10rpx;
  29. }
  30. }