index.wxss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  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. .winnerContent.data-v-3457e999 {
  27. width: 100%;
  28. min-height: 2524rpx;
  29. overflow: hidden;
  30. box-sizing: border-box;
  31. position: relative;
  32. font-family: PingFang SC;
  33. }
  34. .winnerContent .content.data-v-3457e999 {
  35. width: 96%;
  36. margin: auto;
  37. position: relative;
  38. }
  39. .winnerContent .backImage.data-v-3457e999 {
  40. width: 100%;
  41. height: 100%;
  42. position: absolute;
  43. z-index: -1;
  44. }
  45. .winnerContent .floatWindow.data-v-3457e999 {
  46. position: fixed;
  47. z-index: 10;
  48. right: 0;
  49. top: 240rpx;
  50. display: flex;
  51. flex-direction: column;
  52. }
  53. .winnerContent .floatWindow image.data-v-3457e999 {
  54. width: 158rpx;
  55. height: 48rpx;
  56. margin-bottom: 24rpx;
  57. }
  58. .winnerContent .recordBox.data-v-3457e999 {
  59. height: 192rpx;
  60. border-radius: 32rpx;
  61. background: linear-gradient(90deg, #225036 0%, #3b8e5e 45.92%, #3d8f5f 100%);
  62. padding: 24rpx;
  63. display: flex;
  64. justify-content: space-between;
  65. margin-top: 974rpx;
  66. align-items: center;
  67. box-sizing: border-box;
  68. }
  69. .winnerContent .recordBox > view.data-v-3457e999 {
  70. width: 49%;
  71. height: 144rpx;
  72. background: linear-gradient(180deg, #e5fff6 0%, #ffffff 100%);
  73. border-radius: 24rpx;
  74. display: flex;
  75. align-items: center;
  76. justify-content: center;
  77. }
  78. .winnerContent .recordBox image.data-v-3457e999 {
  79. width: 92rpx;
  80. height: 92rpx;
  81. margin-left: 22rpx;
  82. }
  83. .winnerContent .uploadBox.data-v-3457e999 {
  84. color: #c0630f;
  85. margin-top: 32rpx;
  86. }
  87. .winnerContent .uploadBox .count.data-v-3457e999 {
  88. width: 50%;
  89. color: #c0630f;
  90. font-size: 24rpx;
  91. background: linear-gradient(90deg, #ffcd70 0%, #ffe3b6 45.92%, #fcc761 100%);
  92. border-top-left-radius: 16rpx;
  93. border-top-right-radius: 16rpx;
  94. text-align: center;
  95. line-height: 50rpx;
  96. margin: auto;
  97. margin-bottom: -2rpx;
  98. }
  99. .winnerContent .uploadBox .btnBox.data-v-3457e999 {
  100. width: 100%;
  101. height: 178rpx;
  102. background: url("https://qiuyu-daodian.oss-cn-beijing.aliyuncs.com/images/uploadBtn.png") no-repeat center;
  103. background-size: 100% 100%;
  104. -o-object-fit: cover;
  105. object-fit: cover;
  106. position: relative;
  107. }
  108. .winnerContent .uploadBox .btnBox image.data-v-3457e999 {
  109. width: 150rpx;
  110. height: 150rpx;
  111. position: absolute;
  112. right: -20rpx;
  113. bottom: 0;
  114. }
  115. .winnerContent .uploadBox .tip.data-v-3457e999 {
  116. font-size: 24rpx;
  117. font-weight: 600;
  118. text-align: center;
  119. margin-top: 6rpx;
  120. }
  121. .winnerContent .bigTitle.data-v-3457e999 {
  122. font-size: 44rpx;
  123. font-weight: 700;
  124. letter-spacing: 12rpx;
  125. font-family: Alimama ShuHeiTi;
  126. color: transparent;
  127. background: linear-gradient(0deg, #fff6d8 0%, #ffffff 100%);
  128. -webkit-background-clip: text;
  129. display: inline-block;
  130. width: 100%;
  131. text-align: center;
  132. margin-top: 12rpx;
  133. }
  134. .winnerContent .activityTimeBox.data-v-3457e999 {
  135. width: 100%;
  136. height: 210rpx;
  137. background: url("https://qiuyu-daodian.oss-cn-beijing.aliyuncs.com/images/activeBg.png") no-repeat center;
  138. background-size: 100% 100%;
  139. margin-top: 32rpx;
  140. }
  141. .winnerContent .activityTimeBox .timeBox.data-v-3457e999 {
  142. font-size: 28rpx;
  143. color: #333;
  144. text-align: center;
  145. margin-top: 20rpx;
  146. font-size: 28rpx;
  147. color: #333;
  148. }
  149. .winnerContent .activityTimeBox .timeBox > text.data-v-3457e999 {
  150. display: block;
  151. }
  152. .winnerContent .goodsListBox.data-v-3457e999 {
  153. background: url("https://qiuyu-daodian.oss-cn-beijing.aliyuncs.com/images/goodsBg.png") no-repeat center;
  154. background-size: 100% 100%;
  155. padding: 100rpx 50rpx;
  156. height: 764rpx;
  157. position: relative;
  158. margin-top: 64rpx;
  159. box-sizing: border-box;
  160. }
  161. .winnerContent .goodsListBox .square.data-v-3457e999 {
  162. width: 59%;
  163. height: 88rpx;
  164. position: absolute;
  165. left: 0;
  166. right: 0;
  167. top: -68rpx;
  168. margin: auto;
  169. z-index: 0;
  170. background: url("https://qiuyu-daodian.oss-cn-beijing.aliyuncs.com/images/square.png") no-repeat center;
  171. background-size: 100% 100%;
  172. margin-top: 32rpx;
  173. }
  174. .winnerContent .goodsListBox .title.data-v-3457e999 {
  175. position: absolute;
  176. z-index: 99;
  177. }
  178. .winnerContent .goodsListBox .goodsList.data-v-3457e999 {
  179. display: flex;
  180. justify-content: space-between;
  181. flex-wrap: wrap;
  182. }
  183. .winnerContent .goodsListBox .goodsItem.data-v-3457e999 {
  184. width: 172rpx;
  185. height: 204rpx;
  186. background: url("https://qiuyu-daodian.oss-cn-beijing.aliyuncs.com/images/redBag.png") no-repeat center;
  187. background-size: 100% 100%;
  188. position: relative;
  189. margin-bottom: 40rpx;
  190. }
  191. .winnerContent .goodsListBox .goodsItem > text.data-v-3457e999 {
  192. position: absolute;
  193. left: 0;
  194. right: 0;
  195. text-align: center;
  196. }
  197. .winnerContent .goodsListBox .goodsItem .money.data-v-3457e999 {
  198. color: #c0630f;
  199. font-size: 48rpx;
  200. top: 20rpx;
  201. }
  202. .winnerContent .goodsListBox .goodsItem .content.data-v-3457e999 {
  203. color: #224f36;
  204. font-size: 24rpx;
  205. top: 88rpx;
  206. }
  207. .winnerContent .goodsListBox .goodsItem .name.data-v-3457e999 {
  208. color: #ffffff;
  209. font-size: 28rpx;
  210. bottom: 24rpx;
  211. }