wenba.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. /* pages/wenda/wenda.wxss */
  2. .wendaFL {
  3. width: 100%;
  4. display: flex;
  5. justify-content: space-between;
  6. margin: 30rpx 0 0 0;
  7. }
  8. .wendaFL li {
  9. width: 48%;
  10. height: 168rpx;
  11. position: relative;
  12. }
  13. .lbBj {
  14. position: absolute;
  15. left: 0;
  16. top: 0;
  17. z-index: 0;
  18. width: 100%;
  19. height: 100%;
  20. }
  21. .wendaFL li h2 {
  22. font-size: 36rpx;
  23. position: absolute;
  24. left: 30rpx;
  25. top: 40rpx;
  26. z-index: 1;
  27. font-weight: bold;
  28. }
  29. .wendaFL li span {
  30. font-size: 30rpx;
  31. position: absolute;
  32. left: 30rpx;
  33. top: 88rpx;
  34. z-index: 1;
  35. }
  36. .wendaFL li.sanNong {
  37. color: #0d9970;
  38. }
  39. .wendaFL li.jiuYe {
  40. color: #1e8fb4;
  41. }
  42. .wendaFL li.faLv {
  43. color: #1e5dab;
  44. }
  45. .wendaFL li.jiuZhen {
  46. color: #4a700d;
  47. }
  48. /* 列表 */
  49. .rnwdList {
  50. width: 100%;
  51. display: flex;
  52. justify-content: space-between;
  53. margin: 20rpx 0;
  54. }
  55. .list {
  56. width: 79%;
  57. }
  58. .lb {
  59. background: #0d9970;
  60. color: #fff;
  61. font-size: 24rpx;
  62. width: 12%;
  63. text-align: center;
  64. padding: 2rpx 0;
  65. line-height: 40rpx;
  66. height: 40rpx;
  67. border-radius: 10rpx;
  68. }
  69. .listTitle {
  70. font-size: 32rpx;
  71. color: #333;
  72. line-height: 40rpx;
  73. }
  74. .jlSj {
  75. height: 40rpx;
  76. display: flex;
  77. justify-content: space-between;
  78. font-size: 24rpx;
  79. margin: 20rpx 0 0 0;
  80. }
  81. .jf {
  82. color: #07c160;
  83. }
  84. .icon-jifen {
  85. font-size: 28rpx;
  86. color: #07c160;
  87. margin: 0 0 0 6rpx;
  88. }
  89. .ck {
  90. color: #c4c4c4;
  91. }
  92. .icon-pinglun,
  93. .icon-chakan,
  94. .icon-shoucang {
  95. font-size: 28rpx;
  96. margin: 0 6rpx 0 20rpx;
  97. color: #c4c4c4;
  98. }
  99. .icon-xiangyoujiantou {
  100. font-size: 30rpx;
  101. color: #c4c4c4;
  102. line-height: 60rpx;
  103. }