shopStore.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .shop {
  12. background: #ffffff;
  13. padding: 0 12rpx;
  14. }
  15. .shop .shop-title {
  16. padding: 30rpx 0 20rpx;
  17. display: flex;
  18. align-items: center;
  19. border-bottom: 1px solid #e3e6e7;
  20. }
  21. .shop .shop-title .shop-item {
  22. width: 33%;
  23. display: flex;
  24. align-items: center;
  25. justify-content: center;
  26. }
  27. .shop .shop-title .shop-item .sitem-font {
  28. font-size: 26rpx;
  29. font-family: PingFang SC;
  30. font-weight: bold;
  31. color: #333333;
  32. }
  33. .shop .shop-title .shop-item .jt-down {
  34. width: 10rpx;
  35. height: 8rpx;
  36. margin-left: 12rpx;
  37. }
  38. .shop-list-wrap {
  39. padding-top: 20rpx;
  40. }
  41. .djq-wrap {
  42. width: 701rpx;
  43. background: #FFFFFF;
  44. box-shadow: 0px 0px 27rpx 0px rgba(50, 50, 52, 0.06);
  45. border-radius: 20rpx;
  46. margin: 0 auto 20rpx;
  47. padding: 23rpx 22rpx;
  48. }
  49. .djq-wrap:last-of-type {
  50. margin-bottom: 0;
  51. }
  52. .djq-wrap .djq-img {
  53. flex-shrink: 0;
  54. width: 150rpx;
  55. height: 150rpx;
  56. border-radius: 10rpx;
  57. }
  58. .djq-wrap .djq-right {
  59. flex-grow: 1;
  60. }
  61. .djq-wrap .djq-right .djq-tit {
  62. font-size: 34rpx;
  63. font-weight: bold;
  64. color: #333333;
  65. line-height: 52rpx;
  66. }
  67. .djq-wrap .djq-right .djq-tit .djq-name {
  68. max-width: 300rpx;
  69. }
  70. .djq-wrap .djq-right .djq-tit .djq-dis {
  71. flex-shrink: 0;
  72. font-size: 22rpx;
  73. font-weight: 500;
  74. color: #666666;
  75. }
  76. .djq-wrap .djq-right .djq-tit .djq-dis image {
  77. width: 20rpx;
  78. height: 28rpx;
  79. margin-right: 10rpx;
  80. }
  81. .djq-wrap .djq-right .djq-dz {
  82. width: 100%;
  83. font-size: 24rpx;
  84. font-weight: 500;
  85. color: #666666;
  86. }
  87. .djq-wrap .djq-right .djq-hd {
  88. width: 100%;
  89. border-bottom: 1rpx solid #EAECED;
  90. }
  91. .djq-wrap .djq-right .djq-hd .buy-info {
  92. display: inline-block;
  93. height: 32rpx;
  94. border-radius: 16rpx 16rpx 16rpx 0px;
  95. line-height: 32rpx;
  96. font-size: 20rpx;
  97. font-weight: 500;
  98. color: #FF440D;
  99. padding: 0 15rpx;
  100. background-color: #fff;
  101. }
  102. .djq-wrap .djq-right .djq-hd .hd-btn image {
  103. width: 46rpx;
  104. height: 46rpx;
  105. }
  106. .left-btm {
  107. height: 50rpx;
  108. }
  109. .left-btm .j-logo {
  110. width: 32rpx;
  111. line-height: 33rpx;
  112. background: linear-gradient(-48deg, #FFA30B, #FFD158);
  113. border-radius: 13rpx;
  114. font-size: 21rpx;
  115. font-weight: 500;
  116. color: #FFFFFF;
  117. text-align: center;
  118. }
  119. .left-btm .j-price {
  120. font-size: 27rpx;
  121. font-weight: bold;
  122. color: #FF4C4C;
  123. margin: 0 10rpx 0 5rpx;
  124. }
  125. .left-btm .j-zk {
  126. height: 31rpx;
  127. border: 1rpx solid #FF4C4C;
  128. border-radius: 7rpx;
  129. line-height: 31rpx;
  130. padding: 0 8rpx;
  131. font-size: 20rpx;
  132. font-weight: bold;
  133. color: #FF4C4C;
  134. margin-right: 5rpx;
  135. }
  136. .left-btm .j-name {
  137. font-size: 23rpx;
  138. font-weight: bold;
  139. color: #333333;
  140. }
  141. .search {
  142. justify-content: flex-start;
  143. padding: 10rpx 32rpx 20rpx;
  144. align-items: center;
  145. background-color: #fff;
  146. }
  147. .search .search-btn {
  148. display: inline-block;
  149. flex-shrink: 0;
  150. padding: 0 0 0 20rpx;
  151. font-size: 32rpx;
  152. color: #FF4C4C;
  153. z-index: 99;
  154. }
  155. .search .address {
  156. width: 32rpx;
  157. height: 38rpx;
  158. }
  159. .search .shop-name {
  160. height: 38rpx;
  161. position: relative;
  162. top: -4rpx;
  163. z-index: 100;
  164. font-size: 30rpx;
  165. font-family: PingFang SC;
  166. font-weight: 500;
  167. padding-left: 10rpx;
  168. }
  169. .search .shop-jt {
  170. margin-left: 8rpx;
  171. width: 16rpx;
  172. height: 10rpx;
  173. }
  174. .search .input-box {
  175. margin-left: 10rpx;
  176. position: relative;
  177. z-index: 99;
  178. width: 710rpx;
  179. height: 60rpx;
  180. background: #EEEEEE;
  181. border-radius: 30rpx;
  182. }
  183. .search .input-box .input-content {
  184. position: relative;
  185. z-index: 11;
  186. border-radius: 99rpx;
  187. flex-grow: 1;
  188. padding: 5rpx 30rpx;
  189. background: #EEEEEE;
  190. }
  191. .search .input-box .input-content .iconsearch {
  192. font-size: 50rpx;
  193. color: #CBCBCB;
  194. }
  195. .search .input-box .input-content .input {
  196. margin-left: 19rpx;
  197. flex-grow: 1;
  198. }
  199. .search .input-box .input-content .input input {
  200. font-size: 28rpx;
  201. color: #000;
  202. }
  203. .search .input-box .input-button {
  204. padding-left: 20rpx;
  205. font-size: 28rpx;
  206. height: 100%;
  207. }