index.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. /* index.css */
  2. page{background: #fff;}
  3. .top-fixed {
  4. position: fixed;
  5. left: 0;
  6. right: 0;
  7. top: 0;
  8. background-color: #F8F8F8;
  9. z-index: 99;
  10. }
  11. .back {
  12. width: 30rpx;
  13. padding-left: 30rpx;
  14. }
  15. .back image {
  16. width: 18rpx;
  17. height: 32rpx;
  18. margin: auto;
  19. }
  20. .add-pop {
  21. width: 259rpx;
  22. height: 90rpx;
  23. background: #4C4C4C;
  24. border-radius: 9rpx 9rpx 9rpx 9rpx;
  25. opacity: 1;
  26. position: absolute;
  27. right: 10rpx;
  28. top: 60rpx;
  29. z-index: 98;
  30. }
  31. .add-pop-before {
  32. position: relative;
  33. }
  34. .add-pop::before {
  35. content: '';
  36. position: absolute;
  37. top: -22rpx;
  38. right: 28rpx;
  39. border-left: 12rpx solid transparent;
  40. border-right: 12rpx solid transparent;
  41. border-top: 12rpx solid transparent;
  42. border-bottom: 12rpx solid #4C4C4C;
  43. }
  44. .add-pop-li {
  45. padding: 20rpx 30rpx;
  46. font-size: 32rpx;
  47. font-weight: 500;
  48. color: #FFFFFF;
  49. }
  50. .add-pop-li image {
  51. width: 48rpx;
  52. height: 48rpx;
  53. margin-right: 20rpx;
  54. }
  55. .ceng {
  56. position: fixed;
  57. top: 0;
  58. right: 0;
  59. left: 0;
  60. bottom: 0;
  61. background-color: #000000;
  62. opacity: 0;
  63. z-index: 98;
  64. }
  65. .content{background: #fff;padding: 25rpx;}
  66. .tit{font-size: 36rpx;color: #000;font-weight: bold;}
  67. .tit text{font-size: 22rpx;color: #999;font-weight: normal;}
  68. .copy{width: 133rpx;height: 48rpx;border: 1rpx solid var(--main);font-size: 24rpx;color: var(--main);text-align: center;line-height: 48rpx;border-radius: 25rpx;font-weight: normal;}
  69. .con{margin-top: 30rpx;font-size: 30rpx;color: #000;margin-bottom: 24rpx;white-space: pre-wrap;line-height: 46rpx;}
  70. .imgbox{margin-top: 30rpx;flex-wrap: wrap;}
  71. .imgs{width: 210rpx;height: 210rpx;margin: 0 12rpx 12rpx 0;position: relative;}
  72. .imgbox .imgs:nth-child(3n){margin-right: 0;}
  73. .img{width: 100%;height: 100%;}
  74. .gou{position: absolute;top: 10rpx;right: 10rpx;width: 36rpx;height: 36rpx;}
  75. .content-item-bottom{
  76. justify-content: space-between;
  77. margin-top: 20rpx;
  78. }
  79. .content-item-bottom-sort{
  80. font-size: 24rpx;
  81. font-family: PingFang SC, PingFang SC;
  82. font-weight: 400;
  83. color: #2A82FD;
  84. }
  85. .content-item-bottom-line{
  86. width: 1rpx;
  87. height: 21rpx;
  88. opacity: 1;
  89. background-color: #EAEAEA;
  90. margin: 0 10rpx;
  91. }
  92. .content-item-bottom-time{
  93. font-size: 24rpx;
  94. font-family: PingFang SC, PingFang SC;
  95. font-weight: 400;
  96. color: #999999;
  97. }
  98. .bottom-fixed{
  99. position: fixed;
  100. bottom: 0;
  101. left: 0;
  102. right: 0;
  103. height: 118rpx;
  104. z-index: 50;
  105. box-shadow: 0rpx 0rpx 15rpx 1rpx rgba(0,0,0,0.16);
  106. }
  107. .bottom-fixed-left{
  108. width: 161rpx;
  109. text-align: center;
  110. background-color: #fff;
  111. height: 118rpx;
  112. flex-direction: column;
  113. align-items: center;
  114. justify-content: center;
  115. font-size: 24rpx;
  116. color: #999999;
  117. }
  118. .bottom-fixed-btn{height: 118rpx;background: var(--main);font-size: 36rpx;color: #fff;text-align: center;line-height: 84rpx;justify-content: center;}
  119. /* 跳转小程序提示弹窗 */
  120. .ceng2{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,.5);z-index: 99;}
  121. .code-pop{
  122. position: fixed;
  123. top:50%;
  124. left:50%;
  125. transform: translate(-50%,-50%);
  126. width: 574rpx;
  127. background: #FFFFFF;
  128. border-radius: 20rpx 20rpx 20rpx 20rpx;
  129. z-index: 100;
  130. font-size: 32rpx;
  131. /* background: linear-gradient(180deg, #85CFFF 0%, #FFFFFF 40%); */
  132. }
  133. .code-bg{
  134. width: 164rpx;
  135. height: 106rpx;
  136. margin:101rpx auto 27rpx;
  137. }
  138. .code-title{
  139. padding:0rpx 30rpx 0;
  140. text-align: center;
  141. font-weight: 500;
  142. font-size: 40rpx;
  143. }
  144. .code-text{
  145. padding:20rpx 30rpx 69rpx;
  146. text-align: center;
  147. font-weight: 400;
  148. color: #999;
  149. line-height: 44rpx;
  150. font-size: 24rpx;
  151. }
  152. .code-content image{
  153. width: 365rpx;
  154. height: 365rpx;
  155. margin: 50rpx auto;
  156. }
  157. .code-btn{
  158. padding:0 25rpx;
  159. text-align: center;
  160. font-size: 28rpx;
  161. }
  162. .pop-scroll{
  163. max-height: 750rpx;
  164. overflow: scroll;
  165. padding: 30rpx;
  166. }
  167. .pop-scroll::-webkit-scrollbar {
  168. display: none;
  169. }
  170. .code-tx{
  171. margin: 0 30rpx 40rpx;
  172. font-size: 28rpx;
  173. justify-content: center;
  174. align-items: center;
  175. color: #999999;
  176. line-height: 44rpx;
  177. }
  178. .code-tx image{
  179. width: 29rpx;
  180. height: 29rpx;
  181. margin-right: 10rpx;
  182. margin-top: 6rpx;
  183. }
  184. .code-btn-qr{
  185. width: 371rpx;
  186. height: 80rpx;
  187. line-height: 80rpx;
  188. background: #2A82FD;
  189. border-radius: 40rpx 40rpx 40rpx 40rpx;
  190. opacity: 1;
  191. font-size: 28rpx;
  192. font-weight: bold;
  193. color: #FFFFFF;
  194. margin:auto;
  195. margin-bottom:20rpx;
  196. }
  197. .code-btn-qx{
  198. width: 371rpx;
  199. height: 80rpx;
  200. line-height: 80rpx;
  201. background: #fff;
  202. border-radius: 40rpx 40rpx 40rpx 40rpx;
  203. opacity: 1;
  204. font-size: 28rpx;
  205. font-weight: 400;
  206. color: #999;
  207. margin:auto;
  208. margin-bottom:20rpx;
  209. }
  210. .video{
  211. width: 100%;
  212. height: 750rpx;
  213. position: relative;
  214. }
  215. .video video{
  216. width: 100%;
  217. height: 100%;
  218. }
  219. .video image{
  220. width: 100%;
  221. height: 100%;
  222. background-color: rgba(0,0,0,.5);
  223. }
  224. .video .video-play{
  225. width: 109rpx;
  226. height: 126rpx;
  227. position: absolute;
  228. top: 50%;
  229. left: 50%;
  230. transform: translate(-50%,-50%);
  231. background-color: unset;
  232. }
  233. .pro{
  234. background: #F7F8FA;
  235. border-radius: 0rpx 0rpx 0rpx 0rpx;
  236. opacity: 1;
  237. padding: 10rpx;
  238. margin: 30rpx auto 20rpx;
  239. }
  240. .proimg{
  241. width: 78rpx;
  242. height: 78rpx;
  243. margin-right: 10rpx;
  244. }
  245. .proname{
  246. font-size: 26rpx;
  247. color: #1A1F30;
  248. }
  249. .ope-btn{
  250. width: 140rpx;
  251. height: 56rpx;
  252. background: #F34F05;
  253. border-radius: 28rpx 28rpx 28rpx 28rpx;
  254. opacity: 1;
  255. justify-content: center;
  256. font-size: 24rpx;
  257. color: #FFFFFF;
  258. }
  259. .bottom-info{
  260. padding: 30rpx 30rpx;
  261. background-color: #fff;
  262. }
  263. .bottom-info-browse{
  264. font-size: 24rpx;
  265. font-weight: 400;
  266. color: #999999;
  267. }
  268. .bottom-info-logo{
  269. width: 62rpx;
  270. height: 62rpx;
  271. border-radius: 40rpx 40rpx 40rpx 40rpx;
  272. opacity: 1;
  273. margin-right: 10rpx;
  274. }
  275. .bottom-info-option{
  276. font-size: 24rpx;
  277. font-weight: 400;
  278. color: #5B698F;
  279. text-align: center;
  280. }
  281. .share-pop{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,.6);z-index: 100;}
  282. .share-pop image{width: 575rpx;height: 359rpx;position: absolute;top: 0;left: 50%;transform: translateX(-50%);}