index.wxss 822 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /* common.wxss */
  2. /* @import "/utils/common.wxss"; */
  3. /* 线下门店 */
  4. .shop-item {
  5. padding: 16rpx 30rpx;
  6. min-height: 180rpx;
  7. font-size: 26rpx;
  8. line-height: 1.5;
  9. border-bottom: 1rpx solid #eee;
  10. box-sizing: border-box;
  11. }
  12. .shop-item__logo {
  13. margin-right: 30rpx;
  14. }
  15. .shop-item__logo .image {
  16. display: block;
  17. width: 130rpx;
  18. height: 130rpx;
  19. border-radius: 50%;
  20. border: 1px solid rgba(0, 0, 0, 0.1);
  21. /* box-shadow: 0 0 30rpx rgba(0, 0, 0, 0.1); */
  22. }
  23. .shop-item__title {
  24. font-size: 28rpx;
  25. color: #fd4a5f;
  26. margin-bottom: 10rpx;
  27. }
  28. .shop-item__address, .shop-item__phone {
  29. color: #919396;
  30. }
  31. .shop-item__address {
  32. width: 520rpx;
  33. }
  34. .shop-item__distance {
  35. margin-top: 10rpx;
  36. color: #c1c1c1;
  37. height: 40rpx;
  38. }
  39. .shop-item__distance .iconfont {
  40. color: #81838e;
  41. margin-right: 6rpx;
  42. }