help.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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. height: 100%;
  52. }
  53. .list {
  54. border-bottom: solid 2rpx #f6f6f6;
  55. padding: 10rpx 0;
  56. width: 100%;
  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. .icon-jifen {
  75. font-size: 28rpx;
  76. color: #07c160;
  77. margin: 0 0 0 6rpx;
  78. }
  79. .icon-pinglun,
  80. .icon-chakan,
  81. .icon-shoucang {
  82. font-size: 28rpx;
  83. margin: 0 6rpx 0 20rpx;
  84. color: #c4c4c4;
  85. }
  86. .icon-xiangyoujiantou {
  87. font-size: 30rpx;
  88. color: #c4c4c4;
  89. line-height: 60rpx;
  90. }
  91. .onePic {
  92. width: 100%;
  93. height: 360rpx;
  94. border-radius: 20rpx;
  95. overflow: hidden;
  96. margin: 20rpx 0;
  97. }
  98. .onePic image {
  99. width: 100%;
  100. height: 100%;
  101. }
  102. .twoPic {
  103. width: 100%;
  104. height: 220rpx;
  105. margin: 20rpx 0;
  106. display: flex;
  107. justify-content: space-between;
  108. }
  109. .twoPic image {
  110. width: 49%;
  111. height: auto;
  112. border-radius: 20rpx;
  113. }
  114. .threePic {
  115. width: 100%;
  116. height: 160rpx;
  117. margin: 20rpx 0;
  118. display: flex;
  119. justify-content: space-between;
  120. }
  121. .threePic image {
  122. width: 32%;
  123. height: auto;
  124. border-radius: 20rpx;
  125. }
  126. .jlSj {
  127. height: 40rpx;
  128. display: flex;
  129. justify-content: space-between;
  130. font-size: 24rpx;
  131. margin: 20rpx 0 0 0;
  132. }
  133. .ck {
  134. color: #c4c4c4;
  135. margin-left:240px;
  136. }