video.wxss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489
  1. @charset "UTF-8";
  2. .text-center {
  3. text-align: center;
  4. }
  5. .font-weight {
  6. font-weight: bold;
  7. }
  8. .page-width {
  9. width: 100%;
  10. }
  11. .goods-hover-class {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width {
  27. width: 100%;
  28. }
  29. .u-hover-class {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. /* 流光金 */
  39. /* 浪漫粉 */
  40. /* 品味红 */
  41. /* 优雅紫 */
  42. /* 清醒绿 */
  43. /* 商务蓝 */
  44. /* 流光金 */
  45. .streamer-gold-gift-color {
  46. color: #dfa245;
  47. }
  48. .streamer-gold-gift-background {
  49. background-color: #dfa245;
  50. }
  51. .streamer-gold-gift-background-q {
  52. background: rgba(223, 162, 69, 0.8);
  53. }
  54. .streamer-gold-gift-background-p {
  55. background: rgba(223, 162, 69, 0.2);
  56. }
  57. .streamer-gold-gift-background-o {
  58. background: rgba(223, 162, 69, 0.1);
  59. }
  60. .streamer-gold-gift-border {
  61. border-color: #dfa245;
  62. }
  63. .streamer-gold-gift-figure-rule {
  64. background: -webkit-linear-gradient(top, #dfa245, #f0c482);
  65. background: linear-gradient(to bottom, #dfa245, #f0c482);
  66. }
  67. .streamer-gold-gift-border-bottom {
  68. border-bottom-color: #dfa245;
  69. }
  70. .streamer-gold-gift-shadow {
  71. box-shadow: 0 10rpx 30rpx 2.5rpx rgba(223, 162, 69, 0.2);
  72. }
  73. .streamer-gold-gift-btn {
  74. background: -webkit-linear-gradient(right, #dfa245, rgba(223, 162, 69, 0.7));
  75. background: linear-gradient(to left, #dfa245, rgba(223, 162, 69, 0.7));
  76. }
  77. /* 浪漫粉 */
  78. .romantic-powder-gift-color {
  79. color: #ff547b;
  80. }
  81. .romantic-powder-gift-background {
  82. background-color: #ff547b;
  83. }
  84. .romantic-powder-gift-background-q {
  85. background: rgba(255, 84, 123, 0.8);
  86. }
  87. .romantic-powder-gift-background-p {
  88. background: rgba(255, 84, 123, 0.2);
  89. }
  90. .romantic-powder-gift-background-o {
  91. background: rgba(255, 84, 123, 0.1);
  92. }
  93. .romantic-powder-gift-border {
  94. border-color: #ff547b;
  95. }
  96. .romantic-powder-gift-figure-rule {
  97. background: -webkit-linear-gradient(top, #ff547b, #ff96ae);
  98. background: linear-gradient(to bottom, #ff547b, #ff96ae);
  99. }
  100. .romantic-powder-gift-border-bottom {
  101. border-bottom-color: #ff547b;
  102. }
  103. .romantic-powder-gift-shadow {
  104. box-shadow: 0 10rpx 30rpx 2.5rpx rgba(255, 84, 23, 0.2);
  105. }
  106. .romantic-powder-gift-btn {
  107. background: -webkit-linear-gradient(right, #ff547b, rgba(255, 84, 123, 0.7));
  108. background: linear-gradient(to left, #ff547b, rgba(255, 84, 123, 0.7));
  109. }
  110. /* 品味红 */
  111. .taste-red-gift-color {
  112. color: #ff4544;
  113. }
  114. .taste-red-gift-background {
  115. background-color: #ff4544;
  116. }
  117. .taste-red-gift-background-q {
  118. background: rgba(255, 69, 68, 0.8);
  119. }
  120. .taste-red-gift-background-p {
  121. background: rgba(255, 69, 68, 0.2);
  122. }
  123. .taste-red-gift-background-0 {
  124. background: rgba(255, 69, 68, 0.1);
  125. }
  126. .taste-red-gift-border {
  127. border-color: #ff4544;
  128. }
  129. .taste-red-gift-figure-rule {
  130. background: -webkit-linear-gradient(top, #ff4544, #ff8888);
  131. background: linear-gradient(to bottom, #ff4544, #ff8888);
  132. }
  133. .taste-red-gift-border-bottom {
  134. border-bottom-color: #ff4544;
  135. }
  136. .taste-red-gift-shadow {
  137. box-shadow: 0 10rpx 30rpx 2.5rpx rgba(255, 69, 68, 0.2);
  138. }
  139. .taste-red-gift-btn {
  140. background: -webkit-linear-gradient(right, #ff4544, rgba(255, 69, 68, 0.7));
  141. background: linear-gradient(to left, #ff4544, rgba(255, 69, 68, 0.7));
  142. }
  143. /* 优雅紫 */
  144. .elegant-purple-gift-color {
  145. color: #7783ea;
  146. }
  147. .elegant-purple-gift-background {
  148. background-color: #7783ea;
  149. }
  150. .elegant-purple-gift-background-q {
  151. background: rgba(119, 131, 234, 0.8);
  152. }
  153. .elegant-purple-gift-background-p {
  154. background: rgba(119, 131, 234, 0.2);
  155. }
  156. .elegant-purple-gift-background-o {
  157. background: rgba(119, 131, 234, 0.1);
  158. }
  159. .elegant-purple-gift-border {
  160. border-color: #7783ea;
  161. }
  162. .elegant-purple-gift-figure-rule {
  163. background: -webkit-linear-gradient(top, #7783ea, #a1aaf6);
  164. background: linear-gradient(to bottom, #7783ea, #a1aaf6);
  165. }
  166. .elegant-purple-gift-border-bottom {
  167. border-bottom-color: #7783ea;
  168. }
  169. .elegant-purple-gift-shadow {
  170. box-shadow: 0 10rpx 30rpx 2.5rpx rgba(119, 131, 234, 0.2);
  171. }
  172. .elegant-purple-gift-btn {
  173. background: -webkit-linear-gradient(right, #7783ea, rgba(119, 131, 234, 0.7));
  174. background: linear-gradient(to left, #7783ea, rgba(119, 131, 234, 0.7));
  175. }
  176. /* 清醒绿 */
  177. .fresh-green-gift-color {
  178. color: #63be72;
  179. }
  180. .fresh-green-gift-background {
  181. background-color: #63be72;
  182. }
  183. .fresh-green-gift-background-q {
  184. background: rgba(99, 190, 114, 0.8);
  185. }
  186. .fresh-green-gift-background-p {
  187. background: rgba(99, 190, 114, 0.2);
  188. }
  189. .fresh-green-gift-background-o {
  190. background: rgba(99, 190, 114, 0.1);
  191. }
  192. .fresh-green-gift-border {
  193. border-color: #63be72;
  194. }
  195. .fresh-green-gift-figure-rule {
  196. background: -webkit-linear-gradient(top, #63be72, #89db96);
  197. background: linear-gradient(to bottom, #63be72, #89db96);
  198. }
  199. .fresh-green-gift-border-bottom {
  200. border-bottom-color: #63be72;
  201. }
  202. .fresh-green-gift-shadow {
  203. box-shadow: 0 10rpx 30rpx 2.5rpx rgba(99, 190, 114, 0.2);
  204. }
  205. .fresh-green-gift-btn {
  206. background: -webkit-linear-gradient(right, #63be72, rgba(99, 190, 114, 0.7));
  207. background: linear-gradient(to left, #63be72, rgba(99, 190, 114, 0.7));
  208. }
  209. /* 商务蓝 */
  210. .business-blue-gift-color {
  211. color: #4a90e2;
  212. }
  213. .business-blue-gift-background {
  214. background-color: #4a90e2;
  215. }
  216. .business-blue-gift-background-q {
  217. background: rgba(74, 144, 226, 0.8);
  218. }
  219. .business-blue-gift-background-p {
  220. background: rgba(74, 144, 226, 0.2);
  221. }
  222. .business-blue-gift-background-o {
  223. background: rgba(74, 144, 226, 0.1);
  224. }
  225. .business-blue-gift-border {
  226. border-color: #4a90e2;
  227. }
  228. .business-blue-gift-figure-rule {
  229. background: -webkit-linear-gradient(top, #4a90e2, #82b4ef);
  230. background: linear-gradient(to bottom, #4a90e2, #82b4ef);
  231. }
  232. .business-blue-gift-border-bottom {
  233. border-bottom-color: #4a90e2;
  234. }
  235. .business-blue-gift-shadow {
  236. box-shadow: 0 10rpx 30rpx 2.5rpx rgba(74, 144, 226, 0.2);
  237. }
  238. .business-blue-gift-btn {
  239. background: -webkit-linear-gradient(right, #4a90e2, rgba(74, 144, 226, 0.7));
  240. background: linear-gradient(to left, #4a90e2, rgba(74, 144, 226, 0.7));
  241. }
  242. .empty {
  243. width: 750rpx;
  244. }
  245. .page {
  246. -webkit-box-flex: 1;
  247. -webkit-flex: 1;
  248. flex: 1;
  249. overflow: hidden;
  250. background-color: #000;
  251. }
  252. .operating {
  253. position: fixed;
  254. bottom: 0;
  255. left: 0;
  256. width: 100%;
  257. z-index: 1402;
  258. }
  259. .left {
  260. margin-left: 26rpx;
  261. width: 410rpx;
  262. }
  263. .right {
  264. margin-right: 26rpx;
  265. }
  266. .attr {
  267. position: fixed;
  268. bottom: 0;
  269. left: 0;
  270. z-index: 1403;
  271. }
  272. .up-down-goods .item {
  273. width: 266rpx;
  274. height: 60rpx;
  275. border-radius: 16rpx;
  276. background-color: rgba(51, 51, 51, 0.4);
  277. color: #ffffff;
  278. font-size: 24rpx;
  279. line-height: 60rpx;
  280. text-align: center;
  281. }
  282. .up-down-goods .down {
  283. margin-top: 12rpx;
  284. }
  285. .goods-list {
  286. width: 124rpx;
  287. height: 124rpx;
  288. border-radius: 62rpx;
  289. background-color: rgba(51, 51, 51, 0.4);
  290. margin-left: 20rpx;
  291. position: relative;
  292. }
  293. .goods-list .image {
  294. width: 68rpx;
  295. height: 78rpx;
  296. position: absolute;
  297. top: 50%;
  298. left: 50%;
  299. -webkit-transform: translate(-50%, -50%);
  300. transform: translate(-50%, -50%);
  301. }
  302. .index {
  303. margin-left: 20rpx;
  304. }
  305. .cart {
  306. margin: 0 30rpx;
  307. }
  308. .but {
  309. text-align: center;
  310. position: relative;
  311. }
  312. .but .icon {
  313. width: 70rpx;
  314. height: 70rpx;
  315. border-radius: 35rpx;
  316. background-color: rgba(51, 51, 51, 0.4);
  317. position: relative;
  318. }
  319. .but .image {
  320. width: 38rpx;
  321. height: 36rpx;
  322. position: absolute;
  323. top: 50%;
  324. left: 50%;
  325. -webkit-transform: translate(-50%, -50%);
  326. transform: translate(-50%, -50%);
  327. }
  328. .but text {
  329. color: #ffffff;
  330. font-size: 24rpx;
  331. line-height: 1;
  332. }
  333. .share {
  334. background: transparent;
  335. border: none;
  336. border-radius: 0;
  337. padding: 0;
  338. position: absolute;
  339. top: 0;
  340. left: 0;
  341. width: 100%;
  342. height: 100%;
  343. }
  344. .scroll {
  345. width: 690rpx;
  346. height: 240rpx;
  347. position: fixed;
  348. left: 50%;
  349. bottom: 157rpx;
  350. -webkit-transform: translate(-50%, 0%);
  351. transform: translate(-50%, 0%);
  352. }
  353. .scroll-view {
  354. height: calc(100% - 23rpx);
  355. background-color: #ffffff;
  356. border-radius: 16rpx;
  357. padding: 0 25rpx;
  358. }
  359. .scroll-view .item-good {
  360. padding-top: 25rpx;
  361. }
  362. .scroll-view .item-good .image-view {
  363. position: relative;
  364. }
  365. .scroll-view .item-good .image-view > view {
  366. width: 150rpx;
  367. height: 30rpx;
  368. line-height: 30rpx;
  369. position: absolute;
  370. bottom: 0;
  371. font-size: 18rpx;
  372. color: #ffffff;
  373. text-align: center;
  374. background: -webkit-linear-gradient(right, #ffcb00, #ff9600);
  375. background: linear-gradient(to left, #ffcb00, #ff9600);
  376. }
  377. .scroll-view .cover-pic {
  378. width: 150rpx;
  379. height: 150rpx;
  380. }
  381. .scroll-view .content {
  382. width: calc(100% - 150rpx);
  383. min-height: 150rpx;
  384. margin-bottom: 25rpx;
  385. padding-left: 25rpx;
  386. }
  387. .scroll-view .name {
  388. line-height: 32rpx;
  389. font-size: 24rpx;
  390. color: #303030;
  391. margin-top: 8rpx;
  392. }
  393. .scroll-view .pri-but > .button {
  394. width: 50rpx;
  395. height: 50rpx;
  396. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAaVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8G612AAAAInRSTlMAEwX67MjWaAikZuPOxHhZU0xDIRwR9aeah4YtLGqom5WpM5lfzQAAASxJREFUOMud1OlygyAYheHDJor7FqM2S7/7v8jSdFrFkMD0/f3MOCockJOam3VM03FtZkVOe5hXA3YNVe6F8sKBXmeFFEIWme4BfpHP8JMBdUm7yhpg1wMUGugSOpR0gBZ7eGqR3snTPUV72qBowRR5Uwyt+IMGLKEXJQzmF16RKnqZSjH9QMlwpjedMcoH1OjobR3MN8w5T97DhPPcwgo1BapRWTigJDeA3EoMBIWeQpB6yxaYMDSY0SALw8yyDxRhWFjGIMNQWsYhNuG2QQEeDaMfHf0y8Z9ngQ5DjTn6F8YeCu8xA56PWdzBxePg0iV8FXTk5WLyAWkKXdcsdgCiJ8UdqZvP3ZyRsgnzavaMOAzp5B/SyTPN+nmatfzn2G+ppVlHzse1WQ6f4Qv3jKh04cDoQgAAAABJRU5ErkJggg==);
  397. background-size: 100% 100%;
  398. background-repeat: no-repeat;
  399. margin: 0 4rpx 0 0;
  400. border-radius: 25rpx;
  401. background-color: transparent;
  402. }
  403. .scroll-view .pri-but .pri {
  404. line-height: 21rpx;
  405. margin-top: 9rpx;
  406. }
  407. .scroll-view .pri-but .price {
  408. font-size: 21rpx;
  409. line-height: 1;
  410. }
  411. .scroll-view .pri-but .original {
  412. color: #999999;
  413. font-size: 17rpx;
  414. line-height: 1;
  415. text-decoration: line-through;
  416. margin-left: 15rpx;
  417. }
  418. .scroll-view .member-price {
  419. margin-right: 12rpx;
  420. }
  421. .triangle {
  422. width: 40rpx;
  423. border-top: 23rpx solid #ffffff;
  424. border-bottom: 23rpx solid transparent;
  425. border-left: 23rpx solid transparent;
  426. border-right: 23rpx solid transparent;
  427. position: absolute;
  428. left: 50%;
  429. -webkit-transform: translateX(-50%);
  430. transform: translateX(-50%);
  431. }
  432. .close {
  433. position: fixed;
  434. top: 26rpx;
  435. right: 26rpx;
  436. width: 70rpx;
  437. height: 70rpx;
  438. z-index: 1406;
  439. border-radius: 35rpx;
  440. background-color: rgba(51, 51, 51, 0.4);
  441. }
  442. .close .image {
  443. width: 26rpx;
  444. height: 26rpx;
  445. position: absolute;
  446. left: 50%;
  447. top: 50%;
  448. -webkit-transform: translate(-50%, -50%);
  449. transform: translate(-50%, -50%);
  450. }
  451. .swiper {
  452. position: relative;
  453. }
  454. .cover-view-marks {
  455. position: fixed;
  456. top: 0;
  457. right: 0;
  458. z-index: 1401;
  459. }
  460. .video {
  461. width: 100%;
  462. height: 100%;
  463. position: relative;
  464. }
  465. .pintuan {
  466. width: 750rpx;
  467. height: 110rpx;
  468. padding: 20rpx 24rpx;
  469. position: fixed;
  470. bottom: 0;
  471. left: 0;
  472. z-index: 1500;
  473. }
  474. .pintuan .single {
  475. border-top-left-radius: 35rpx;
  476. border-bottom-left-radius: 35rpx;
  477. text-align: center;
  478. font-size: 22rpx;
  479. }
  480. .pintuan .tuan {
  481. border-top-right-radius: 35rpx;
  482. border-bottom-right-radius: 35rpx;
  483. text-align: center;
  484. font-size: 22rpx;
  485. }
  486. .buy {
  487. color: #ffffff;
  488. }