gift-navigation.wxss 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. @charset "UTF-8";
  2. .text-center.data-v-78f83a20 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-78f83a20 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-78f83a20 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-78f83a20 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-78f83a20 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-78f83a20 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-78f83a20 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-78f83a20 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-78f83a20 {
  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.data-v-78f83a20 {
  46. color: #dfa245;
  47. }
  48. .streamer-gold-gift-background.data-v-78f83a20 {
  49. background-color: #dfa245;
  50. }
  51. .streamer-gold-gift-background-q.data-v-78f83a20 {
  52. background: rgba(223, 162, 69, 0.8);
  53. }
  54. .streamer-gold-gift-background-p.data-v-78f83a20 {
  55. background: rgba(223, 162, 69, 0.2);
  56. }
  57. .streamer-gold-gift-background-o.data-v-78f83a20 {
  58. background: rgba(223, 162, 69, 0.1);
  59. }
  60. .streamer-gold-gift-border.data-v-78f83a20 {
  61. border-color: #dfa245;
  62. }
  63. .streamer-gold-gift-figure-rule.data-v-78f83a20 {
  64. background: -webkit-linear-gradient(top, #dfa245, #f0c482);
  65. background: linear-gradient(to bottom, #dfa245, #f0c482);
  66. }
  67. .streamer-gold-gift-border-bottom.data-v-78f83a20 {
  68. border-bottom-color: #dfa245;
  69. }
  70. .streamer-gold-gift-shadow.data-v-78f83a20 {
  71. box-shadow: 0 10rpx 30rpx 2.5rpx rgba(223, 162, 69, 0.2);
  72. }
  73. .streamer-gold-gift-btn.data-v-78f83a20 {
  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.data-v-78f83a20 {
  79. color: #ff547b;
  80. }
  81. .romantic-powder-gift-background.data-v-78f83a20 {
  82. background-color: #ff547b;
  83. }
  84. .romantic-powder-gift-background-q.data-v-78f83a20 {
  85. background: rgba(255, 84, 123, 0.8);
  86. }
  87. .romantic-powder-gift-background-p.data-v-78f83a20 {
  88. background: rgba(255, 84, 123, 0.2);
  89. }
  90. .romantic-powder-gift-background-o.data-v-78f83a20 {
  91. background: rgba(255, 84, 123, 0.1);
  92. }
  93. .romantic-powder-gift-border.data-v-78f83a20 {
  94. border-color: #ff547b;
  95. }
  96. .romantic-powder-gift-figure-rule.data-v-78f83a20 {
  97. background: -webkit-linear-gradient(top, #ff547b, #ff96ae);
  98. background: linear-gradient(to bottom, #ff547b, #ff96ae);
  99. }
  100. .romantic-powder-gift-border-bottom.data-v-78f83a20 {
  101. border-bottom-color: #ff547b;
  102. }
  103. .romantic-powder-gift-shadow.data-v-78f83a20 {
  104. box-shadow: 0 10rpx 30rpx 2.5rpx rgba(255, 84, 23, 0.2);
  105. }
  106. .romantic-powder-gift-btn.data-v-78f83a20 {
  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.data-v-78f83a20 {
  112. color: #ff4544;
  113. }
  114. .taste-red-gift-background.data-v-78f83a20 {
  115. background-color: #ff4544;
  116. }
  117. .taste-red-gift-background-q.data-v-78f83a20 {
  118. background: rgba(255, 69, 68, 0.8);
  119. }
  120. .taste-red-gift-background-p.data-v-78f83a20 {
  121. background: rgba(255, 69, 68, 0.2);
  122. }
  123. .taste-red-gift-background-0.data-v-78f83a20 {
  124. background: rgba(255, 69, 68, 0.1);
  125. }
  126. .taste-red-gift-border.data-v-78f83a20 {
  127. border-color: #ff4544;
  128. }
  129. .taste-red-gift-figure-rule.data-v-78f83a20 {
  130. background: -webkit-linear-gradient(top, #ff4544, #ff8888);
  131. background: linear-gradient(to bottom, #ff4544, #ff8888);
  132. }
  133. .taste-red-gift-border-bottom.data-v-78f83a20 {
  134. border-bottom-color: #ff4544;
  135. }
  136. .taste-red-gift-shadow.data-v-78f83a20 {
  137. box-shadow: 0 10rpx 30rpx 2.5rpx rgba(255, 69, 68, 0.2);
  138. }
  139. .taste-red-gift-btn.data-v-78f83a20 {
  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.data-v-78f83a20 {
  145. color: #7783ea;
  146. }
  147. .elegant-purple-gift-background.data-v-78f83a20 {
  148. background-color: #7783ea;
  149. }
  150. .elegant-purple-gift-background-q.data-v-78f83a20 {
  151. background: rgba(119, 131, 234, 0.8);
  152. }
  153. .elegant-purple-gift-background-p.data-v-78f83a20 {
  154. background: rgba(119, 131, 234, 0.2);
  155. }
  156. .elegant-purple-gift-background-o.data-v-78f83a20 {
  157. background: rgba(119, 131, 234, 0.1);
  158. }
  159. .elegant-purple-gift-border.data-v-78f83a20 {
  160. border-color: #7783ea;
  161. }
  162. .elegant-purple-gift-figure-rule.data-v-78f83a20 {
  163. background: -webkit-linear-gradient(top, #7783ea, #a1aaf6);
  164. background: linear-gradient(to bottom, #7783ea, #a1aaf6);
  165. }
  166. .elegant-purple-gift-border-bottom.data-v-78f83a20 {
  167. border-bottom-color: #7783ea;
  168. }
  169. .elegant-purple-gift-shadow.data-v-78f83a20 {
  170. box-shadow: 0 10rpx 30rpx 2.5rpx rgba(119, 131, 234, 0.2);
  171. }
  172. .elegant-purple-gift-btn.data-v-78f83a20 {
  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.data-v-78f83a20 {
  178. color: #63be72;
  179. }
  180. .fresh-green-gift-background.data-v-78f83a20 {
  181. background-color: #63be72;
  182. }
  183. .fresh-green-gift-background-q.data-v-78f83a20 {
  184. background: rgba(99, 190, 114, 0.8);
  185. }
  186. .fresh-green-gift-background-p.data-v-78f83a20 {
  187. background: rgba(99, 190, 114, 0.2);
  188. }
  189. .fresh-green-gift-background-o.data-v-78f83a20 {
  190. background: rgba(99, 190, 114, 0.1);
  191. }
  192. .fresh-green-gift-border.data-v-78f83a20 {
  193. border-color: #63be72;
  194. }
  195. .fresh-green-gift-figure-rule.data-v-78f83a20 {
  196. background: -webkit-linear-gradient(top, #63be72, #89db96);
  197. background: linear-gradient(to bottom, #63be72, #89db96);
  198. }
  199. .fresh-green-gift-border-bottom.data-v-78f83a20 {
  200. border-bottom-color: #63be72;
  201. }
  202. .fresh-green-gift-shadow.data-v-78f83a20 {
  203. box-shadow: 0 10rpx 30rpx 2.5rpx rgba(99, 190, 114, 0.2);
  204. }
  205. .fresh-green-gift-btn.data-v-78f83a20 {
  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.data-v-78f83a20 {
  211. color: #4a90e2;
  212. }
  213. .business-blue-gift-background.data-v-78f83a20 {
  214. background-color: #4a90e2;
  215. }
  216. .business-blue-gift-background-q.data-v-78f83a20 {
  217. background: rgba(74, 144, 226, 0.8);
  218. }
  219. .business-blue-gift-background-p.data-v-78f83a20 {
  220. background: rgba(74, 144, 226, 0.2);
  221. }
  222. .business-blue-gift-background-o.data-v-78f83a20 {
  223. background: rgba(74, 144, 226, 0.1);
  224. }
  225. .business-blue-gift-border.data-v-78f83a20 {
  226. border-color: #4a90e2;
  227. }
  228. .business-blue-gift-figure-rule.data-v-78f83a20 {
  229. background: -webkit-linear-gradient(top, #4a90e2, #82b4ef);
  230. background: linear-gradient(to bottom, #4a90e2, #82b4ef);
  231. }
  232. .business-blue-gift-border-bottom.data-v-78f83a20 {
  233. border-bottom-color: #4a90e2;
  234. }
  235. .business-blue-gift-shadow.data-v-78f83a20 {
  236. box-shadow: 0 10rpx 30rpx 2.5rpx rgba(74, 144, 226, 0.2);
  237. }
  238. .business-blue-gift-btn.data-v-78f83a20 {
  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. .u-bottom-fixed.data-v-78f83a20 {
  243. position: fixed;
  244. bottom: 0;
  245. left: 0;
  246. width: 100%;
  247. z-index: 1500;
  248. background-color: #ffffff;
  249. }
  250. /*导航*/
  251. .gift-navigation.data-v-78f83a20 {
  252. height: 96rpx;
  253. border-top: 1rpx solid #e2e2e2;
  254. background-color: #ffffff;
  255. }
  256. .gift-navigation .nav.data-v-78f83a20 {
  257. width: 49.8%;
  258. height: 100%;
  259. }
  260. .gift-navigation .nav .icon.data-v-78f83a20 {
  261. width: 34rpx;
  262. height: 34rpx;
  263. margin-right: 8rpx;
  264. }
  265. .gift-navigation .nav .my-icon.data-v-78f83a20 {
  266. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAMAAAANmfvwAAAAgVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9d3yJTAAAAKnRSTlMA8y9aUmwmTR8D0Z9dN6ZYMiwWEPzm3rqzq5OFe3VGPjEb7tfKyZmLaGbePKK2AAAA0ElEQVQ4y8XP1xKCMBCF4QMWQlOKhV7s5v0fUFwQAyR3Ovx3LN/MZsGFIgYqtMWpSK6AQQWw5WQDnD5TpDISo056XSIfkthljKHiQls0I/9GhD5hmiZ8kRg0gtsSGyutfcq6z0T2himeRMKQU3aNvuDOKQ9E4HFlTkd0NVn+nOxXk44jcsGkfLxIm0SL5rjo4OrfqkhGLIgl0kW78TF8tovOnj4ok18k5sgvEvvLc1012XaEqUnRkgeOKmHBJ6IFKJyFJMcADkT43oCi0mp+vwDfT4IduMU8pwAAAABJRU5ErkJggg==);
  267. }
  268. .gift-navigation .nav .gift-icon.data-v-78f83a20 {
  269. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAMAAAANmfvwAAAAk1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ROyVeAAAAMHRSTlMA/OxueAidabUyf/hwdjuPXRXUokgjG7yXVE5ENioF6OHXz6aIZg3axLF6D/LxcmHbX8rtAAABJUlEQVQ4y+2RWY6CQBRFT0FrKTMyg+A898D+V9dNRUBJJC6gz8/lvpyEV3mYomWWVRMvEUIzIsp9NzcR9Z0DinThqyzX97noFBf2m4UBUCSn2ZxYDJQv2DUZgKMGEelAORPVipiLypR8oCQ4tWJJovJCOFA2VKb6mDNT+YMcrusRKsdh28SOW7+ucHXLsuwMYk9K6RNKeSggNv7Gur0VrCPG2eNQ2h8P+GTXvl0PNHzWjzgsnnoB0Nf+RT0SwBxVvDeUN3+0GV13CTlH/VtvsSyf3NY77BBYLRnlOEXUGXkwbQli9KArLpyaM9qkL3cBdWmJ8epFGmj/ymvFw3267PmhwUodgGKtdZTs+jKlMhtlxQhuLTCF2IbHatLi+7dJR+QKYf4C19V3qRH6AVUAAAAASUVORK5CYII=);
  270. }
  271. .gift-navigation .nav .text.data-v-78f83a20 {
  272. font-size: 32rpx;
  273. margin-left: 8rpx;
  274. }
  275. .gift-navigation .nav .default-text.data-v-78f83a20 {
  276. color: #999999;
  277. }
  278. .gift-navigation .nav .default-background.data-v-78f83a20 {
  279. background-color: #999999;
  280. }
  281. .gift-navigation .line.data-v-78f83a20 {
  282. width: .4%;
  283. height: 48rpx;
  284. background-color: #e2e2e2;
  285. }