storeDetail.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .container{
  2. height: 100vh;
  3. }
  4. .content{
  5. margin: 34rpx 32rpx;
  6. flex: 1;
  7. overflow: auto;
  8. }
  9. .shop-card{
  10. height: 160rpx;
  11. display: flex;
  12. padding-bottom: 32rpx;
  13. border-bottom: 1px solid #EEEEEE;
  14. }
  15. .card-img{
  16. width: 160rpx;
  17. height: 160rpx;
  18. background: #FFFFFF;
  19. border-radius: 28rpx;
  20. margin-right: 18rpx;
  21. }
  22. .card-ri{
  23. flex: 1;
  24. font-family: PingFangSC, PingFang SC;
  25. }
  26. .card-ri-title{
  27. font-weight: 500;
  28. font-size: 28rpx;
  29. color: #000000;
  30. line-height: 40rpx;
  31. }
  32. .card-ri-time{
  33. font-weight: 400;
  34. font-size: 24rpx;
  35. color: #000000;
  36. line-height: 40rpx;
  37. margin: 12rpx 0 34rpx;
  38. }
  39. .card-ri-distance{
  40. font-weight: 400;
  41. font-size: 24rpx;
  42. color: #FFA000;
  43. line-height: 40rpx;
  44. }
  45. .address{
  46. padding:32rpx 0 36rpx;
  47. border-bottom: 1px solid #EEEEEE;
  48. font-family: PingFangSC, PingFang SC;
  49. font-weight: 400;
  50. font-size: 24rpx;
  51. color: #000000;
  52. line-height: 40rpx;
  53. display: flex;
  54. align-items: center;
  55. margin-bottom: 36rpx;
  56. }
  57. .address-text{
  58. flex: 1;
  59. }
  60. .address-icon{
  61. margin-left: 20rpx;
  62. display: flex;
  63. align-items: center;
  64. }
  65. .ad-img{
  66. width: 56rpx;
  67. height: 56rpx;
  68. margin-left: 20rpx;
  69. }
  70. .detail{
  71. width: 100%;
  72. height: 1000rpx;
  73. border-radius: 20rpx;
  74. }