supplierdetail.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .block-til{display: flex;margin-bottom: 24rpx;justify-content: space-between;align-items: center;height: 90rpx;border-bottom: 1px solid #eee;}
  2. .block-til-left{font-size: 30rpx;font-weight: bold;line-height: 42rpx;color: #333;}
  3. .block-til-right{font-weight: 400;color: #6BBC6D;line-height: 33px;}
  4. .safe-icon{width: 36rpx;height: 36rpx;margin-right: 10rpx;display: inline-block;vertical-align: -10rpx;}
  5. .safe-icon-img{width: 100%;height: 100%;}
  6. .full-img-wrap{padding: 0 40rpx 24rpx;background-color: #fff;}
  7. .base-info{padding: 0 40rpx;background-color: #fff;margin-bottom: 24rpx;padding-bottom: 24rpx;}
  8. .base-info-til{margin-bottom: 8rpx;font-size: 32rpx;font-weight: 500;color: #333;line-height: 45rpx;}
  9. .base-info-item{font-size: 26rpx;font-weight: 400;color: #999;line-height: 37rpx;margin-bottom: 16rpx;}
  10. .base-info-item .item + .item{margin-left: 50rpx;}
  11. .shop-link{display: flex;justify-content: space-between;}
  12. .shop-link-item{flex: 1;text-align: center;}
  13. .shop-link-item .shop-img{width: 64rpx;height: 64rpx;display: inline-block;}
  14. .shop-link-item .shop-img image{width: 100%;height: 100%;}
  15. .shop-link-item + .shop-link-item{margin-left: 16rpx;}
  16. .supplier-info-til{font-size: 34rpx;font-weight: 500;color: #333;line-height: 48rpx;margin-bottom: 8rpx;}
  17. .supplier-info-item{margin-bottom: 8rpx;color: #999;}
  18. .supplier-info-item .text + .text{margin-left: 50rpx;}
  19. .supplier-info-item.compSum /deep/ p{text-indent: 2em;margin-bottom: 8rpx;}
  20. .supplier-info-certificate{display: flex;flex-wrap: wrap;margin-top: 24rpx;justify-content: center;}
  21. .supplier-info-certificate .image{width: 50%;flex: 1;}
  22. .supplier-info-certificate .image + .image{margin-left: 20rpx;}
  23. .placeoforigin-wrap{width: 80%;}
  24. .placeoforigin-banner{overflow: hidden;border-top-left-radius: 24rpx;border-top-right-radius: 24rpx;}
  25. .placeoforigin-banner-img{width: 100%;height: 100%;}
  26. .placeoforigin-text-til{font-size: 34rpx;font-weight: 500;color: #333;line-height: 48rpx;}
  27. .placeoforigin-text{font-size: 26rpx;font-weight: 400;color: #999;line-height: 37rpx;white-space: normal;}
  28. .placeoforigin-text-item .text + .text{margin-left: 40rpx;}
  29. .placeoforigin-scroll-view{flex: 1;overflow: hidden;white-space: nowrap;}
  30. .placeoforigin-scroll-view .placeoforigin-wrap{display: inline-block;margin: 0 23rpx;}
  31. .results-item{display: flex;margin-bottom: 24rpx;border-bottom: 1px solid #eee;}
  32. .results-item-img-wrap{width: 220rpx;height: 220rpx;margin-right: 24rpx;overflow: hidden;border-radius: 12rpx;}
  33. .results-item-img-wrap .results-item-img{width: 100%;height: 100%;}
  34. .results-item-info{flex: 1;}
  35. .results-item-info-til{margin-bottom: 10rpx;}
  36. .results-item-info-brand{color: #999;margin-bottom: 10rpx;}
  37. .results-item-info-addr{color: #666;margin-bottom: 10rpx;font-size: 24rpx;}
  38. .results-item-info-label .postage{height: 24rpx;padding: 0 14rpx;margin-left: 16rpx;line-height: 24rpx;display: inline-block;font-size: 20rpx;background-color: #E1F2E2;border-radius: 12rpx;}
  39. .results-item-info-price .rmb{font-size: 28rpx;font-weight: 500;color: #FF5030;line-height: 40rpx;}
  40. .results-item-info-price .price{font-size: 36rpx;font-weight: 500;color: #FF5030;line-height: 50rpx;}
  41. .results-item-info-price .price.noprice{font-size: 28rpx;}
  42. .results-item-info-price .minsell{font-size: 24rpx;font-weight: 400;color: #999999;line-height: 33rpx;}