index.css 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. /* index.css */
  2. page{background: #f5f5f5;padding: 30rpx 0;box-sizing: border-box;}
  3. .top-fixed {
  4. position: fixed;
  5. left: 0;
  6. right: 0;
  7. top: 0;
  8. background-color: #f5f5f5;
  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. .title{font-size: 40rpx;color: #333;font-weight: bold;line-height: 60rpx;padding: 0 30rpx;}
  66. .det-sta{padding: 0 30rpx;margin-top: 20rpx;font-size: 24rpx;line-height: 40rpx;}
  67. .sort{font-size: 24rpx;color: #2A82FD;font-weight: 400;}
  68. .sort-line{width: 1rpx;background-color: #EAEAEA;height: 21rpx;margin: 0 10rpx;}
  69. .sitename{color: var(--mina);margin-right: 15rpx;}
  70. .time{color: #999;}
  71. .time text{font-size: 28rpx;color: #333;margin-right: 23rpx;}
  72. .content{font-size: 34rpx;color: #333;padding: 30rpx;line-height: 1.7;}
  73. .con-vheight{max-height: 120vh;position: relative;overflow: hidden;}
  74. .con-vheight::after{content: '';display: block;position: absolute;left: 0;right: 0;bottom: 0;height: 15vh;background: linear-gradient(rgba(255, 255, 255, 0), #fff);z-index: 5;}
  75. .content video{width: 100%;height: 400rpx;object-fit:fill; margin-bottom: 20rpx;}
  76. .content image{width: 100%;margin: 30rpx auto;}
  77. /* ._p{padding: 0 30rpx;} */
  78. .view-more{width: 230rpx;height: 70rpx;font-size: 30rpx;color: #999;margin: 30rpx auto 0;text-align: center;line-height: 70rpx;}
  79. .bot{padding: 40rpx 35rpx 0;}
  80. .sbanner{overflow: hidden;position: relative;}
  81. .sbanner .swiper,.sbanner .swiper image{width: 100%;height: 160rpx;border-radius: 12rpx;overflow: hidden;}
  82. .dots{position: absolute;left: 0;right: 0;bottom: 20rpx;align-items: center;justify-content: center;}
  83. .dot{background: rgba(0,0,0,.5);width: 12rpx;height: 12rpx;border-radius: 6rpx;margin: 0 4rpx;}
  84. .dot.active{width: 30rpx;background: #fff;}
  85. .tits{font-size: 36rpx;color: #333;font-weight: bold;margin: 30rpx 0 0;}
  86. .zxlist .li{padding: 40rpx 0;border-bottom: 1rpx solid #EBEBEB;}
  87. .zximg{width: 230rpx;height: 150rpx;border-radius: 12rpx;margin-right: 23rpx;}
  88. .zxtit{font-size: 30rpx;color: #333;line-height: 41rpx;height: 82rpx;}
  89. .datas{font-size: 24rpx;color: #999;margin-top: 30rpx;}
  90. .adContainer{margin: 30rpx 0 0;border-radius: 10rpx;overflow: hidden;}
  91. .operate{padding: 30rpx 30rpx 50rpx;font-size: 28rpx;color: #666;}
  92. .zan{margin-right: 20rpx;}
  93. .zan image{width: 30rpx;height: 30rpx;margin-right: 15rpx;}
  94. .zan.active{color: #108FFF;}
  95. .share{font-size: 28rpx;color: #666;}
  96. .share image{width: 30rpx;height: 30rpx;margin-right: 15rpx;}
  97. .box{padding: 40rpx 30rpx 0;border-top: 20rpx solid #f9f9f9;}
  98. .pro{
  99. background: #F7F8FA;
  100. border-radius: 0rpx 0rpx 0rpx 0rpx;
  101. opacity: 1;
  102. padding: 20rpx 20rpx;
  103. margin: 30rpx 30rpx 20rpx;
  104. position: relative;
  105. }
  106. .pro .li{
  107. align-items: flex-start;
  108. }
  109. .proimg{
  110. width: 136rpx;
  111. height: 136rpx;
  112. margin-right: 20rpx;
  113. border-radius: 10rpx;
  114. }
  115. .proname{
  116. font-size: 26rpx;
  117. color: #333;
  118. line-height: 42rpx;
  119. height: 84rpx;
  120. margin-top: 10rpx;
  121. }
  122. .proprice{
  123. color: #ee4c53;
  124. font-size: 24rpx;
  125. }
  126. .ope{
  127. position: absolute;
  128. right: 20rpx;
  129. bottom: 20rpx;
  130. }
  131. .ope-btn{
  132. width: 94rpx;
  133. height: 46rpx;
  134. background: #F34F05;
  135. border-radius: 28rpx 28rpx 28rpx 28rpx;
  136. opacity: 1;
  137. justify-content: center;
  138. font-size: 24rpx;
  139. color: #FFFFFF;
  140. }
  141. .infos {font-size: 24rpx;color: #999;margin: 10rpx 0 20rpx;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
  142. .Ninfos{padding: 16rpx 0;}
  143. .ope{justify-content: space-between;align-items: center;}
  144. .price{font-size: 25rpx;color: #FE0419;align-items: center;}
  145. .price text{font-size: 36rpx;font-weight: bold;}
  146. .price text.del{font-size: 24rpx !important;color: #999;text-decoration: line-through;margin-left: 15rpx;font-weight: normal !important;}
  147. .price .vip{margin-left: 12rpx;color: var(--vip);border: 1rpx solid;padding: 0 8rpx 2rpx 8rpx;border-radius: 5px;}
  148. .price .vip text{font-size: 24rpx;font-weight: normal;}
  149. .btn{width: 150rpx;height: 50rpx;background: linear-gradient(90deg, rgba(254, 147, 76, 1) 0%, rgba(253, 58, 49, 1) 100%);font-size: 24rpx;color: #fff;text-align: center;line-height: 50rpx;border-radius: 25rpx;}
  150. .rec .li{padding: 30rpx 0;border-bottom: 1rpx solid #EDEDED;}
  151. .rec .li:last-child{border-bottom: none;}
  152. .rec-tit{font-size: 34rpx;color: #333;font-weight: bold;line-height: 48rpx;height: 96rpx;margin-bottom: 25rpx;}
  153. .author{font-size: 28rpx;color: #999;margin-right: 24rpx;}
  154. .author image{width: 32rpx;height: 32rpx;border-radius: 2rpx;margin-right: 10rpx;}
  155. .rec-time{font-size: 28rpx;color: #999;}
  156. .rec-img{width: 218rpx;height: 152rpx;margin-left: 55rpx;}
  157. /* 广告 */
  158. .banner{height: 200rpx;position: relative;padding: 30rpx;border-top: 20rpx solid #f9f9f9;}
  159. .swiper{width: 100%;height: 200rpx;border-radius: 10rpx;}
  160. .swiper image{width: 100%;height: 100%;border-radius: 10rpx;}
  161. .dots{position: absolute;left: 50%;transform: translateX(-50%);bottom: 50rpx;z-index: 3;justify-content: center;}
  162. .dot{width: 46rpx;height: 4rpx;background: rgba(255,255,255,.5);margin: 0 3rpx;}
  163. .dot.active{background: #fff;}
  164. .share-top image{width: 35rpx;height: 35rpx;}
  165. .bottom-fixed{
  166. position: fixed;
  167. bottom: 0;
  168. left: 0;
  169. right: 0;
  170. height: 118rpx;
  171. z-index: 50;
  172. box-shadow: 0rpx 0rpx 15rpx 1rpx rgba(0,0,0,0.16);
  173. }
  174. .bottom-fixed-left{
  175. width: 161rpx;
  176. text-align: center;
  177. background-color: #fff;
  178. height: 118rpx;
  179. flex-direction: column;
  180. align-items: center;
  181. justify-content: center;
  182. font-size: 24rpx;
  183. color: #999999;
  184. }
  185. .bottom-fixed-btn{height: 118rpx;background: var(--main);font-size: 36rpx;color: #fff;text-align: center;line-height: 84rpx;justify-content: center;}
  186. .guwen{margin: 80rpx 30rpx 0;box-shadow: 0 0 51rpx 0 rgba(152,137,136,0.2);border-radius: 20rpx;position: relative;padding: 34rpx 33rpx 34rpx 40rpx;}
  187. .guwen-img{position: absolute;top: -24rpx;left: 0;width: 230rpx;height: 48rpx;}
  188. .guwen-tit{font-size: 24rpx;color: #000;font-weight: bold;margin-bottom: 25rpx;}
  189. .guwen-user{width: 120rpx;height: 120rpx;border-radius: 50%;margin-right: 20rpx;}
  190. .guwen-name{font-size: 36rpx;color: #000;font-weight: bold;}
  191. .guwen-tag{display: inline-block;height: 27rpx;border: 2rpx solid #2CCA73;border-radius: 14rpx;font-size: 16rpx;color: #06B252;font-weight: normal;padding: 0 9rpx;line-height: 27rpx;margin-top: 8rpx;}
  192. .guwen-mobile{font-size: 28rpx;color: #000;font-weight: bold;margin-top: 10rpx;}
  193. .guwen-ewm{font-size: 20rpx;color: #999;}
  194. .guwen-ewm image{width: 135rpx;height: 135rpx;margin: 0 auto 10rpx;}
  195. .guwen-edit{position: absolute;top: 0;right: 0;height: 40rpx;padding: 0 10rpx;background: var(--mina);border-radius: 0 20rpx 0 20rpx;font-size: 20rpx;color: #fff;z-index: 1;}
  196. .guwen-edit image{width: 22rpx;height: 23rpx;margin-right: 7rpx;}
  197. .bottom-info{
  198. padding: 0 30rpx;
  199. }
  200. .bottom-info-browse{
  201. font-size: 24rpx;
  202. font-weight: 400;
  203. color: #999999;
  204. }
  205. .bottom-info-logo{
  206. width: 62rpx;
  207. height: 62rpx;
  208. border-radius: 40rpx 40rpx 40rpx 40rpx;
  209. opacity: 1;
  210. margin-right: 10rpx;
  211. }
  212. .bottom-info-option{
  213. font-size: 24rpx;
  214. font-weight: 400;
  215. color: #5B698F;
  216. text-align: center;
  217. }
  218. .share-pop{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,.6);z-index: 100;}
  219. .share-pop image{width: 575rpx;height: 359rpx;position: absolute;top: 0;left: 50%;transform: translateX(-50%);}