living.wxss 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  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. .loading-more.data-v-471975a0,
  28. .no-more.data-v-471975a0 {
  29. display: flex;
  30. justify-content: center;
  31. align-items: center;
  32. padding: 20rpx 0;
  33. color: #999;
  34. font-size: 24rpx;
  35. }
  36. .loading-more.data-v-471975a0 {
  37. flex-direction: column;
  38. }
  39. /* button自带样式清除 */
  40. .student-orther-icon button.data-v-471975a0::after {
  41. border: none !important;
  42. padding: 0 !important;
  43. margin: 0 !important;
  44. }
  45. .student-orther-icon button.data-v-471975a0 {
  46. background-color: transparent !important;
  47. padding: 0 !important;
  48. line-height: inherit !important;
  49. margin: 0 !important;
  50. width: auto !important;
  51. font-weight: 500 !important;
  52. border-radius: none !important;
  53. }
  54. .welcome-message.data-v-471975a0 {
  55. position: fixed;
  56. width: 100%;
  57. bottom: 120rpx;
  58. left: 50%;
  59. transform: translateX(-50%);
  60. color: white;
  61. padding: 10px 20px;
  62. border-radius: 20px;
  63. animation: fadeOut-471975a0 1s ease 1s forwards;
  64. z-index: 1000;
  65. }
  66. @keyframes fadeOut-471975a0 {
  67. from {
  68. opacity: 1;
  69. }
  70. to {
  71. opacity: 0;
  72. }
  73. }
  74. .talk-list.data-v-471975a0 {
  75. border-radius: 30rpx;
  76. background-color: rgba(33, 33, 33, 0.5);
  77. padding: 10rpx 30rpx;
  78. }
  79. .content.data-v-471975a0 {
  80. position: relative;
  81. z-index: 2;
  82. height: 100%;
  83. width: 100%;
  84. top: 0;
  85. left: 0;
  86. display: flex;
  87. flex-direction: column;
  88. justify-content: space-between;
  89. }
  90. .content .content-top.data-v-471975a0 {
  91. width: 100%;
  92. margin-top: 150rpx;
  93. display: flex;
  94. align-items: center;
  95. justify-content: space-between;
  96. padding: 0 24rpx;
  97. box-sizing: border-box;
  98. }
  99. .content .content-top .sum.data-v-471975a0 {
  100. width: 80rpx;
  101. height: 52rpx;
  102. background: rgba(0, 0, 0, 0.5);
  103. border-radius: 26rpx 26rpx 26rpx 26rpx;
  104. font-size: 24rpx;
  105. color: #FFFFFF;
  106. text-align: center;
  107. line-height: 52rpx;
  108. }
  109. .content .follow-btn.data-v-471975a0 {
  110. padding: 8rpx 16rpx;
  111. background: linear-gradient(270deg, #FF5C03 0%, #FFAC64 100%);
  112. border-radius: 26rpx;
  113. font-weight: 500;
  114. font-size: 26rpx;
  115. color: #FFFFFF;
  116. }
  117. .videolist.data-v-471975a0 {
  118. position: relative;
  119. }
  120. .video.data-v-471975a0 {
  121. height: 100vh;
  122. /* 占屏幕高度的80% */
  123. width: 100%;
  124. background-color: rgba(0, 0, 0, 0.8);
  125. }
  126. .videotop.data-v-471975a0 {
  127. width: 100%;
  128. height: 100%;
  129. }
  130. .video_row.data-v-471975a0 {
  131. width: 100%;
  132. max-height: 500rpx;
  133. overflow: hidden;
  134. margin-top: 360rpx;
  135. }
  136. .popup-video.data-v-471975a0 {
  137. position: absolute;
  138. top: 30%;
  139. height: 500rpx;
  140. display: flex;
  141. flex-direction: column;
  142. align-items: center;
  143. justify-content: center;
  144. width: 100%;
  145. color: #fff;
  146. z-index: 9;
  147. }
  148. .popup-video .more.data-v-471975a0 {
  149. background-color: #3280fe;
  150. border-radius: 80rpx;
  151. width: 280rpx;
  152. text-align: center;
  153. height: 60rpx;
  154. line-height: 60rpx;
  155. }
  156. .icon-bg.data-v-471975a0 {
  157. background-color: rgba(157, 157, 157, 0.8);
  158. border-radius: 50%;
  159. width: 72rpx;
  160. height: 72rpx;
  161. display: flex;
  162. justify-content: center;
  163. align-items: center;
  164. transition: transform 0.2s ease;
  165. }
  166. .list.data-v-471975a0 {
  167. width: 80%;
  168. margin-bottom: 20rpx;
  169. animation: xxxawdawd-471975a0 0.2s;
  170. }
  171. @keyframes xxxawdawd-471975a0 {
  172. from {
  173. margin-top: 0rpx;
  174. opacity: 0;
  175. }
  176. to {
  177. margin-top: 20rpx;
  178. opacity: 1;
  179. }
  180. }
  181. .shop-prompt.data-v-471975a0 {
  182. position: absolute;
  183. bottom: 600rpx;
  184. left: 24rpx;
  185. padding: 6rpx 20rpx;
  186. background: rgba(230, 154, 34, 0.7);
  187. border-radius: 24rpx;
  188. z-index: 9;
  189. font-weight: 500;
  190. font-size: 26rpx;
  191. color: #FFFFFF;
  192. transition: opacity 0.3s ease;
  193. }
  194. .siderow-group.data-v-471975a0 {
  195. position: absolute;
  196. top: 56%;
  197. right: 50rpx;
  198. z-index: 9;
  199. display: flex;
  200. flex-direction: column;
  201. align-items: center;
  202. }
  203. .siderow-group .side-item.data-v-471975a0 {
  204. font-weight: 500;
  205. font-size: 24rpx;
  206. color: #FFFFFF;
  207. margin-bottom: 32rpx;
  208. text-align: center;
  209. }
  210. .siderow-group .side-item button.data-v-471975a0 {
  211. background-color: transparent;
  212. margin: 0;
  213. line-height: 1;
  214. padding: 0;
  215. }
  216. .siderow-group .side-item image.data-v-471975a0 {
  217. width: 72rpx;
  218. height: 72rpx;
  219. }
  220. .side-group.data-v-471975a0 {
  221. position: absolute;
  222. top: 56%;
  223. right: 50rpx;
  224. z-index: 9;
  225. display: flex;
  226. flex-direction: column;
  227. align-items: center;
  228. }
  229. .side-group .side-item.data-v-471975a0 {
  230. font-weight: 500;
  231. font-size: 24rpx;
  232. color: #FFFFFF;
  233. margin-bottom: 32rpx;
  234. text-align: center;
  235. }
  236. .side-group .side-item button.data-v-471975a0 {
  237. background-color: transparent;
  238. margin: 0;
  239. line-height: 1;
  240. padding: 0;
  241. }
  242. .side-group .side-item image.data-v-471975a0 {
  243. width: 72rpx;
  244. height: 72rpx;
  245. }
  246. .red-box .button.data-v-471975a0 {
  247. margin: 0 auto;
  248. width: 80%;
  249. line-height: 88rpx;
  250. height: 88rpx;
  251. background: linear-gradient(90deg, #FF5701 0%, #FFB501 100%);
  252. box-shadow: 0rpx 8rpx 8rpx 0rpx rgba(238, 124, 80, 0.2);
  253. border-radius: 44rpx 44rpx 44rpx 44rpx;
  254. font-weight: 600;
  255. font-size: 32rpx;
  256. color: #FFFFFF;
  257. text-align: center;
  258. }
  259. .view-box.data-v-471975a0 {
  260. position: relative;
  261. height: 40vh;
  262. /* 设置弹出层高度为视窗高度的70% */
  263. padding: 40rpx 0rpx 120rpx;
  264. box-sizing: border-box;
  265. display: flex;
  266. flex-direction: column;
  267. }
  268. .view-box .scroll-content.data-v-471975a0 {
  269. flex: 1;
  270. overflow-y: auto;
  271. padding: 0 40rpx;
  272. }
  273. .view-box .bottom.data-v-471975a0 {
  274. padding: 20rpx 40rpx;
  275. position: absolute;
  276. bottom: 0;
  277. width: 100%;
  278. box-shadow: 0rpx -4rpx 10rpx 0rpx rgba(195, 195, 195, 0.3);
  279. background: #fff;
  280. }
  281. .shoppop.data-v-471975a0 {
  282. padding: 22rpx 16rpx;
  283. }
  284. .shoppop .shoppop-top.data-v-471975a0 {
  285. display: flex;
  286. justify-content: space-between;
  287. align-items: center;
  288. padding: 0 16rpx 22rpx;
  289. }
  290. .shoppop .shoppop-top .search-input.data-v-471975a0 {
  291. width: 414rpx;
  292. height: 76rpx;
  293. background: #FFFFFF;
  294. border-radius: 36rpx;
  295. margin-left: 20rpx;
  296. padding: 0 32rpx;
  297. box-sizing: border-box;
  298. font-size: 24rpx;
  299. margin-right: 24rpx;
  300. }
  301. .shoppop .shoppop-top .search-top.data-v-471975a0 {
  302. font-size: 18rpx;
  303. color: #222222;
  304. }
  305. .shoppop .shop-list.data-v-471975a0 {
  306. overflow: hidden;
  307. }
  308. .shoppop .shop-list .list-item.data-v-471975a0 {
  309. display: flex;
  310. align-items: center;
  311. padding: 20rpx 16rpx;
  312. background: #FFFFFF;
  313. border-radius: 16rpx;
  314. margin-bottom: 16rpx;
  315. }
  316. .shoppop .shop-list .list-item .goods-img.data-v-471975a0 {
  317. width: 200rpx;
  318. height: 200rpx;
  319. border-radius: 16rpx;
  320. overflow: hidden;
  321. position: relative;
  322. margin-right: 24rpx;
  323. }
  324. .shoppop .shop-list .list-item .goods-img image.data-v-471975a0 {
  325. width: 100%;
  326. height: 100%;
  327. }
  328. .shoppop .shop-list .list-item .goods-img .goods-label.data-v-471975a0 {
  329. position: absolute;
  330. top: 0;
  331. width: 64rpx;
  332. height: 40rpx;
  333. background: rgba(0, 0, 0, 0.5);
  334. border-radius: 16rpx 0rpx 16rpx 0rpx;
  335. text-align: center;
  336. font-weight: 500;
  337. font-size: 28rpx;
  338. color: #FFFFFF;
  339. }
  340. .shoppop .shop-list .list-item .goods-right.data-v-471975a0 {
  341. flex: 1;
  342. }
  343. .shoppop .shop-list .list-item .goods-right .goods-title.data-v-471975a0 {
  344. font-weight: 500;
  345. font-size: 28rpx;
  346. color: #000000;
  347. }
  348. .shoppop .shop-list .list-item .goods-right .goods-details.data-v-471975a0 {
  349. font-size: 24rpx;
  350. color: #999999;
  351. margin: 10rpx 0 20rpx;
  352. }
  353. .shoppop .shop-list .list-item .goods-right .goods-people.data-v-471975a0 {
  354. font-size: 22rpx;
  355. color: #E69A22;
  356. height: 56rpx;
  357. }
  358. .shoppop .shop-list .list-item .goods-right .goods-shop.data-v-471975a0 {
  359. display: flex;
  360. justify-content: space-between;
  361. }
  362. .shoppop .shop-list .list-item .goods-right .goods-shop .nummber.data-v-471975a0 {
  363. color: #FF5C03;
  364. font-size: 22rpx;
  365. font-weight: 500;
  366. }
  367. .shoppop .shop-list .list-item .goods-right .goods-shop .btn-group.data-v-471975a0 {
  368. text-align: center;
  369. line-height: 56rpx;
  370. }
  371. .shoppop .shop-list .list-item .goods-right .goods-shop .btn-group .collect-btn.data-v-471975a0 {
  372. width: 72rpx;
  373. background: #F5F7FA;
  374. border-radius: 8rpx 0rpx 0rpx 8rpx;
  375. }
  376. .shoppop .shop-list .list-item .goods-right .goods-shop .btn-group .shop-btn.data-v-471975a0 {
  377. width: 152rpx;
  378. background: linear-gradient(270deg, #FF5C03 0%, #FFAC64 100%);
  379. border-radius: 0rpx 8rpx 8rpx 0rpx;
  380. font-weight: 500;
  381. font-size: 26rpx;
  382. color: #FFFFFF;
  383. }
  384. .data-v-471975a0 .u-list-item {
  385. width: 100%;
  386. display: flex;
  387. align-items: center;
  388. }
  389. .data-v-471975a0 .u-safe-area-inset-bottom {
  390. padding-bottom: 0;
  391. }