index.scss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. @import "./wxss/detePicker.scss";
  2. /* 未读 */
  3. .unread {
  4. width: 750rpx;
  5. height: 34rpx;
  6. text-align: center;
  7. font-size: 24rpx;
  8. font-family: PingFang SC-Regular, PingFang SC;
  9. color: #999999;
  10. margin: 12rpx 0 -5rpx 0;
  11. }
  12. .my-card {
  13. width: 690rpx;
  14. background: #FFFFFF;
  15. border-radius: 16rpx;
  16. margin: 0 auto;
  17. margin-top: 20rpx;
  18. box-sizing: border-box;
  19. overflow: hidden;
  20. .mtitle {
  21. display: flex;
  22. align-items: center;
  23. justify-content: space-between;
  24. width: 100%;
  25. height: 90rpx;
  26. padding: 0 20rpx 0 30rpx;
  27. border-bottom: 1px solid #EEEEEE;
  28. box-sizing: border-box;
  29. .title-l {
  30. font-size: 28rpx;
  31. font-family: PingFang SC-Bold, PingFang SC;
  32. font-weight: bold;
  33. color: #333333;
  34. }
  35. }
  36. }
  37. .hover:hover {
  38. opacity: .95;
  39. // background: #f4f5f7;
  40. }
  41. page {
  42. height: 100vh;
  43. overflow: hidden;
  44. }
  45. .item {
  46. padding: 20rpx 30rpx;
  47. .first-line {
  48. height: 40rpx;
  49. .line-1 {
  50. float: left;
  51. width: 530rpx;
  52. font-size: 28rpx;
  53. font-family: PingFang SC-Bold, PingFang SC;
  54. font-weight: bold;
  55. color: #333333;
  56. }
  57. .time {
  58. float: right;
  59. font-size: 24rpx;
  60. font-family: PingFang SC-Regular, PingFang SC;
  61. color: #999999;
  62. margin-top: 4rpx;
  63. }
  64. }
  65. .state {
  66. display: flex;
  67. justify-content: space-between;
  68. height: 78rpx;
  69. width: 100%;
  70. margin-top: 16rpx;
  71. .explian {
  72. display: flex;
  73. flex-direction: column;
  74. justify-content: space-between;
  75. font-size: 24rpx;
  76. font-family: PingFang SC-Regular, PingFang SC;
  77. color: #999999;
  78. }
  79. .but {
  80. display: flex;
  81. align-items: center;
  82. .base {
  83. width: 80rpx !important;
  84. height: 40rpx !important;
  85. border-radius: 20rpx;
  86. padding: 0 !important;
  87. font-size: 20rpx;
  88. font-family: PingFang SC-Regular, PingFang SC;
  89. color: #999999;
  90. background-color: #EEEEEE;
  91. }
  92. .unread {
  93. background-color: #FFE3E1 !important;
  94. border: none !important;
  95. color: #FF3B30 !important;
  96. font-size: 20rpx;
  97. }
  98. }
  99. }
  100. }