gift.scss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. // deep 主色
  2. // light 浅色
  3. /* 流光金 */
  4. $streamer-gold-deep: #dfa245;
  5. $streamer-gold-light: #f0c482;
  6. /* 浪漫粉 */
  7. $romantic-powder-deep: #ff547b;
  8. $romantic-powder-light: #ff96ae;
  9. /* 品味红 */
  10. $taste-red-deep: #ff4544;
  11. $taste-red-light: #ff8888;
  12. /* 优雅紫 */
  13. $elegant-purple-deep: #7783ea;
  14. $elegant-purple-light: #a1aaf6;
  15. /* 清醒绿 */
  16. $fresh-green-deep: #63be72;
  17. $fresh-green-light: #89db96;
  18. /* 商务蓝 */
  19. $business-blue-deep: #4a90e2;
  20. $business-blue-light: #82b4ef;
  21. // 主题色
  22. /* 流光金 */
  23. .streamer-gold-gift-color {
  24. color: $streamer-gold-deep;
  25. }
  26. .streamer-gold-gift-background {
  27. background-color: $streamer-gold-deep;
  28. }
  29. .streamer-gold-gift-background-q {
  30. background: rgba(223, 162, 69, 0.8);
  31. }
  32. .streamer-gold-gift-background-p {
  33. background: rgba(223, 162, 69, 0.2);
  34. }
  35. .streamer-gold-gift-background-o {
  36. background: rgba(223, 162, 69, 0.1);
  37. }
  38. .streamer-gold-gift-border {
  39. border-color: $streamer-gold-deep;
  40. }
  41. .streamer-gold-gift-figure-rule {
  42. background: linear-gradient(to bottom, $streamer-gold-deep, $streamer-gold-light);
  43. }
  44. .streamer-gold-gift-border-bottom {
  45. border-bottom-color: $streamer-gold-deep;
  46. }
  47. .streamer-gold-gift-shadow {
  48. box-shadow: #{0 10upx 30upx 2.5upx} rgba(223,162,69, 0.2);
  49. }
  50. .streamer-gold-gift-btn {
  51. background: linear-gradient(to left, rgba(223, 162, 69, 1), rgba(223, 162, 69, 0.7));
  52. }
  53. /* 浪漫粉 */
  54. .romantic-powder-gift-color {
  55. color: $romantic-powder-deep;
  56. }
  57. .romantic-powder-gift-background {
  58. background-color: $romantic-powder-deep;
  59. }
  60. .romantic-powder-gift-background-q {
  61. background: rgba(255, 84, 123, 0.8);
  62. }
  63. .romantic-powder-gift-background-p {
  64. background: rgba(255, 84, 123, 0.2);
  65. }
  66. .romantic-powder-gift-background-o {
  67. background: rgba(255, 84, 123, 0.1);
  68. }
  69. .romantic-powder-gift-border {
  70. border-color: $romantic-powder-deep;
  71. }
  72. .romantic-powder-gift-figure-rule {
  73. background: linear-gradient(to bottom, $romantic-powder-deep, $romantic-powder-light);
  74. }
  75. .romantic-powder-gift-border-bottom {
  76. border-bottom-color: $romantic-powder-deep;
  77. }
  78. .romantic-powder-gift-shadow {
  79. box-shadow: #{0 10upx 30upx 2.5upx} rgba(255,84,23, 0.2);
  80. }
  81. .romantic-powder-gift-btn {
  82. background: linear-gradient(to left, rgba(255, 84, 123, 1), rgba(255, 84, 123, 0.7));
  83. }
  84. /* 品味红 */
  85. .taste-red-gift-color {
  86. color: $taste-red-deep;
  87. }
  88. .taste-red-gift-background {
  89. background-color: $taste-red-deep;
  90. }
  91. .taste-red-gift-background-q {
  92. background: rgba(255, 69, 68, 0.8);
  93. }
  94. .taste-red-gift-background-p {
  95. background: rgba(255, 69, 68, 0.2);
  96. }
  97. .taste-red-gift-background-0 {
  98. background: rgba(255, 69, 68, 0.1);
  99. }
  100. .taste-red-gift-border {
  101. border-color: $taste-red-deep;
  102. }
  103. .taste-red-gift-figure-rule {
  104. background: linear-gradient(to bottom, $taste-red-deep, $taste-red-light);
  105. }
  106. .taste-red-gift-border-bottom {
  107. border-bottom-color: $taste-red-deep;
  108. }
  109. .taste-red-gift-shadow {
  110. box-shadow: #{0 10upx 30upx 2.5upx} rgba(255,69,68, 0.2);
  111. }
  112. .taste-red-gift-btn {
  113. background: linear-gradient(to left, rgba(255, 69, 68, 1), rgba(255, 69, 68, 0.7));
  114. }
  115. /* 优雅紫 */
  116. .elegant-purple-gift-color {
  117. color: $elegant-purple-deep;
  118. }
  119. .elegant-purple-gift-background {
  120. background-color: $elegant-purple-deep;
  121. }
  122. .elegant-purple-gift-background-q {
  123. background: rgba(119, 131, 234, 0.8);
  124. }
  125. .elegant-purple-gift-background-p {
  126. background: rgba(119, 131, 234, 0.2);
  127. }
  128. .elegant-purple-gift-background-o {
  129. background: rgba(119, 131, 234, 0.1);
  130. }
  131. .elegant-purple-gift-border {
  132. border-color: $elegant-purple-deep;
  133. }
  134. .elegant-purple-gift-figure-rule {
  135. background: linear-gradient(to bottom, $elegant-purple-deep, $elegant-purple-light);
  136. }
  137. .elegant-purple-gift-border-bottom {
  138. border-bottom-color: $elegant-purple-deep;
  139. }
  140. .elegant-purple-gift-shadow {
  141. box-shadow: #{0 10upx 30upx 2.5upx} rgba(119,131,234, 0.2);
  142. }
  143. .elegant-purple-gift-btn {
  144. background: linear-gradient(to left, rgba(119, 131, 234, 1), rgba(119, 131, 234, 0.7));
  145. }
  146. /* 清醒绿 */
  147. .fresh-green-gift-color {
  148. color: $fresh-green-deep;
  149. }
  150. .fresh-green-gift-background {
  151. background-color: $fresh-green-deep;
  152. }
  153. .fresh-green-gift-background-q {
  154. background: rgba(99, 190, 114, 0.8);
  155. }
  156. .fresh-green-gift-background-p {
  157. background: rgba(99, 190, 114, 0.2);
  158. }
  159. .fresh-green-gift-background-o {
  160. background: rgba(99, 190, 114, 0.1);
  161. }
  162. .fresh-green-gift-border {
  163. border-color: $fresh-green-deep;
  164. }
  165. .fresh-green-gift-figure-rule {
  166. background: linear-gradient(to bottom, $fresh-green-deep, $fresh-green-light);
  167. }
  168. .fresh-green-gift-border-bottom {
  169. border-bottom-color: $fresh-green-deep;
  170. }
  171. .fresh-green-gift-shadow {
  172. box-shadow: #{0 10upx 30upx 2.5upx} rgba(99,190,114, 0.2);
  173. }
  174. .fresh-green-gift-btn {
  175. background: linear-gradient(to left, rgba(99, 190, 114, 1), rgba(99, 190, 114, 0.7));
  176. }
  177. /* 商务蓝 */
  178. .business-blue-gift-color {
  179. color: $business-blue-deep;
  180. }
  181. .business-blue-gift-background {
  182. background-color: $business-blue-deep;
  183. }
  184. .business-blue-gift-background-q {
  185. background: rgba(74, 144, 226, 0.8);
  186. }
  187. .business-blue-gift-background-p {
  188. background: rgba(74, 144, 226, 0.2);
  189. }
  190. .business-blue-gift-background-o {
  191. background: rgba(74, 144, 226, 0.1);
  192. }
  193. .business-blue-gift-border {
  194. border-color: $business-blue-deep;
  195. }
  196. .business-blue-gift-figure-rule {
  197. background: linear-gradient(to bottom, $business-blue-deep, $business-blue-light);
  198. }
  199. .business-blue-gift-border-bottom {
  200. border-bottom-color: $business-blue-deep;
  201. }
  202. .business-blue-gift-shadow {
  203. box-shadow: #{0 10upx 30upx 2.5upx} rgba(74,144,226, 0.2);
  204. }
  205. .business-blue-gift-btn {
  206. background: linear-gradient(to left, rgba(74, 144, 226, 1), rgba(74, 144, 226, 0.7));
  207. }