moreshop.wxss 676 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* pages/index/moreshop/moreshop.wxss */
  2. .trafficList{
  3. padding: 40rpx 32rpx;
  4. box-sizing: border-box;
  5. position: relative;
  6. }
  7. .traffic-list {
  8. height: 200rpx;
  9. box-shadow: 0px 0px 7px 0px rgba(186, 186, 186, 0.5);
  10. border-radius: 20rpx;
  11. padding-left: 40rpx;
  12. position: relative;
  13. margin-bottom: 32rpx;
  14. }
  15. .traffic-list .name {
  16. margin: 0 0 16rpx;
  17. padding-top: 56rpx;
  18. font-size: 36rpx;
  19. line-height: 36rpx;
  20. color: #000000;
  21. font-weight: 500;
  22. }
  23. .traffic-list .address {
  24. color: #BABABA;
  25. line-height: 28rpx;
  26. width: 60%;
  27. }
  28. .traffic-list .weizhi_icon {
  29. position: absolute;
  30. top: 54rpx;
  31. right: 88rpx;
  32. }
  33. .traffic-list .weizhi_icon image {
  34. width: 96rpx;
  35. height: 96rpx;
  36. }