living.wxss 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  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. .talk-list.data-v-471975a0 {
  28. border-radius: 30rpx;
  29. background-color: rgba(33, 33, 33, 0.5);
  30. padding: 10rpx 30rpx;
  31. }
  32. .content.data-v-471975a0 {
  33. position: relative;
  34. z-index: 2;
  35. height: 100%;
  36. width: 100%;
  37. top: 0;
  38. left: 0;
  39. display: flex;
  40. flex-direction: column;
  41. justify-content: space-between;
  42. }
  43. .content .content-top.data-v-471975a0 {
  44. width: 100%;
  45. margin-top: 150rpx;
  46. display: flex;
  47. align-items: center;
  48. justify-content: space-between;
  49. padding: 0 24rpx;
  50. box-sizing: border-box;
  51. }
  52. .content .content-top .sum.data-v-471975a0 {
  53. width: 80rpx;
  54. height: 52rpx;
  55. background: rgba(0, 0, 0, 0.5);
  56. border-radius: 26rpx 26rpx 26rpx 26rpx;
  57. font-size: 24rpx;
  58. color: #FFFFFF;
  59. text-align: center;
  60. line-height: 52rpx;
  61. }
  62. .content .follow-btn.data-v-471975a0 {
  63. padding: 8rpx 16rpx;
  64. background: linear-gradient(270deg, #FF5C03 0%, #FFAC64 100%);
  65. border-radius: 26rpx;
  66. font-weight: 500;
  67. font-size: 26rpx;
  68. color: #FFFFFF;
  69. }
  70. .videolist.data-v-471975a0 {
  71. position: relative;
  72. }
  73. .video.data-v-471975a0 {
  74. height: 100vh;
  75. /* 占屏幕高度的80% */
  76. width: 100%;
  77. background-color: rgba(0, 0, 0, 0.6);
  78. }
  79. .videotop.data-v-471975a0 {
  80. width: 100%;
  81. height: 100%;
  82. }
  83. .popup-video.data-v-471975a0 {
  84. position: absolute;
  85. top: 30%;
  86. height: 500rpx;
  87. display: flex;
  88. flex-direction: column;
  89. align-items: center;
  90. justify-content: center;
  91. width: 100%;
  92. color: #fff;
  93. z-index: 9;
  94. }
  95. .popup-video .more.data-v-471975a0 {
  96. background-color: #3280fe;
  97. border-radius: 80rpx;
  98. width: 280rpx;
  99. text-align: center;
  100. height: 60rpx;
  101. line-height: 60rpx;
  102. }
  103. .icon-bg.data-v-471975a0 {
  104. background-color: rgba(157, 157, 157, 0.8);
  105. border-radius: 50%;
  106. width: 72rpx;
  107. height: 72rpx;
  108. display: flex;
  109. justify-content: center;
  110. align-items: center;
  111. transition: transform 0.2s ease;
  112. }
  113. .list.data-v-471975a0 {
  114. width: 80%;
  115. margin-bottom: 20rpx;
  116. animation: xxxawdawd-471975a0 0.2s;
  117. }
  118. @keyframes xxxawdawd-471975a0 {
  119. from {
  120. margin-top: 0rpx;
  121. opacity: 0;
  122. }
  123. to {
  124. margin-top: 20rpx;
  125. opacity: 1;
  126. }
  127. }
  128. .shop-prompt.data-v-471975a0 {
  129. position: absolute;
  130. bottom: 600rpx;
  131. left: 24rpx;
  132. padding: 6rpx 20rpx;
  133. background: rgba(230, 154, 34, 0.7);
  134. border-radius: 24rpx;
  135. z-index: 9;
  136. font-weight: 500;
  137. font-size: 26rpx;
  138. color: #FFFFFF;
  139. }
  140. .side-group.data-v-471975a0 {
  141. position: absolute;
  142. top: 30%;
  143. right: 50rpx;
  144. z-index: 9;
  145. display: flex;
  146. flex-direction: column;
  147. align-items: center;
  148. }
  149. .side-group .side-item.data-v-471975a0 {
  150. font-weight: 500;
  151. font-size: 24rpx;
  152. color: #FFFFFF;
  153. margin-bottom: 32rpx;
  154. text-align: center;
  155. }
  156. .side-group .side-item image.data-v-471975a0 {
  157. width: 72rpx;
  158. height: 72rpx;
  159. }
  160. .shoppop.data-v-471975a0 {
  161. padding: 22rpx 16rpx;
  162. }
  163. .shoppop .shoppop-top.data-v-471975a0 {
  164. display: flex;
  165. justify-content: space-between;
  166. align-items: center;
  167. padding: 0 16rpx 22rpx;
  168. }
  169. .shoppop .shoppop-top .search-input.data-v-471975a0 {
  170. width: 414rpx;
  171. height: 76rpx;
  172. background: #FFFFFF;
  173. border-radius: 36rpx;
  174. margin-left: 20rpx;
  175. padding: 0 32rpx;
  176. box-sizing: border-box;
  177. font-size: 24rpx;
  178. margin-right: 24rpx;
  179. }
  180. .shoppop .shoppop-top .search-top.data-v-471975a0 {
  181. font-size: 18rpx;
  182. color: #222222;
  183. }
  184. .shoppop .shop-list.data-v-471975a0 {
  185. overflow: hidden;
  186. }
  187. .shoppop .shop-list .list-item.data-v-471975a0 {
  188. display: flex;
  189. align-items: center;
  190. padding: 20rpx 16rpx;
  191. background: #FFFFFF;
  192. border-radius: 16rpx;
  193. margin-bottom: 16rpx;
  194. }
  195. .shoppop .shop-list .list-item .goods-img.data-v-471975a0 {
  196. width: 200rpx;
  197. height: 200rpx;
  198. border-radius: 16rpx;
  199. overflow: hidden;
  200. position: relative;
  201. margin-right: 24rpx;
  202. }
  203. .shoppop .shop-list .list-item .goods-img image.data-v-471975a0 {
  204. width: 100%;
  205. height: 100%;
  206. }
  207. .shoppop .shop-list .list-item .goods-img .goods-label.data-v-471975a0 {
  208. position: absolute;
  209. top: 0;
  210. width: 64rpx;
  211. height: 40rpx;
  212. background: rgba(0, 0, 0, 0.5);
  213. border-radius: 16rpx 0rpx 16rpx 0rpx;
  214. text-align: center;
  215. font-weight: 500;
  216. font-size: 28rpx;
  217. color: #FFFFFF;
  218. }
  219. .shoppop .shop-list .list-item .goods-right.data-v-471975a0 {
  220. flex: 1;
  221. }
  222. .shoppop .shop-list .list-item .goods-right .goods-title.data-v-471975a0 {
  223. font-weight: 500;
  224. font-size: 28rpx;
  225. color: #000000;
  226. }
  227. .shoppop .shop-list .list-item .goods-right .goods-details.data-v-471975a0 {
  228. font-size: 24rpx;
  229. color: #999999;
  230. margin: 10rpx 0 20rpx;
  231. }
  232. .shoppop .shop-list .list-item .goods-right .goods-people.data-v-471975a0 {
  233. font-size: 22rpx;
  234. color: #E69A22;
  235. height: 56rpx;
  236. }
  237. .shoppop .shop-list .list-item .goods-right .goods-shop.data-v-471975a0 {
  238. display: flex;
  239. justify-content: space-between;
  240. }
  241. .shoppop .shop-list .list-item .goods-right .goods-shop .nummber.data-v-471975a0 {
  242. color: #FF5C03;
  243. font-size: 22rpx;
  244. font-weight: 500;
  245. }
  246. .shoppop .shop-list .list-item .goods-right .goods-shop .btn-group.data-v-471975a0 {
  247. text-align: center;
  248. line-height: 56rpx;
  249. }
  250. .shoppop .shop-list .list-item .goods-right .goods-shop .btn-group .collect-btn.data-v-471975a0 {
  251. width: 72rpx;
  252. background: #F5F7FA;
  253. border-radius: 8rpx 0rpx 0rpx 8rpx;
  254. }
  255. .shoppop .shop-list .list-item .goods-right .goods-shop .btn-group .shop-btn.data-v-471975a0 {
  256. width: 152rpx;
  257. background: linear-gradient(270deg, #FF5C03 0%, #FFAC64 100%);
  258. border-radius: 0rpx 8rpx 8rpx 0rpx;
  259. font-weight: 500;
  260. font-size: 26rpx;
  261. color: #FFFFFF;
  262. }
  263. .data-v-471975a0 .u-list-item {
  264. width: 100%;
  265. display: flex;
  266. align-items: center;
  267. }