message.scss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .swiper-wrap {
  2. display: flex;
  3. flex-direction: column;
  4. height: calc(100vh - var(--window-top));
  5. width: 100%;
  6. .swiper-box {
  7. flex: 1;
  8. }
  9. }
  10. .page-box {
  11. margin: 25rpx 40rpx;
  12. .message {
  13. overflow: hidden;
  14. margin-bottom: 20rpx;
  15. background-color: #fff;
  16. border-radius: 15rpx;
  17. .message-top {
  18. margin-bottom: 20rpx;
  19. padding: 25rpx 40rpx;
  20. .car {
  21. font-size: 32rpx;
  22. font-weight: 600;
  23. color: #3a3a3a;
  24. line-height: 45rpx;
  25. letter-spacing: 1px;
  26. }
  27. .addr {
  28. color: #858585;
  29. font-size: 26rpx;
  30. line-height: 37rpx;
  31. }
  32. .message-top-right {
  33. padding: 0 15rpx;
  34. height: 50rpx;
  35. line-height: 48rpx;
  36. border-radius: 5rpx;
  37. position: relative;
  38. }
  39. }
  40. .message-center {
  41. padding: 0 40rpx 25rpx;
  42. border-bottom: 1px solid #dfdfdf;
  43. .message-center-item {
  44. margin-bottom: 9rpx;
  45. font-size: 26rpx;
  46. font-weight: 400;
  47. color: #595959;
  48. line-height: 37rpx;
  49. letter-spacing: 1px;
  50. overflow: hidden;
  51. text-overflow: ellipsis;
  52. display: -webkit-box;
  53. -webkit-line-clamp: 2;
  54. -webkit-box-orient: vertical;
  55. }
  56. }
  57. .u-cell_title {
  58. color: '#008CFF';
  59. }
  60. }
  61. }
  62. .time {
  63. margin-left: 115px;
  64. margin-top: 10px;
  65. }