client.scss 778 B

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