fuInfo.wxss 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  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. display: -webkit-box;
  99. display: -webkit-flex;
  100. display: flex;
  101. -webkit-box-align: center;
  102. -webkit-align-items: center;
  103. align-items: center;
  104. -webkit-box-pack: justify;
  105. -webkit-justify-content: space-between;
  106. justify-content: space-between;
  107. }
  108. .info-item .info-number .name-text {
  109. color: #666666;
  110. }
  111. .info-item .info-number .starting {
  112. font-size: 32rpx;
  113. font-weight: bold;
  114. }
  115. .introduce-item {
  116. background-color: #FFFFFF;
  117. padding: 45rpx 25rpx;
  118. margin-top: 25rpx;
  119. }
  120. .introduce-item .introduce-title {
  121. padding-bottom: 40rpx;
  122. font-size: 36rpx;
  123. font-family: PingFang;
  124. font-weight: 500;
  125. color: #222222;
  126. }
  127. .introduce-item .introduce-info {
  128. font-size: 28rpx;
  129. font-weight: 500;
  130. color: #222222;
  131. }
  132. .static {
  133. padding: 0rpx !important;
  134. width: 70%;
  135. padding-left: 25rpx !important;
  136. }
  137. .btn-bottom {
  138. position: fixed;
  139. bottom: 0rpx;
  140. padding: 24rpx 32rpx;
  141. width: 100%;
  142. color: #FFFFFF;
  143. background-color: #FFFFFF;
  144. display: -webkit-box;
  145. display: -webkit-flex;
  146. display: flex;
  147. -webkit-box-pack: justify;
  148. -webkit-justify-content: space-between;
  149. justify-content: space-between;
  150. }
  151. .btn-left {
  152. padding: 12rpx 0;
  153. width: 45%;
  154. background: #FF727E;
  155. border-radius: 50rpx;
  156. display: -webkit-box;
  157. display: -webkit-flex;
  158. display: flex;
  159. -webkit-box-pack: center;
  160. -webkit-justify-content: center;
  161. justify-content: center;
  162. -webkit-box-align: center;
  163. -webkit-align-items: center;
  164. align-items: center;
  165. }
  166. .btn-right {
  167. padding: 6rpx 0;
  168. width: 45%;
  169. display: -webkit-box;
  170. display: -webkit-flex;
  171. display: flex;
  172. -webkit-box-pack: center;
  173. -webkit-justify-content: center;
  174. justify-content: center;
  175. -webkit-box-align: center;
  176. -webkit-align-items: center;
  177. align-items: center;
  178. background: #FF727E;
  179. border-radius: 50rpx;
  180. }
  181. .yijieshu text {
  182. color: #C3C3C3;
  183. }
  184. .red text {
  185. padding: 25rpx 180rpx;
  186. background: rgba(223, 36, 18, 0.6);
  187. border-radius: 50rpx;
  188. }
  189. .pop-box .pop-img {
  190. width: 542rpx;
  191. height: 280rpx;
  192. display: block;
  193. }
  194. .pop-box .pop-frame {
  195. margin: 0 16rpx;
  196. padding: 35rpx 40rpx;
  197. background: #FFFFFF;
  198. box-shadow: 0px 5rpx 20rpx 0px rgba(0, 0, 0, 0.1);
  199. border-radius: 0 0 10rpx 10rpx;
  200. }
  201. .pop-box .pop-frame .pop-text {
  202. margin-top: 30rpx;
  203. font-size: 36rpx;
  204. font-family: PingFang SC;
  205. font-weight: 500;
  206. color: #333C4C;
  207. line-height: 40rpx;
  208. text-align: center;
  209. }
  210. .pop-box .pop-frame .pop-btnBox {
  211. margin-top: 78rpx;
  212. display: -webkit-box;
  213. display: -webkit-flex;
  214. display: flex;
  215. -webkit-box-align: center;
  216. -webkit-align-items: center;
  217. align-items: center;
  218. -webkit-box-pack: justify;
  219. -webkit-justify-content: space-between;
  220. justify-content: space-between;
  221. }
  222. .pop-box .pop-frame .pop-btnBox .pop-btn {
  223. width: 199rpx;
  224. height: 78rpx;
  225. border: 1px solid #FF727E;
  226. border-radius: 10rpx;
  227. font-size: 32rpx;
  228. font-family: PingFang SC;
  229. font-weight: 500;
  230. color: #FF727E;
  231. display: -webkit-box;
  232. display: -webkit-flex;
  233. display: flex;
  234. -webkit-box-align: center;
  235. -webkit-align-items: center;
  236. align-items: center;
  237. -webkit-box-pack: center;
  238. -webkit-justify-content: center;
  239. justify-content: center;
  240. }
  241. .pop-box .pop-frame .pop-btnBox .queren {
  242. background: #FF727E;
  243. color: #FFFFFF;
  244. }