giftcard.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. .container {
  2. background-color: #7d4434;
  3. color: #fff;
  4. font-weight: 500;
  5. }
  6. .text1 {
  7. color: #fff;
  8. font-size: 98rpx;
  9. font-weight: 600;
  10. text-shadow: 0 7rpx 1rpx #622112;
  11. }
  12. .text2 {
  13. color: #feca90;
  14. font-size: 28rpx;
  15. margin-top: 40rpx;
  16. }
  17. .text3 {
  18. color: #feca90;
  19. font-size: 48rpx;
  20. margin-top: 0rpx;
  21. }
  22. .text4 {
  23. color: #feca90;
  24. font-size: 28rpx;
  25. }
  26. .panel1 {
  27. margin-top: 40rpx;
  28. width: 100%;
  29. position: relative;
  30. }
  31. .program_giftcard_illus_01 {
  32. width: 100%;
  33. height: 1108rpx;
  34. position: absolute;
  35. top: 0;
  36. z-index: 1;
  37. }
  38. .program_giftcard_illus_02 {
  39. height: 708rpx;
  40. }
  41. .text5 {
  42. color: #feca90;
  43. font-size: 24rpx;
  44. text-shadow: 0 3rpx 1rpx #962017;
  45. margin-top: 219rpx;
  46. z-index: 10;
  47. }
  48. .text6 {
  49. color: #feca90;
  50. font-size: 36rpx;
  51. text-shadow: 0 3rpx 1rpx #962017;
  52. margin: 10rpx 0 30rpx 0;
  53. z-index: 10;
  54. }
  55. .programItem {
  56. width: 598rpx;
  57. height: 80rpx;
  58. margin-bottom: 25rpx;
  59. border-radius: 6rpx;
  60. background-color: rgba(0, 0, 0, 0.3);
  61. z-index: 10;
  62. justify-content: space-between;
  63. color: #f8f8f8;
  64. }
  65. .programItem1 {
  66. justify-content: flex-start;
  67. }
  68. .universalpic_product_jisuanti_icon_size01 {
  69. width: 50rpx;
  70. height: 50rpx;
  71. margin-left: 20rpx;
  72. border-radius: 10rpx;
  73. }
  74. .name1 {
  75. margin-left: 20rpx;
  76. font-size: 28rpx;
  77. }
  78. .name2 {
  79. margin-right: 20rpx;
  80. font-size: 24rpx;
  81. }
  82. .panel11 {
  83. margin-top: 25rpx;
  84. z-index: 10;
  85. width:418rpx;
  86. color: #feca90;
  87. align-items: flex-end;
  88. }
  89. .text7 {
  90. z-index: 10;
  91. font-size: 24rpx;
  92. font-weight: 600;
  93. margin-bottom: 25rpx;
  94. margin-right:250rpx;
  95. }
  96. .textTitle {
  97. font-size: 100rpx;
  98. height: 117rpx;
  99. position: relative;
  100. right:240rpx;
  101. }
  102. .textTitle1 {
  103. -webkit-text-stroke: 20rpx #883029;
  104. position: absolute;
  105. text-align: center;
  106. line-height: 117rpx;
  107. }
  108. .textTitle2 {
  109. color: #91c167;
  110. position: absolute;
  111. text-align: center;
  112. line-height: 117rpx;
  113. }
  114. .text8 {
  115. z-index: 10;
  116. font-size: 26rpx;
  117. font-weight: 600;
  118. margin: 0 0 22rpx 0;
  119. }
  120. .text9 {
  121. z-index: 10;
  122. font-size: 24rpx;
  123. color: #feca90;
  124. margin: 4rpx 0 60rpx 0;
  125. }
  126. .btn1 {
  127. margin-top: 80rpx;
  128. width: 460rpx;
  129. height: 100rpx;
  130. background-color: #03af69;
  131. border-radius: 10rpx;
  132. box-shadow: 0 10rpx 5rpx #035834, 0 20rpx 1rpx rgba(0, 0, 0, 0.3);
  133. font-size: 48rpx;
  134. color:#fff;
  135. }
  136. .btn2 {
  137. background-color: #2E2E2E;
  138. box-shadow: 0 10rpx 5rpx #1E1E1E, 0 20rpx 1rpx rgba(0, 0, 0, 0.3);
  139. color:#4D4D4D;
  140. }
  141. .text10 {
  142. z-index: 10;
  143. font-size: 24rpx;
  144. font-weight: 400;
  145. color: #dc9d7e;
  146. margin: 40rpx 0 0 0;
  147. }
  148. .text11 {
  149. z-index: 10;
  150. font-size: 24rpx;
  151. color: #dc9d7e;
  152. font-weight: 400;
  153. margin: 50rpx 0 0 0;
  154. }
  155. .text12 {
  156. color: #03af69;
  157. text-decoration: underline;
  158. font-weight: 500;
  159. }
  160. .line1 {
  161. margin-top: 30rpx;
  162. width: 650rpx;
  163. height: 1rpx;
  164. background-color: #dc9d7e;
  165. }
  166. .text13 {
  167. margin-top: 60rpx;
  168. width: 650rpx;
  169. color: #dc9d7e;
  170. font-size: 20rpx;
  171. }
  172. .text14{
  173. text-decoration: underline;
  174. }
  175. .program_giftcard_footer {
  176. margin-top: 0rpx;
  177. width: 100%;
  178. height: 304rpx;
  179. }