list.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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. page.data-v-7572db9c,
  27. .page-app.data-v-7572db9c {
  28. background-color: #e93323 !important;
  29. }
  30. .font-color.data-v-7572db9c {
  31. color: red;
  32. }
  33. .mr9.data-v-7572db9c {
  34. margin-right: 9rpx;
  35. }
  36. .swipers.data-v-7572db9c {
  37. height: 100%;
  38. width: 76%;
  39. margin: auto;
  40. overflow: hidden;
  41. font-size: 22rpx;
  42. color: #fff;
  43. }
  44. .swipers image.data-v-7572db9c {
  45. width: 24rpx;
  46. height: 24rpx;
  47. border-radius: 50%;
  48. overflow: hidden;
  49. }
  50. .swipers swiper.data-v-7572db9c {
  51. height: 100%;
  52. width: 100%;
  53. overflow: hidden;
  54. }
  55. .swipers .line1.data-v-7572db9c {
  56. width: 195rpx;
  57. }
  58. .bargain-list .icon-xiangzuo.data-v-7572db9c {
  59. font-size: 40rpx;
  60. color: #fff;
  61. position: fixed;
  62. left: 30rpx;
  63. z-index: 99;
  64. transform: translateY(-20%);
  65. height: 100%;
  66. }
  67. .bargain-list .header.data-v-7572db9c {
  68. /* TODO 非繁人:此处原来采用base64 但是过长编辑到小程序卡死 目前采用网络地址 需解决 */
  69. background-image: url("https://huizhizao-1314830814.cos.ap-shanghai.myqcloud.com/huizhizao-1314830814/bdc8a9210710b83bcd88a14703f440fc7091792706b5cb71b54361488a547298.png");
  70. babackground-repeat: no-repeat;
  71. background-size: 100% 100%;
  72. width: 750rpx;
  73. height: 420rpx;
  74. }
  75. .bargain-list .header .acea-row.data-v-7572db9c {
  76. height: 50rpx;
  77. line-height: 50rpx;
  78. left: 50rpx;
  79. }
  80. .bargain-list .header .acea-row .nickName.data-v-7572db9c {
  81. width: 65rpx;
  82. overflow: hidden;
  83. white-space: nowrap;
  84. }
  85. .bargain-list .header .pic.data-v-7572db9c {
  86. width: 478rpx;
  87. height: 50rpx;
  88. margin: 0 auto;
  89. /* TODO 非繁人:此处原来是本地地址小程序不支持,需改为线上 */
  90. background-image: url("https://huizhizao-1314830814.cos.ap-shanghai.myqcloud.com/huizhizao-1314830814/d111ac53e1390618f22fcc03e415bcd584b3f409ae52421aef95c2ab9b02aa30.png");
  91. babackground-repeat: no-repeat;
  92. background-size: 100% 100%;
  93. }
  94. .bargain-list .header .tit.data-v-7572db9c {
  95. color: #FFFFFF;
  96. font-size: 24rpx;
  97. font-weight: 400;
  98. text-align: center;
  99. margin-top: 304rpx;
  100. }
  101. .bargain-list .list.data-v-7572db9c {
  102. padding: 0 30rpx;
  103. }
  104. .bargain-list .list .item.data-v-7572db9c {
  105. position: relative;
  106. height: 250rpx;
  107. background-color: #fff;
  108. border-radius: 14rpx;
  109. margin-bottom: 20rpx;
  110. padding: 30rpx 25rpx;
  111. }
  112. .bargain-list .list .item .pictrue.data-v-7572db9c {
  113. width: 190rpx;
  114. height: 190rpx;
  115. }
  116. .bargain-list .list .item .pictrue image.data-v-7572db9c {
  117. width: 100%;
  118. height: 100%;
  119. border-radius: 14rpx;
  120. }
  121. .bargain-list .list .item .text.data-v-7572db9c {
  122. width: 432rpx;
  123. font-size: 28rpx;
  124. color: #333333;
  125. }
  126. .bargain-list .list .item .text .txt.data-v-7572db9c {
  127. font-size: 22rpx;
  128. margin-left: 4rpx;
  129. color: #666666;
  130. line-height: 36rpx;
  131. }
  132. .bargain-list .list .item .text .name.data-v-7572db9c {
  133. width: 100%;
  134. height: 68rpx;
  135. line-height: 36rpx;
  136. font-size: 28rpx;
  137. margin-bottom: 26rpx;
  138. }
  139. .bargain-list .list .item .text .num.data-v-7572db9c {
  140. font-size: 26rpx;
  141. color: #999;
  142. }
  143. .bargain-list .list .item .text .num .iconfont.data-v-7572db9c {
  144. font-size: 35rpx;
  145. margin-right: 7rpx;
  146. }
  147. .bargain-list .list .item .text .money.data-v-7572db9c {
  148. font-size: 24rpx;
  149. font-weight: bold;
  150. }
  151. .bargain-list .list .item .text .money .price.data-v-7572db9c {
  152. font-size: 38rpx;
  153. }
  154. .bargain-list .list .item .cutBnt.data-v-7572db9c {
  155. position: absolute;
  156. width: 162rpx;
  157. height: 52rpx;
  158. border-radius: 50rpx;
  159. font-size: 24rpx;
  160. color: #fff;
  161. text-align: center;
  162. line-height: 52rpx;
  163. right: 24rpx;
  164. bottom: 30rpx;
  165. background: linear-gradient(90deg, #FF7931 0%, #E93323 100%);
  166. }
  167. .bargain-list .list .item .cutBnt .iconfont.data-v-7572db9c {
  168. margin-right: 8rpx;
  169. font-size: 30rpx;
  170. }
  171. .bargain-list .list .load.data-v-7572db9c {
  172. font-size: 24rpx;
  173. height: 85rpx;
  174. text-align: center;
  175. line-height: 85rpx;
  176. }