goods-coupon-list-search.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 字体大小变量 */
  16. /* 行为相关颜色 */
  17. /* 文字基本颜色 */
  18. /* 背景颜色 */
  19. /* 边框颜色 */
  20. /* 尺寸变量 */
  21. /* 文字尺寸 */
  22. /* 图片尺寸 */
  23. /* Border Radius */
  24. /* 水平间距 */
  25. /* 垂直间距 */
  26. /* 透明度 */
  27. /* 文章场景相关 */
  28. .good-coupon-list-search.data-v-7f67348e {
  29. min-height: 100vh;
  30. padding-top: 124rpx;
  31. background: #f7f7f7;
  32. overflow: hidden;
  33. box-sizing: border-box;
  34. }
  35. .search.data-v-7f67348e {
  36. display: flex;
  37. position: fixed;
  38. justify-content: space-between;
  39. align-items: center;
  40. width: 100%;
  41. top: 0;
  42. left: 0;
  43. z-index: 999;
  44. padding-right: 24rpx;
  45. box-sizing: border-box;
  46. background: #fff;
  47. }
  48. .search .sui-search.data-v-7f67348e {
  49. flex: 1;
  50. }
  51. .search .search-btn.data-v-7f67348e {
  52. font-size: 26rpx;
  53. color: #666;
  54. }
  55. .history-keywords.data-v-7f67348e {
  56. background: #fff;
  57. }
  58. .history-keywords .line.data-v-7f67348e {
  59. height: 1rpx;
  60. margin: 0 24rpx;
  61. background: #e1e1e1;
  62. }
  63. .history-keywords .history-title.data-v-7f67348e {
  64. margin: 48rpx 24rpx 24rpx;
  65. display: flex;
  66. justify-content: space-between;
  67. align-items: center;
  68. }
  69. .history-keywords .history-title .title.data-v-7f67348e {
  70. height: 42rpx;
  71. line-height: 42rpx;
  72. font-size: 30rpx;
  73. font-weight: bold;
  74. color: #333333;
  75. }
  76. .history-keywords .history-title .delete.data-v-7f67348e {
  77. width: 32rpx;
  78. height: 32rpx;
  79. font-size: 32rpx;
  80. color: #999999;
  81. }
  82. .history-keywords .keyword-list.data-v-7f67348e {
  83. display: flex;
  84. flex-wrap: wrap;
  85. align-items: center;
  86. padding: 0 12rpx;
  87. }
  88. .history-keywords .keyword-list .keyword.data-v-7f67348e {
  89. height: 44rpx;
  90. padding: 0 12rpx;
  91. margin: 24rpx 12rpx;
  92. font-size: 26rpx;
  93. line-height: 44rpx;
  94. border-radius: 22rpx;
  95. color: #999999;
  96. text-align: center;
  97. background: #f7f7f7;
  98. }
  99. .product-list.data-v-7f67348e {
  100. padding: 0 24rpx;
  101. background: #fff;
  102. overflow: hidden;
  103. }
  104. .product-list .product.data-v-7f67348e {
  105. display: flex;
  106. justify-content: space-between;
  107. align-items: center;
  108. padding: 32rpx 0;
  109. border-bottom: 1px solid #e1e1e1;
  110. overflow: hidden;
  111. }
  112. .product-list .product.data-v-7f67348e:last-child {
  113. border-bottom: 0;
  114. }
  115. .product-list .product .product-image.data-v-7f67348e {
  116. display: block;
  117. width: 180rpx;
  118. height: 180rpx;
  119. border-radius: 8rpx;
  120. border: 1px solid #e1e1e1;
  121. border-radius: 8rpx;
  122. box-sizing: border-box;
  123. }
  124. .product-list .product .product-info.data-v-7f67348e {
  125. width: 495rpx;
  126. }
  127. .product-list .product .product-info .name.data-v-7f67348e {
  128. height: 72rpx;
  129. line-height: 36rpx;
  130. font-size: 26rpx;
  131. color: #333333;
  132. text-align: justify;
  133. }
  134. .product-list .product .product-info .unit.data-v-7f67348e,
  135. .product-list .product .product-info .tags.data-v-7f67348e,
  136. .product-list .product .product-info .footer.data-v-7f67348e {
  137. margin-top: 8rpx;
  138. }
  139. .product-list .product .product-info .unit.data-v-7f67348e {
  140. width: 100%;
  141. height: 28rpx;
  142. text-align: left;
  143. line-height: 28rpx;
  144. font-size: 20rpx;
  145. color: #999999;
  146. }
  147. .product-list .product .product-info .tags.data-v-7f67348e {
  148. display: flex;
  149. justify-content: flex-start;
  150. align-items: center;
  151. width: 100%;
  152. height: 30rpx;
  153. }
  154. .product-list .product .product-info .tags .tag.data-v-7f67348e {
  155. margin-right: 8rpx;
  156. font-size: 22rpx;
  157. height: 30rpx;
  158. line-height: 30rpx;
  159. text-align: center;
  160. }
  161. .product-list .product .product-info .tags .tag.type2.data-v-7f67348e {
  162. width: 80rpx;
  163. color: #f83c6c;
  164. background: url(https://static.caimei365.com/app/mini-hehe/icon/icon-active.png) top center no-repeat;
  165. background-size: contain;
  166. }
  167. .product-list .product .product-info .footer.data-v-7f67348e {
  168. display: flex;
  169. justify-content: space-between;
  170. align-items: flex-end;
  171. height: 26rpx;
  172. }
  173. .product-list .product .product-info .footer .price.data-v-7f67348e {
  174. font-size: 26rpx;
  175. color: #f83c6c;
  176. font-weight: bold;
  177. line-height: 26rpx;
  178. }
  179. .product-list .product .product-info .footer .carts-add.data-v-7f67348e {
  180. width: 44rpx;
  181. height: 44rpx;
  182. line-height: 44rpx;
  183. border-radius: 50%;
  184. text-align: center;
  185. font-size: 32rpx;
  186. color: #ffffff;
  187. background-color: #ff457b;
  188. }