shop.wxss 612 B

123456789101112131415161718192021222324252627282930313233
  1. /* pages/shop/shop.wxss */
  2. .shop_info{
  3. height: 194rpx;
  4. display: flex;
  5. }
  6. .shop_img{
  7. width: 218rpx;
  8. background-repeat: no-repeat;
  9. background-size: 180rpx 134rpx;
  10. background-position: 38rpx 30rpx;
  11. }
  12. .shop_detail{
  13. padding-left:15rpx;
  14. }
  15. .shop_detail_title{
  16. height: 48rpx;
  17. line-height: 48rpx;
  18. color: rgba(56, 55, 53, 1);
  19. font-size: 32rpx;
  20. margin-top:43rpx;
  21. }
  22. .shop_detail_address,.shop_detail_phone{
  23. height: 36rpx;
  24. line-height: 36rpx;
  25. color: rgba(104, 104, 104, 1);
  26. font-size: 24rpx;
  27. }
  28. .shop_detail_address image,.shop_detail_phone image{
  29. margin-top:8rpx;
  30. float: left;
  31. width:20rpx;
  32. height: 20rpx;
  33. }