helpDetail.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background: #F5F5F5;
  13. }
  14. page .container {
  15. height: 100%;
  16. padding-bottom: 180rpx;
  17. }
  18. .rich-img {
  19. width: 100% !important;
  20. height: auto;
  21. }
  22. .swiper {
  23. width: 100%;
  24. display: -webkit-box;
  25. display: -webkit-flex;
  26. display: flex;
  27. -webkit-box-pack: center;
  28. -webkit-justify-content: center;
  29. justify-content: center;
  30. }
  31. .swiper .swiper-box {
  32. width: 100%;
  33. height: 650rpx;
  34. overflow: hidden;
  35. position: relative;
  36. z-index: 1;
  37. }
  38. .swiper .swiper-box swiper {
  39. width: 100%;
  40. height: 100%;
  41. }
  42. .swiper .swiper-box swiper swiper-item image {
  43. width: 100%;
  44. height: 100%;
  45. }
  46. .swiper .swiper-box .indicator {
  47. position: absolute;
  48. bottom: 20rpx;
  49. left: 20rpx;
  50. background-color: rgba(255, 255, 255, 0.4);
  51. width: 150rpx;
  52. height: 5rpx;
  53. border-radius: 3rpx;
  54. overflow: hidden;
  55. display: -webkit-box;
  56. display: -webkit-flex;
  57. display: flex;
  58. }
  59. .swiper .swiper-box .indicator .dots {
  60. width: 0rpx;
  61. background-color: white;
  62. -webkit-transition: all 0.3s ease-out;
  63. transition: all 0.3s ease-out;
  64. }
  65. .swiper .swiper-box .indicator .dots.on {
  66. width: 33.33333%;
  67. }
  68. .info-item {
  69. background-color: #FFFFFF;
  70. padding: 45rpx 25rpx;
  71. }
  72. .info-item .list-tip {
  73. background-color: #FF727E;
  74. color: #FFFFFF;
  75. border-radius: 8rpx;
  76. padding: 5rpx 12rpx;
  77. padding-bottom: 8rpx !important;
  78. margin-right: 15rpx;
  79. text-align: center;
  80. font-size: 24rpx;
  81. }
  82. .info-item .info-title {
  83. max-width: 75%;
  84. font-size: 36rpx;
  85. font-weight: 500;
  86. color: #222222;
  87. }
  88. .info-item .info-tip {
  89. font-weight: 400;
  90. color: #666666;
  91. font-size: 28rpx;
  92. padding: 15rpx 0rpx;
  93. }
  94. .info-item .info-number {
  95. padding-top: 25rpx;
  96. color: #EF3D28;
  97. font-size: 24rpx;
  98. font-weight: normal;
  99. display: -webkit-box;
  100. display: -webkit-flex;
  101. display: flex;
  102. -webkit-box-align: center;
  103. -webkit-align-items: center;
  104. align-items: center;
  105. -webkit-box-pack: justify;
  106. -webkit-justify-content: space-between;
  107. justify-content: space-between;
  108. }
  109. .info-item .info-number .name-text {
  110. color: #666666;
  111. }
  112. .info-item .info-number .starting {
  113. font-size: 32rpx;
  114. font-weight: bold;
  115. }
  116. .introduce-item {
  117. background-color: #FFFFFF;
  118. padding: 45rpx 25rpx;
  119. margin-top: 25rpx;
  120. }
  121. .introduce-item .introduce-title {
  122. padding-bottom: 40rpx;
  123. font-size: 36rpx;
  124. font-family: PingFang;
  125. font-weight: 500;
  126. color: #222222;
  127. }
  128. .introduce-item .introduce-info {
  129. font-size: 28rpx;
  130. font-weight: 500;
  131. color: #222222;
  132. }
  133. .introduce-item .img-box {
  134. width: 100%;
  135. }
  136. .introduce-item .img-info {
  137. width: 100%;
  138. display: block;
  139. margin-top: 30rpx;
  140. }
  141. .static {
  142. padding: 0rpx !important;
  143. width: 70%;
  144. padding-left: 25rpx !important;
  145. }
  146. .submit {
  147. position: fixed;
  148. bottom: 0rpx;
  149. width: 100%;
  150. color: #FFFFFF;
  151. text-align: center;
  152. background-color: #FFFFFF;
  153. padding: 50rpx 0rpx;
  154. font-size: 32rpx;
  155. }
  156. .submit text {
  157. padding: 25rpx 180rpx;
  158. background: #FF727E;
  159. border-radius: 50rpx;
  160. }
  161. .yijieshu text {
  162. background: #999999;
  163. }
  164. .red text {
  165. padding: 25rpx 180rpx;
  166. background: rgba(223, 36, 18, 0.6);
  167. border-radius: 50rpx;
  168. }
  169. .pop-box .pop-img {
  170. width: 542rpx;
  171. height: 280rpx;
  172. display: block;
  173. }
  174. .pop-box .pop-frame {
  175. margin: 0 16rpx;
  176. padding: 35rpx 40rpx;
  177. background: #FFFFFF;
  178. box-shadow: 0px 5rpx 20rpx 0px rgba(0, 0, 0, 0.1);
  179. border-radius: 0 0 10rpx 10rpx;
  180. }
  181. .pop-box .pop-frame .pop-text {
  182. margin-top: 30rpx;
  183. font-size: 36rpx;
  184. font-family: PingFang SC;
  185. font-weight: 500;
  186. color: #333C4C;
  187. line-height: 40rpx;
  188. text-align: center;
  189. }
  190. .pop-box .pop-frame .pop-btnBox {
  191. margin-top: 78rpx;
  192. display: -webkit-box;
  193. display: -webkit-flex;
  194. display: flex;
  195. -webkit-box-align: center;
  196. -webkit-align-items: center;
  197. align-items: center;
  198. -webkit-box-pack: justify;
  199. -webkit-justify-content: space-between;
  200. justify-content: space-between;
  201. }
  202. .pop-box .pop-frame .pop-btnBox .pop-btn {
  203. width: 199rpx;
  204. height: 78rpx;
  205. border: 1px solid #FF727E;
  206. border-radius: 10rpx;
  207. font-size: 32rpx;
  208. font-family: PingFang SC;
  209. font-weight: 500;
  210. color: #FF727E;
  211. display: -webkit-box;
  212. display: -webkit-flex;
  213. display: flex;
  214. -webkit-box-align: center;
  215. -webkit-align-items: center;
  216. align-items: center;
  217. -webkit-box-pack: center;
  218. -webkit-justify-content: center;
  219. justify-content: center;
  220. }
  221. .pop-box .pop-frame .pop-btnBox .queren {
  222. background: #FF727E;
  223. color: #FFFFFF;
  224. }