fuwu.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. /* pages/fuwu.wxss */
  2. /* pages/sannong.wxss */
  3. .snTab {
  4. width: 100%;
  5. }
  6. .fontColorBox,
  7. .fontColorBox1 {
  8. color: #07c160;
  9. }
  10. .navBox {
  11. /* 顶部tab盒子样式 */
  12. width: 100%;
  13. height: 108rpx;
  14. background: white;
  15. display: flex;
  16. justify-content: space-between;
  17. align-items: center;
  18. justify-content: center;
  19. }
  20. /* 最后一个tab标题的样式 */
  21. .titleBox {
  22. /* 未选中文字的样式 */
  23. color: rgb(168, 170, 175);
  24. font-size: 30rpx;
  25. display: flex;
  26. flex-direction: column;
  27. align-items: center;
  28. width: 32%;
  29. }
  30. .lineBox,
  31. .notLineBox {
  32. /* 选中及未选中底线共同样式 */
  33. width: 32rpx;
  34. height: 8rpx;
  35. }
  36. .lineBox {
  37. /* 选中底线样式 */
  38. background: #07c160;
  39. margin-top: 16rpx;
  40. border-radius: 4rpx;
  41. }
  42. .notLineBox {
  43. /* 未选中底线样式 */
  44. background: transparent;
  45. }
  46. .swiperTtemBox {
  47. /* 底部内容样式 */
  48. height: 100vh;
  49. overflow: scroll;
  50. margin: 12rpx 0rpx;
  51. background: white;
  52. font-size: 28rpx;
  53. }
  54. /* 热门问答 */
  55. .rnwdList {
  56. width: 100%;
  57. height: 100%;
  58. }
  59. .list {
  60. border-bottom: solid 2rpx #f6f6f6;
  61. padding: 10rpx 0;
  62. width: 100%;
  63. }
  64. .listTitle {
  65. font-size: 32rpx;
  66. color: #333;
  67. line-height: 40rpx;
  68. }
  69. .jlSj {
  70. height: 40rpx;
  71. display: flex;
  72. justify-content: space-between;
  73. font-size: 24rpx;
  74. margin: 20rpx 0 0 0;
  75. }
  76. .jf {
  77. color: #07c160;
  78. }
  79. .icon-jifen {
  80. font-size: 28rpx;
  81. color: #07c160;
  82. margin: 0 0 0 6rpx;
  83. }
  84. .ck {
  85. color: #c4c4c4;
  86. }
  87. .icon-pinglun,
  88. .icon-chakan,
  89. .icon-shoucang {
  90. font-size: 28rpx;
  91. margin: 0 6rpx 0 20rpx;
  92. color: #c4c4c4;
  93. }
  94. .onePic {
  95. width: 100%;
  96. height: 360rpx;
  97. border-radius: 20rpx;
  98. overflow: hidden;
  99. margin: 20rpx 0;
  100. }
  101. .onePic image {
  102. width: 100%;
  103. height: 100%;
  104. }
  105. .twoPic {
  106. width: 100%;
  107. height: 220rpx;
  108. margin: 20rpx 0;
  109. display: flex;
  110. justify-content: space-between;
  111. }
  112. .twoPic image {
  113. width: 49%;
  114. height: auto;
  115. border-radius: 20rpx;
  116. }
  117. .threePic {
  118. width: 100%;
  119. height: 160rpx;
  120. margin: 20rpx 0;
  121. display: flex;
  122. justify-content: space-between;
  123. }
  124. .threePic image {
  125. width: 32%;
  126. height: auto;
  127. border-radius: 20rpx;
  128. }
  129. .pane-con {
  130. margin: 20rpx 0;
  131. }
  132. .tabs-pane {
  133. padding: 10rpx 20rpx;
  134. margin-right: 20rpx;
  135. border: 1px solid lightgrey;
  136. }
  137. .tabs-pane:nth-last-child(1) {
  138. margin-right: 0;
  139. }
  140. .tabs-pane.active {
  141. background: #5495df;
  142. border-color: #5495df;
  143. color: #fff;
  144. }
  145. .tab-class {
  146. position: absolute;
  147. top: 0;
  148. left: 0;
  149. width: 100vw;
  150. bottom: 0;
  151. }
  152. .guidebook .img_box {
  153. margin-bottom: 12rpx;
  154. padding-left: 4rpx;
  155. }
  156. .guidebook .img_box .many_img {
  157. display: flex;
  158. justify-self: start;
  159. flex-wrap: wrap;
  160. }
  161. .guidebook .img_item.four {
  162. width: 198rpx;
  163. height: 198rpx;
  164. margin-right: 16rpx;
  165. margin-bottom: 16rpx;
  166. border-radius: 16rpx;
  167. overflow: hidden;
  168. }
  169. .guidebook .img_item.four:nth-child(2n) {
  170. margin-right: 30rpx;
  171. }
  172. .guidebook .img_item.many {
  173. width: 198rpx;
  174. height: 198rpx;
  175. margin-right: 16rpx;
  176. margin-bottom: 16rpx;
  177. border-radius: 16rpx;
  178. overflow: hidden;
  179. }
  180. .guidebook .img_item.many:nth-child(3n) {
  181. margin-right: 0;
  182. }
  183. .addInfomarionBtn{
  184. position: fixed;
  185. bottom: 3%;
  186. right: 3%;
  187. width: 40px;
  188. height: 40px;
  189. background: url('@/static/images/upload/add.png') 0 0 no-repeat;
  190. background-size: 100% 100%;
  191. }
  192. .addInfomarionBtn::after{
  193. border: none;
  194. }