message.scss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. border: 1px solid #FA6400;
  38. color: #FA6400;
  39. }
  40. }
  41. .message-center{
  42. padding: 0 40rpx 25rpx;
  43. border-bottom: 1px solid #DFDFDF;
  44. .message-center-item{
  45. margin-bottom: 9rpx;
  46. font-size: 26rpx;
  47. font-weight: 400;
  48. color: #595959;
  49. line-height: 37rpx;
  50. letter-spacing: 1px;
  51. overflow : hidden;
  52. text-overflow: ellipsis;
  53. display: -webkit-box;
  54. -webkit-line-clamp: 2;
  55. -webkit-box-orient: vertical;
  56. }
  57. }
  58. .u-cell_title{
  59. color: "#008CFF" ;
  60. }
  61. }
  62. }
  63. .time{
  64. margin-left: 115px;
  65. margin-top: 10px;
  66. }