client.scss 799 B

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