living.wxss 8.5 KB

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