contentList.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. page{
  2. background-color: #f5f5f5;
  3. }
  4. .top-fixed{
  5. position: fixed;
  6. top: 0;
  7. right: 0;
  8. left: 0;
  9. background-color: #fff;
  10. z-index: 101;
  11. }
  12. .search-box{
  13. padding: 30rpx;
  14. background-color: #fff;
  15. }
  16. .search-text{
  17. color: #999999;
  18. }
  19. .search-input{
  20. height: 76rpx;
  21. line-height: 76rpx;;
  22. background: #F5F5F5;
  23. border-radius: 60rpx;
  24. padding: 0 26rpx;
  25. font-size: 24rpx;
  26. }
  27. .search-input input{
  28. font-size: 24rpx;
  29. }
  30. .search-input image{
  31. width: 34rpx;
  32. height: 34rpx;
  33. margin-right: 26rpx;
  34. }
  35. .search-all{
  36. color: #2a82fd;
  37. font-size: 30rpx;
  38. margin-left: 46rpx;
  39. }
  40. .filter{
  41. padding: 0 0 0 30rpx;
  42. text-align: center;
  43. font-size: 28rpx;
  44. color: #999999;
  45. line-height: 41rpx;
  46. }
  47. .filter-item-icon{
  48. margin-left: 15rpx;
  49. width: 22rpx;
  50. height: 13rpx;
  51. }
  52. .filter-item{
  53. justify-content: center;
  54. }
  55. .f-active{
  56. color: var(--main);
  57. }
  58. /* 弹窗 */
  59. /* 核销弹窗 */
  60. .ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,.5);z-index: 99;}
  61. .hx-pop{overflow: hidden;position: fixed;left: 0;right: 0;top: 0;background-color: #fff;border-radius: 0rpx 0rpx 0rpx 0rpx;z-index: 100;transition: all .3s ease;}
  62. .default{position: absolute;top: 55rpx;right: 60rpx;font-size: 28rpx;color: #999;}
  63. .default image{width: 36rpx;height: 36rpx;margin-right: 14rpx;}
  64. .pop-tit{font-size: 32rpx;color: #263343;font-weight: bold;margin-top: 60rpx;padding: 0 60rpx;}
  65. .pop-con{padding: 0 60rpx;max-height: 500rpx;overflow: scroll;}
  66. .pop-list{flex-wrap: wrap;}
  67. .pop-list .li{height: 70rpx;font-size: 30rpx;color: #333;text-align: left;line-height: 70rpx;margin: 30rpx 0;border-bottom: 2rpx solid #ebebeb;}
  68. .pop-list .li:last-child{border-bottom:none}
  69. .pop-list .li.active{color: var(--main);}
  70. .pop-list .opt{padding: 0 20rpx; height: 60rpx;background: #fff;border-radius: 10rpx;font-size: 30rpx;color: #999;text-align: center;line-height: 60rpx;align-items: flex-start;margin: 30rpx 30rpx 0 0;border: 2rpx solid #ebebeb;}
  71. /* .pop-list .opt:nth-child(3n){margin-right: 0;} */
  72. .pop-list .opt.opt-active{color: var(--main);border: 2rpx solid var(--main);}
  73. .pop-time{margin-top: 30rpx;font-size: 30rpx;color: #333;}
  74. .pop-time text{margin: 0 25rpx;}
  75. .date-ipt{width: 262rpx;height: 70rpx;background: #F3F5F7;border-radius: 35rpx;box-sizing: border-box;padding: 0 30rpx;font-size: 28rpx;color: #A5A5A5;line-height: 70rpx;}
  76. .pop-btn{padding: 30rpx;}
  77. .pop-btn view{height: 90rpx;line-height: 90rpx;font-size: 32rpx;text-align: center;box-sizing: border-box;border-radius: 6rpx;}
  78. .pop-btn view:first-child{width: 250rpx; color: #fff;border-top: 1rpx solid #f5f5f5;line-height: 79rpx;background-color: #cccccc;margin-right: 30rpx;}
  79. .pop-btn view:last-child{color: #fff;background: var(--mina);}
  80. /* 列表*/
  81. /* 开通项目 */
  82. .card-pic{
  83. width: 172rpx;
  84. height: 172rpx;
  85. border-radius: 10rpx 10rpx 10rpx 10rpx;
  86. opacity: 1;
  87. margin-right: 15rpx;
  88. }
  89. .card-info{
  90. }
  91. .card-title{
  92. line-height: 54rpx;
  93. font-size: 32rpx;
  94. font-weight: bold;
  95. }
  96. .card-time{
  97. line-height: 36rpx;
  98. font-size: 24rpx;
  99. color: #999999;
  100. }
  101. .card-price{
  102. margin-top: 43rpx;
  103. justify-content: space-between;
  104. }
  105. .card-price text:first-child{
  106. font-size: 32rpx;
  107. font-weight: 500;
  108. color: #FF0000;
  109. }
  110. .card-price text:last-child{
  111. font-size: 24rpx;
  112. font-weight: 500;
  113. color: #999999;
  114. }
  115. .register-option{
  116. border-top: 1px solid #F5F5F5;
  117. justify-content: space-between;
  118. margin-top: 30rpx;
  119. padding: 20rpx 30rpx 0;
  120. }
  121. .order-time{
  122. font-size: 24rpx;
  123. font-weight: 400;
  124. color: #999999;
  125. }
  126. .option-btn{
  127. padding: 0 40rpx;
  128. line-height: 51rpx;
  129. border-radius: 27rpx 27rpx 27rpx 27rpx;
  130. opacity: 1;
  131. border: 2rpx solid #CCCCCC;
  132. font-size: 28rpx;
  133. }
  134. .bottom-btn{
  135. background-color: #fff;
  136. padding: 30rpx 0;
  137. position: fixed;
  138. bottom: 0;
  139. left: 0;
  140. right: 0;
  141. }
  142. .btn-icon{
  143. width: 29rpx;
  144. height: 32rpx;
  145. margin-right: 18rpx;
  146. }
  147. .bottom-btn .btn{
  148. width: 690rpx;
  149. height: 96rpx;
  150. line-height: 96rpx;
  151. background: #2A82FD;
  152. border-radius: 48rpx 48rpx 48rpx 48rpx;
  153. opacity: 1;
  154. text-align: center;
  155. color: #FFFFFF;
  156. margin: auto;
  157. justify-content: center;
  158. font-size: 32rpx;
  159. }
  160. .review-btn{
  161. padding: 6rpx 20rpx;
  162. font-size: 26rpx;
  163. background-color: var(--main);
  164. color: #fff;
  165. border-radius: 10rpx;
  166. }
  167. .ceng {
  168. position: fixed;
  169. top: 0;
  170. left: 0;
  171. right: 0;
  172. bottom: 0;
  173. background: rgba(0, 0, 0, 0.5);
  174. z-index: 99;
  175. }
  176. .pop{
  177. width:100%;
  178. border-radius:16rpx 16rpx 0 0;
  179. background: #fff;
  180. position: fixed;
  181. bottom:-100%;
  182. left:0;
  183. right:0;
  184. padding:10rpx 0;
  185. z-index: 100;
  186. transition: all .3s ease;
  187. }
  188. .pop-item{
  189. padding:30rpx;
  190. font-size:28rpx;
  191. text-align:center;
  192. margin:0 30rpx 30rpx;
  193. border-radius: 10rpx;
  194. }
  195. .pop-qx{
  196. border-top:10rpx solid #f5f5f5;
  197. }
  198. .pop-scroll{
  199. max-height: 750rpx;
  200. overflow: scroll;
  201. }
  202. .pop-scroll::-webkit-scrollbar {
  203. display: none;
  204. }
  205. .pop-textarea{
  206. padding: 30rpx;
  207. border: 1px solid #E5E5E5;
  208. margin: 30rpx;
  209. }
  210. .pop-textarea textarea{
  211. width: 100%;
  212. }
  213. .pop-title{
  214. padding: 30rpx 30rpx 0;
  215. font-size: 32rpx;
  216. }
  217. /* 内容 */
  218. .rec{
  219. padding: 0 30rpx;
  220. background-color: #fff;
  221. }
  222. .rec .li{padding: 30rpx 0;border-bottom: 1rpx solid #EDEDED;align-items: center;}
  223. .rec-tit{font-size: 34rpx;color: #333;font-weight: bold;line-height: 47rpx;height: 141rpx;margin-bottom: 25rpx;}
  224. .author{font-size: 28rpx;color: #999;margin-right: 24rpx;}
  225. .author image{width: 32rpx;height: 32rpx;border-radius: 2rpx;margin-right: 10rpx;}
  226. .rec-time{font-size: 28rpx;color: #999;}
  227. .rec-img{width: 240rpx;height: 180rpx;margin-left: 55rpx;border-radius: 12rpx 12rpx 12rpx 12rpx;}
  228. .rec-association {
  229. padding: 0rpx 30rpx 0;
  230. opacity: 1;
  231. border-bottom: 1px solid #E8E8E8;
  232. position: fixed;
  233. width: 100%;
  234. box-sizing: border-box;
  235. height: 70rpx;
  236. z-index: 5;
  237. background: #fff;
  238. }
  239. .rec-association-nav{
  240. position: relative;
  241. }
  242. .rec-association-nav-m{
  243. position: absolute;
  244. right: 0;
  245. top: 0;
  246. bottom:0;
  247. width: 55rpx;
  248. background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
  249. /* background: #000; */
  250. opacity: 1;
  251. }
  252. .rec-association-scroll {
  253. white-space: nowrap;
  254. overflow: hidden;
  255. height: 70rpx;
  256. }
  257. .rec-association-scroll ::-webkit-scrollbar {
  258. width: 0;
  259. height: 0;
  260. color: transparent;
  261. display: none;
  262. }
  263. .rec-association-scroll-item{
  264. /* max-width: 128rpx; */
  265. overflow: hidden;
  266. font-size: 32rpx;
  267. display: inline-block;
  268. margin-right:56rpx;
  269. color: #666;
  270. height: 100%;
  271. }
  272. .rec-association-scroll-item-active{
  273. color: var(--main);
  274. font-size: 32rpx;
  275. font-weight: 500;
  276. position: relative;
  277. }
  278. .rec-association-scroll-item-active::after{
  279. content: '';
  280. position: absolute;
  281. bottom: 0px;
  282. left: 50%;
  283. transform: translateX(-50%);
  284. width: 50%;
  285. height: 6rpx;
  286. background: var(--main);
  287. }
  288. .rec-association-nav-icon{
  289. width: 38rpx;
  290. height: 32rpx;
  291. margin-left: 40rpx;
  292. margin-top: 4rpx;
  293. }