leave-message-list.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. @import "../../../../public/pages/public-view.wxss";
  2. .bottom-view>view, .bottom-view-X>view {
  3. width: 100%;
  4. height: 112rpx;
  5. font-size: 34rpx;
  6. color: #3296FB;
  7. line-height: 112rpx;
  8. text-align: center;
  9. }
  10. /* list-bg */
  11. .list-bg {
  12. margin: 0 16rpx 24rpx;
  13. border-radius: 8rpx;
  14. display: flex;
  15. flex-direction: column;
  16. overflow: hidden;
  17. }
  18. .list-bg>view {
  19. background-color: white;
  20. display: flex;
  21. }
  22. .list-bg>view>view:first-child {
  23. width: 50rpx;
  24. height: 50rpx;
  25. border-radius: 25rpx;
  26. background-color: rebeccapurple;
  27. font-size: 26rpx;
  28. color: white;
  29. line-height: 50rpx;
  30. font-weight: bold;
  31. text-align: center;
  32. margin: 50rpx 24rpx 0 50rpx;
  33. }
  34. .list-bg>view:nth-child(1)>view:first-child {
  35. background-image: linear-gradient(135deg, #5A61FD 0%, #08CAFF 100%);
  36. }
  37. .list-bg>view:nth-child(3)>view:first-child {
  38. margin-top: 30rpx;
  39. background-image: linear-gradient(133deg, #1BB66D 0%, #6FD661 100%);
  40. }
  41. .list-bg>view>view:last-child {
  42. width: 626rpx;
  43. display: flex;
  44. flex-direction: column;
  45. }
  46. .question-t>text:nth-child(1) {
  47. font-size: 32rpx;
  48. color: #333333;
  49. font-weight: bold;
  50. line-height: 64rpx;
  51. margin: 44rpx 44rpx 0 0;
  52. }
  53. .question-t>text:nth-child(2),
  54. .question-no-t>text:nth-child(1) {
  55. font-size: 30rpx;
  56. color: #333333;
  57. line-height: 48rpx;
  58. margin: 16rpx 44rpx 24rpx 0;
  59. }
  60. .question-no-t>text:nth-child(1) {
  61. margin-top: 50rpx;
  62. }
  63. .question-t>view,
  64. .question-no-t>view {
  65. width: 100%;
  66. display: flex;
  67. }
  68. .question-t>view>text:nth-child(1),
  69. .question-no-t>view>text:nth-child(1),
  70. .list-bg>view:nth-child(3)>view:last-child>text:nth-child(2) {
  71. font-size: 30rpx;
  72. color: #999999;
  73. margin: 0 44rpx 44rpx 0;
  74. }
  75. .question-t>view>text:nth-child(2),
  76. .question-no-t>view>text:nth-child(2) {
  77. font-family: PingFangSC-Regular;
  78. font-size: 30rpx;
  79. color: #FF801A;
  80. margin: 0 48rpx 44rpx auto;
  81. }
  82. .list-bg>view:nth-child(3)>view:last-child>text:nth-child(1) {
  83. font-size: 30rpx;
  84. color: #333333;
  85. font-weight: bold;
  86. line-height: 48rpx;
  87. margin: 26rpx 44rpx 20rpx 0;
  88. }
  89. .list-bg>image {
  90. margin: 0 auto;
  91. width: 718rpx;
  92. height: 24rpx;
  93. display: block;
  94. }