living.wxss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. /*自定义主题色 */
  27. .content.data-v-55719d20 {
  28. position: relative;
  29. z-index: 2;
  30. height: 100%;
  31. width: 100%;
  32. top: 0;
  33. left: 0;
  34. display: flex;
  35. flex-direction: column;
  36. justify-content: space-between;
  37. }
  38. .content .content-top.data-v-55719d20 {
  39. width: 100%;
  40. margin-top: 150rpx;
  41. display: flex;
  42. align-items: center;
  43. justify-content: space-between;
  44. padding: 0 24rpx;
  45. box-sizing: border-box;
  46. }
  47. .content .content-top .sum.data-v-55719d20 {
  48. width: 80rpx;
  49. height: 52rpx;
  50. background: rgba(0, 0, 0, 0.5);
  51. border-radius: 26rpx 26rpx 26rpx 26rpx;
  52. font-size: 24rpx;
  53. color: #FFFFFF;
  54. text-align: center;
  55. line-height: 52rpx;
  56. }
  57. .content .follow-btn.data-v-55719d20 {
  58. padding: 8rpx 16rpx;
  59. background: linear-gradient(270deg, #FF5C03 0%, #FFAC64 100%);
  60. border-radius: 26rpx;
  61. font-weight: 500;
  62. font-size: 26rpx;
  63. color: #FFFFFF;
  64. }
  65. .videolist.data-v-55719d20 {
  66. position: relative;
  67. }
  68. .vedio.data-v-55719d20 {
  69. height: 100vh;
  70. /* 占屏幕高度的80% */
  71. width: 100%;
  72. background-color: rgba(0, 0, 0, 0.6);
  73. }
  74. .videotop.data-v-55719d20 {
  75. width: 100%;
  76. height: 100%;
  77. }
  78. .popup-video.data-v-55719d20 {
  79. position: absolute;
  80. top: 30%;
  81. height: 500rpx;
  82. display: flex;
  83. flex-direction: column;
  84. align-items: center;
  85. justify-content: center;
  86. width: 100%;
  87. color: #fff;
  88. z-index: 9;
  89. }
  90. .popup-video .more.data-v-55719d20 {
  91. background-color: #3280fe;
  92. border-radius: 80rpx;
  93. width: 280rpx;
  94. text-align: center;
  95. height: 60rpx;
  96. line-height: 60rpx;
  97. }
  98. .icon-bg.data-v-55719d20 {
  99. background-color: rgba(255, 255, 255, 0.2);
  100. border-radius: 50%;
  101. width: 72rpx;
  102. height: 72rpx;
  103. display: flex;
  104. justify-content: center;
  105. align-items: center;
  106. transition: transform 0.2s ease;
  107. }
  108. .list.data-v-55719d20 {
  109. width: 80%;
  110. margin-bottom: 20rpx;
  111. animation: xxxawdawd-55719d20 0.2s;
  112. }
  113. @keyframes xxxawdawd-55719d20 {
  114. from {
  115. margin-top: 0rpx;
  116. opacity: 0;
  117. }
  118. to {
  119. margin-top: 20rpx;
  120. opacity: 1;
  121. }
  122. }
  123. .shop-prompt.data-v-55719d20 {
  124. position: absolute;
  125. bottom: 600rpx;
  126. left: 24rpx;
  127. padding: 6rpx 20rpx;
  128. background: rgba(230, 154, 34, 0.7);
  129. border-radius: 24rpx;
  130. z-index: 9;
  131. font-weight: 500;
  132. font-size: 26rpx;
  133. color: #FFFFFF;
  134. }
  135. .side-group.data-v-55719d20 {
  136. position: absolute;
  137. top: 30%;
  138. right: 50rpx;
  139. z-index: 9;
  140. display: flex;
  141. flex-direction: column;
  142. align-items: center;
  143. }
  144. .side-group .side-item.data-v-55719d20 {
  145. font-weight: 500;
  146. font-size: 24rpx;
  147. color: #FFFFFF;
  148. margin-bottom: 32rpx;
  149. text-align: center;
  150. }
  151. .side-group .side-item image.data-v-55719d20 {
  152. width: 72rpx;
  153. height: 72rpx;
  154. }
  155. .shoppop.data-v-55719d20 {
  156. padding: 22rpx 16rpx;
  157. }
  158. .shoppop .shoppop-top.data-v-55719d20 {
  159. display: flex;
  160. justify-content: space-between;
  161. align-items: center;
  162. padding: 0 16rpx 22rpx;
  163. }
  164. .shoppop .shoppop-top .search-input.data-v-55719d20 {
  165. width: 414rpx;
  166. height: 76rpx;
  167. background: #FFFFFF;
  168. border-radius: 36rpx;
  169. margin-left: 20rpx;
  170. padding: 0 32rpx;
  171. box-sizing: border-box;
  172. font-size: 24rpx;
  173. margin-right: 24rpx;
  174. }
  175. .shoppop .shoppop-top .search-top.data-v-55719d20 {
  176. font-size: 18rpx;
  177. color: #222222;
  178. }
  179. .shoppop .shop-list.data-v-55719d20 {
  180. overflow: hidden;
  181. }
  182. .shoppop .shop-list .list-item.data-v-55719d20 {
  183. display: flex;
  184. align-items: center;
  185. padding: 20rpx 16rpx;
  186. background: #FFFFFF;
  187. border-radius: 16rpx;
  188. margin-bottom: 16rpx;
  189. }
  190. .shoppop .shop-list .list-item .goods-img.data-v-55719d20 {
  191. width: 200rpx;
  192. height: 200rpx;
  193. border-radius: 16rpx;
  194. overflow: hidden;
  195. position: relative;
  196. margin-right: 24rpx;
  197. }
  198. .shoppop .shop-list .list-item .goods-img image.data-v-55719d20 {
  199. width: 100%;
  200. height: 100%;
  201. }
  202. .shoppop .shop-list .list-item .goods-img .goods-label.data-v-55719d20 {
  203. position: absolute;
  204. top: 0;
  205. width: 64rpx;
  206. height: 40rpx;
  207. background: rgba(0, 0, 0, 0.5);
  208. border-radius: 16rpx 0rpx 16rpx 0rpx;
  209. text-align: center;
  210. font-weight: 500;
  211. font-size: 28rpx;
  212. color: #FFFFFF;
  213. }
  214. .shoppop .shop-list .list-item .goods-right.data-v-55719d20 {
  215. flex: 1;
  216. }
  217. .shoppop .shop-list .list-item .goods-right .goods-title.data-v-55719d20 {
  218. font-weight: 500;
  219. font-size: 28rpx;
  220. color: #000000;
  221. }
  222. .shoppop .shop-list .list-item .goods-right .goods-details.data-v-55719d20 {
  223. font-size: 24rpx;
  224. color: #999999;
  225. margin: 10rpx 0 20rpx;
  226. }
  227. .shoppop .shop-list .list-item .goods-right .goods-people.data-v-55719d20 {
  228. font-size: 22rpx;
  229. color: #E69A22;
  230. height: 56rpx;
  231. }
  232. .shoppop .shop-list .list-item .goods-right .goods-shop.data-v-55719d20 {
  233. display: flex;
  234. justify-content: space-between;
  235. }
  236. .shoppop .shop-list .list-item .goods-right .goods-shop .nummber.data-v-55719d20 {
  237. color: #FF5C03;
  238. font-size: 22rpx;
  239. font-weight: 500;
  240. }
  241. .shoppop .shop-list .list-item .goods-right .goods-shop .btn-group.data-v-55719d20 {
  242. text-align: center;
  243. line-height: 56rpx;
  244. }
  245. .shoppop .shop-list .list-item .goods-right .goods-shop .btn-group .collect-btn.data-v-55719d20 {
  246. width: 72rpx;
  247. background: #F5F7FA;
  248. border-radius: 8rpx 0rpx 0rpx 8rpx;
  249. }
  250. .shoppop .shop-list .list-item .goods-right .goods-shop .btn-group .shop-btn.data-v-55719d20 {
  251. width: 152rpx;
  252. background: linear-gradient(270deg, #FF5C03 0%, #FFAC64 100%);
  253. border-radius: 0rpx 8rpx 8rpx 0rpx;
  254. font-weight: 500;
  255. font-size: 26rpx;
  256. color: #FFFFFF;
  257. }
  258. .data-v-55719d20 .u-list-item {
  259. width: 100%;
  260. display: flex;
  261. align-items: center;
  262. }