axjz.wxss 4.9 KB

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