index.wxss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /* uni.scss */
  10. /* 页面左右间距 */
  11. /* 文字尺寸 */
  12. /* 文字尺寸 */
  13. /*文字颜色*/
  14. /* 边框颜色 */
  15. /* 图片加载中颜色 */
  16. /* 行为相关颜色 */
  17. /* 颜色变量 */
  18. /* 项目主色 */
  19. /* 文字基本颜色 */
  20. .red.data-v-57280228 {
  21. color: #f60808;
  22. }
  23. .green.data-v-57280228 {
  24. color: #15ab54;
  25. }
  26. .yellow.data-v-57280228 {
  27. color: #f0ad4e;
  28. }
  29. .blue.data-v-57280228 {
  30. color: #1f96f6;
  31. }
  32. .blank.data-v-57280228 {
  33. color: #000;
  34. }
  35. .white.data-v-57280228 {
  36. color: #fff;
  37. }
  38. .promain.data-v-57280228 {
  39. color: #025b58;
  40. }
  41. .prosecond.data-v-57280228 {
  42. color: #ed742f;
  43. }
  44. .textmain.data-v-57280228 {
  45. color: #333;
  46. }
  47. .textgrey.data-v-57280228 {
  48. color: #999;
  49. }
  50. .fuColor.data-v-57280228 {
  51. color: #c6cadb;
  52. }
  53. .fontssm.data-v-57280228 {
  54. font-size: 22rpx;
  55. }
  56. .fontsm.data-v-57280228 {
  57. font-size: 24rpx;
  58. }
  59. .fontmid.data-v-57280228 {
  60. font-size: 28rpx;
  61. }
  62. .fontbase.data-v-57280228 {
  63. font-size: 30rpx;
  64. }
  65. /* 背景颜色 */
  66. /* 边框颜色 */
  67. /* input 样式 */
  68. .input-placeholder.data-v-57280228 {
  69. color: #999999;
  70. }
  71. .navigator-hover.data-v-57280228 {
  72. background: transparent !important;
  73. opacity: 1;
  74. }
  75. .uni-page-head-transparent .uni-page-head-btn.data-v-57280228 {
  76. background: transparent !important;
  77. }
  78. uni-toast.data-v-57280228 {
  79. z-index: 99999;
  80. }
  81. button.data-v-57280228 {
  82. background: transparent;
  83. }
  84. button.data-v-57280228::after {
  85. border: 0;
  86. }
  87. .content .top-input.data-v-57280228 {
  88. padding: 20rpx 30rpx;
  89. }
  90. .content .swiper.data-v-57280228 {
  91. margin: 0 30rpx;
  92. }
  93. .content .notice.data-v-57280228 {
  94. padding: 35rpx 0 33rpx;
  95. }
  96. .content .notice image.data-v-57280228 {
  97. width: 66rpx;
  98. height: 31rpx;
  99. margin-right: 28rpx;
  100. }
  101. .content .notice .title.data-v-57280228 {
  102. border-left: 1rpx solid #bfbfbf;
  103. flex: 1;
  104. padding: 0 26rpx;
  105. }
  106. .content .notice .noswiper.data-v-57280228 {
  107. height: 50rpx;
  108. }
  109. .content .nav.data-v-57280228 {
  110. margin: 25rpx 30rpx 0;
  111. }
  112. .content .conwarp.data-v-57280228 {
  113. margin-left: 32rpx;
  114. border-radius: 16rpx;
  115. }
  116. .content .conwarp .gdHead.data-v-57280228 {
  117. line-height: 58rpx;
  118. margin-bottom: 16rpx;
  119. }
  120. .content .conwarp .gdHead .head.data-v-57280228 {
  121. font-size: 34rpx;
  122. font-family: PingFangSC-Medium, PingFang SC;
  123. font-weight: 600;
  124. color: #333333;
  125. line-height: 48rpx;
  126. }
  127. .content .conwarp .gdHead .fontmid.data-v-57280228 {
  128. margin-right: 10rpx;
  129. }
  130. .content .conwarp .specGod.data-v-57280228 {
  131. padding: 5rpx 5rpx 10rpx;
  132. display: -webkit-box;
  133. overflow-x: auto;
  134. }
  135. .content .conwarp .specGod.data-v-57280228::-webkit-scrollbar {
  136. display: none;
  137. }
  138. .content .conwarp .specGod .shopsLi.data-v-57280228 {
  139. margin-right: 30rpx;
  140. width: 286rpx;
  141. height: 331rpx;
  142. border-radius: 16rpx;
  143. overflow: hidden;
  144. position: relative;
  145. }
  146. .content .conwarp .specGod .shopsLi .bg.data-v-57280228 {
  147. position: absolute;
  148. top: 0;
  149. left: 0;
  150. width: 286rpx;
  151. height: 431rpx;
  152. }
  153. .content .conwarp .specGod .shopsLi .shopBox.data-v-57280228 {
  154. width: 100%;
  155. position: absolute;
  156. top: 0;
  157. left: 0;
  158. z-index: 2;
  159. padding: 22rpx 18rpx 20rpx;
  160. }
  161. .content .conwarp .specGod .shopsLi .shopBox .topLeft.data-v-57280228 {
  162. background: linear-gradient(90deg, #fdd597 0%, #eec37a 100%);
  163. border-radius: 15rpx;
  164. font-size: 18rpx;
  165. font-family: PingFangSC-Medium, PingFang SC;
  166. font-weight: 500;
  167. line-height: 25rpx;
  168. padding: 5rpx 12rpx;
  169. width: 120rpx;
  170. }
  171. .content .conwarp .specGod .shopsLi .shopBox .title.data-v-57280228 {
  172. font-family: PingFangSC-Semibold, PingFang SC;
  173. font-weight: 600;
  174. color: #ffffff;
  175. line-height: 42rpx;
  176. margin: 9rpx 5rpx 10rpx;
  177. }
  178. .content .conwarp .specGod .shopsLi .shopBox .sub-title.data-v-57280228 {
  179. font-size: 18rpx;
  180. font-family: PingFangSC-Light, PingFang SC;
  181. font-weight: 300;
  182. color: #ffffff;
  183. line-height: 25rpx;
  184. }
  185. .content .conwarp .specGod .shopsLi .shopBox .line-list.data-v-57280228 {
  186. margin-top: 27rpx;
  187. }
  188. .content .conwarp .specGod .shopsLi .shopBox .line-list .li.data-v-57280228 {
  189. width: 100%;
  190. font-size: 20rpx;
  191. color: #ffffff;
  192. line-height: 28rpx;
  193. margin-bottom: 13rpx;
  194. }
  195. .content .conwarp .specGod .shopsLi .shopBox .all.data-v-57280228 {
  196. font-size: 16rpx;
  197. font-family: PingFangSC-Light, PingFang SC;
  198. font-weight: 300;
  199. color: #ffffff;
  200. line-height: 22rpx;
  201. justify-content: center;
  202. align-items: center;
  203. }
  204. .content .fl-box.data-v-57280228 {
  205. margin: 30rpx 30rpx 0;
  206. }
  207. .content .fl-box .fl-two image.data-v-57280228 {
  208. width: 340rpx;
  209. }
  210. .content .fl-box .fl-thr .thr-tab .li.data-v-57280228 {
  211. background: #f2f2f2;
  212. border-radius: 27rpx;
  213. color: #999;
  214. padding: 8rpx 15rpx;
  215. margin-right: 20rpx;
  216. }
  217. .content .fl-box .fl-thr .thr-tab .sel.data-v-57280228 {
  218. color: #025b58;
  219. font-weight: 500rpx;
  220. background: rgba(2, 91, 88, 0.1);
  221. border-radius: 27rpx;
  222. border: 1px solid #025b58;
  223. }
  224. .content .fl-box .fl-thr .tab-con.data-v-57280228 {
  225. margin-top: 30rpx;
  226. }
  227. .content .fl-box .titBox.data-v-57280228:nth-of-type(2) {
  228. margin-left: 30rpx;
  229. }
  230. .content .fl-box .fl-four.data-v-57280228 {
  231. margin-top: 21rpx;
  232. }
  233. .content .fl-box .fl-four .schLi.data-v-57280228 {
  234. width: 430rpx;
  235. background-color: #fff;
  236. margin-right: 20rpx;
  237. padding: 12rpx 10rpx;
  238. }
  239. .content .fl-box .fl-four .schLi .bg.data-v-57280228 {
  240. width: 149rpx;
  241. height: 149rpx;
  242. margin-right: 16rpx;
  243. }
  244. .content .fl-box .fl-four .schLi .shopBox.data-v-57280228 {
  245. width: 240rpx;
  246. }
  247. .content .fl-box .fl-four .schLi .shopBox .oneelli.data-v-57280228 {
  248. width: 100%;
  249. }
  250. .content .fl-box .fl-four .schLi .shopBox .desc.data-v-57280228 {
  251. margin: 12rpx 0 27rpx;
  252. font-family: PingFangSC-Light, PingFang SC;
  253. font-weight: 300;
  254. line-height: 34rpx;
  255. text-overflow: -o-ellipsis-lastline;
  256. overflow: hidden;
  257. text-overflow: ellipsis;
  258. display: -webkit-box;
  259. -webkit-line-clamp: 2;
  260. line-clamp: 2;
  261. -webkit-box-orient: vertical;
  262. }
  263. .content .fl-box .fl-four .schLi .shopBox .all.data-v-57280228 {
  264. padding: 6rpx 18rpx;
  265. background: rgba(2, 91, 88, 0.2);
  266. border-radius: 21rpx;
  267. font-size: 20rpx;
  268. color: #025b58;
  269. align-self: flex-end;
  270. }