product.scss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. page{
  2. background-color: #fff;
  3. }
  4. /* banner */
  5. .banner {
  6. background-color: #fff;
  7. width: 750upx;
  8. height: 750upx;
  9. }
  10. .banner swiper,.banner image{
  11. width: 100%;
  12. height: 100%;
  13. }
  14. /* banner */
  15. /* 商品内容 */
  16. .shop-info{
  17. background-color: #fff;
  18. padding:30upx;
  19. }
  20. .shop-price-warp{
  21. //margin-top: 25upx;
  22. }
  23. .shop-price{
  24. font-size: 26upx;
  25. line-height: 40upx;
  26. color: #FD383B;
  27. font-weight: bold;
  28. }
  29. .shop-price-target{
  30. font-size: 37upx;
  31. margin-left: 8upx;
  32. }
  33. .shop-title{
  34. font-size: 30upx;
  35. line-height: 43upx;
  36. color: #333;
  37. margin-top: 8upx;
  38. font-weight: 500;
  39. }
  40. .shop-share-icon{
  41. width: 24upx;
  42. height: 24upx;
  43. margin-right: 8upx;
  44. }
  45. .shop-share{
  46. font-size: 26upx;
  47. line-height: 30upx;
  48. color: #666;
  49. }
  50. .shop-share-warp{
  51. height: 40upx !important;
  52. margin-left: 130upx;
  53. }
  54. /* 商品内容 */
  55. /* 商品 */
  56. .shop-padding{
  57. padding: 20upx;
  58. background-color: #f8f9fb;
  59. }
  60. .ranking,.service,.comment,.shop-store{
  61. background-color: #fff;
  62. height: 80upx;
  63. border-radius: 10upx;
  64. padding: 0 20upx;
  65. margin-bottom: 20upx;
  66. }
  67. .ranking-icon{
  68. width: 34upx;
  69. height: 32upx;
  70. }
  71. .ranking-title{
  72. margin-left: 15upx;
  73. font-size: 30upx;
  74. font-weight: bold;
  75. color: #333;
  76. }
  77. .ranking-introduce{
  78. font-size: 26upx;
  79. color:#333333;
  80. line-height:36upx;
  81. margin: 0 35upx;
  82. }
  83. .ranking-prominent{
  84. font-size: 36upx;
  85. color: #FF3030;
  86. margin: 0 4upx;
  87. }
  88. .ranking-more{
  89. font-size: 28upx;
  90. color: #999999;
  91. }
  92. /* 商品 */
  93. /* 服务 */
  94. .service,.comment{
  95. height: auto;
  96. padding: 25upx 20upx;
  97. }
  98. .service-aside{
  99. padding-left: 10upx;
  100. margin-top: 35upx;
  101. font-size: 26upx;
  102. line-height: 36upx;
  103. color: #999;
  104. }
  105. .service-aside:first-child{
  106. margin-top: 0;
  107. }
  108. .service-content{
  109. margin-left: 30upx
  110. }
  111. .service-title{
  112. font-size: 28upx;
  113. color: #333;
  114. line-height: 34upx;
  115. }
  116. .service-coupon-label{
  117. padding: 0 13upx;
  118. background-color: rgba(255, 3, 3, 0.1);
  119. height: 36upx;
  120. border-radius: 5upx;
  121. font-size: 22upx;
  122. line-height: 30upx;
  123. color: #FF3627;
  124. }
  125. /* 服务 */
  126. /* 商品评论 */
  127. .comment{
  128. padding-bottom: 0;
  129. }
  130. .comment-header{
  131. font-size: 28upx;
  132. line-height: 34upx;
  133. color: #333;
  134. margin-left: 10upx;
  135. font-weight: 500;
  136. }
  137. .comment-header-margin{
  138. margin-left: 10upx;
  139. }
  140. .comment-more-title{
  141. font-size: 24upx;
  142. color: #999;
  143. line-height: 30upx;
  144. font-weight: 400;
  145. }
  146. .comment-content{
  147. padding-left: 10px;
  148. }
  149. /* 商品评论 */
  150. /* 店铺 */
  151. .control-label-dot{
  152. top: -6upx;
  153. right: 8upx;
  154. }
  155. .shop-store{
  156. height: 120upx;
  157. }
  158. .shop-store-title{
  159. font-size: 28upx;
  160. line-height: 36upx;
  161. color: #444;
  162. }
  163. .shop-store-image{
  164. width: 80upx;
  165. height: 80upx;
  166. margin-right: 20upx;
  167. }
  168. .shop-store-comment{
  169. background-color: rgba(0,0,0,0.05);
  170. border-radius: 18upx;
  171. height: 40upx;
  172. width: 140upx;
  173. margin-top: 10upx;
  174. }
  175. .store-comment-target{
  176. margin-top: -2upx;
  177. }
  178. .store-more-title{
  179. font-size: 26upx;
  180. color: #666666;
  181. }
  182. .comment-content-empty{
  183. padding: 50upx 0;
  184. font-size: 26upx;
  185. text-align: center;
  186. }
  187. /* 店铺 */
  188. .control-footer{
  189. height: 98upx;
  190. border-top: 1upx solid rgba(152, 152, 152, 0.1);
  191. //box-shadow: 0 2upx 5upx 0 rgba(152, 152, 152, 0.1);
  192. background-color: #fff;
  193. padding-right: 30upx;
  194. }
  195. .control-button-group{
  196. width: 400upx;
  197. height: 76upx;
  198. background-color: #FC3538;
  199. border-radius: 38upx;
  200. }
  201. .control-fail-button{
  202. background-color: #f2f2f2 !important;
  203. font-size: 28upx;
  204. line-height: 36upx;
  205. color: #666 !important;
  206. }
  207. .control-fail-button view {
  208. width: 100%;
  209. padding: 0 30upx;
  210. text-align: center;
  211. }
  212. .control-icon{
  213. width: 40upx;
  214. height: 40upx;
  215. }
  216. .control-button-group-login,.control-button{
  217. color: #fff;
  218. }
  219. .control-button-group-login{
  220. background-color: #FC8935;
  221. }
  222. .control-button{
  223. width: 200upx;
  224. height: 100%;
  225. background-color: #FC3538;
  226. font-size: 28upx;
  227. line-height: 36upx;
  228. }
  229. .control-button-car{
  230. background-color: #FC8935;
  231. }
  232. .control-label{
  233. font-size: 22upx;
  234. color: #666;
  235. line-height: 30upx;
  236. margin-top: 6upx;
  237. }
  238. /* 店铺 */
  239. /* 领取优惠券 */
  240. .coupon-modal{
  241. height: 700upx;
  242. background-color: #fff;
  243. border-radius: 30upx 30upx 0px 0px;
  244. padding: 0 30upx;
  245. }
  246. .coupon-title{
  247. font-size: 32upx;
  248. margin: 30upx 0;
  249. font-weight: bold;
  250. }
  251. .coupon-sub-title,.coupon-title{
  252. line-height: 40upx;
  253. color: #333333;
  254. }
  255. .coupon-sub-title{
  256. font-size: 26upx;
  257. }
  258. .coupon-screen{
  259. padding: 30upx 0;
  260. }
  261. .coupon-info{
  262. font-size: 22upx;
  263. color: #999999;
  264. line-height: 26upx;
  265. margin-bottom: 26upx;
  266. text-align: center;
  267. }
  268. .coupon-button{
  269. height: 76upx;
  270. border-radius: 38upx;
  271. background-color: #FC3538;
  272. font-size: 28upx;
  273. color: #fff;
  274. line-height: 30upx;
  275. margin-bottom: 10upx;
  276. }
  277. /* 领取优惠券 */
  278. /* 商品购买 */
  279. .shop-buy-modal {
  280. max-height: 90%;
  281. background-color: #fff;
  282. border-radius: 20upx 20upx 0 0;
  283. }
  284. .shop-buy-header{
  285. padding: 0 30upx;
  286. height: 230upx;
  287. border-bottom: 1upx solid #EEEEEE;
  288. }
  289. .shop-buy-image{
  290. width: 150upx;
  291. height: 150upx;
  292. border-radius: 10upx;
  293. background-color: #DBDBDB;
  294. margin-right: 15upx;
  295. }
  296. .shop-buy-title{
  297. font-size: 30upx;
  298. line-height: 48upx;
  299. color: #333333;
  300. font-weight: 500;
  301. height: 96upx;
  302. }
  303. .shop-buy-price-group{
  304. color: #FD383B;
  305. }
  306. .shop-buy-close{
  307. height: 100%;
  308. padding-top: 32upx;
  309. margin-left: 60upx;
  310. }
  311. .shop-buy-close-icon{
  312. font-size: 30upx;
  313. font-weight: bold;
  314. color: #999;
  315. }
  316. .shop-rules-item{
  317. padding: 30upx;
  318. margin-right: -30upx;
  319. border-bottom: 1upx solid #eee;
  320. }
  321. .shop-rules-title{
  322. font-size: 28upx;
  323. line-height: 36upx;
  324. color: #333;
  325. font-weight: 500;
  326. margin-right: -20upx;
  327. margin-bottom: 10upx;
  328. }
  329. .shop-rules-label{
  330. margin-top: 20upx;
  331. height: 60upx;
  332. min-width: 140upx;
  333. max-width: 100%;
  334. background-color: #F1F1F1;
  335. border-radius: 5upx;
  336. font-size: 26upx;
  337. line-height: 34upx;
  338. color: #333;
  339. text-align: center;
  340. padding: 0 15upx;
  341. margin-right: 30upx;
  342. }
  343. .shop-rules-label-active{
  344. background-color: #FFF3F3;
  345. color: #FD383B;
  346. }
  347. .shop-rules-title-target{
  348. margin-right: 20upx;
  349. }
  350. .shop-rules-info{
  351. font-size: 24upx;
  352. line-height: 30upx;
  353. color: #999;
  354. font-weight: 400;
  355. }
  356. .shop-step{
  357. padding: 0 30upx;
  358. font-size: 28upx;
  359. line-height: 36upx;
  360. font-weight: 500;
  361. margin: 22upx 0;
  362. }
  363. .shop-buy-button-warp{
  364. margin-top: 50upx;
  365. margin-bottom: 20upx;
  366. }
  367. .shop-buy-button {
  368. width: 600upx;
  369. height: 80upx;
  370. border-radius: 40upx;
  371. font-size: 30upx;
  372. line-height: 36upx;
  373. }
  374. /* 商品购买 */