storedetail.wxss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. .shop-item {
  2. margin-top: 20rpx;
  3. padding: 0 30rpx;
  4. box-sizing: border-box;
  5. }
  6. .shop-img {
  7. width: 750rpx;
  8. height: 347rpx;
  9. }
  10. .shop-name {
  11. font-size: 28rpx;
  12. font-family: FZZhunYuan-M02S;
  13. font-weight: 700;
  14. color: #1a1a1a;
  15. margin-top: 22rpx;
  16. }
  17. .shop-address {
  18. margin-top: 17rpx;
  19. display: flex;
  20. align-items: center;
  21. border-bottom: 1px solid #e6e6e6;
  22. padding-bottom: 27rpx;
  23. }
  24. .shop-address .address-word {
  25. margin-left: 13rpx;
  26. font-size: 24rpx;
  27. font-family: FZZhunYuan-M02S;
  28. font-weight: 400;
  29. color: #333333;
  30. }
  31. .juli {
  32. font-size: 24rpx;
  33. font-family: PingFang SC, PingFang SC-Regular;
  34. font-weight: 400;
  35. color: #999999;
  36. margin-left: 8rpx;
  37. }
  38. .ju-box {
  39. display: flex;
  40. justify-content: space-between;
  41. align-items: center;
  42. margin-top: 25rpx;
  43. margin-bottom: 30rpx;
  44. }
  45. .ju-word {
  46. font-size: 24rpx;
  47. font-family: FZZhunYuan-M02S;
  48. font-weight: 400;
  49. color: #666666;
  50. padding-right: 30rpx;
  51. box-sizing: border-box;
  52. }
  53. .icons {
  54. display: flex;
  55. align-items: center;
  56. }
  57. .dingwei-img {
  58. width: 33rpx;
  59. height: 33rpx;
  60. color: #639ffd;
  61. }
  62. .icon-phone {
  63. font-size: 33rpx;
  64. color: #88bb26;
  65. }
  66. .line {
  67. height: 10rpx;
  68. background: #f5f5f5;
  69. }
  70. .store-box {
  71. padding: 32rpx 30rpx 0 30rpx;
  72. box-sizing: border-box;
  73. }
  74. .name-box {
  75. display: inline-block;
  76. font-size: 30rpx;
  77. font-family: PingFang SC, PingFang SC-Bold;
  78. font-weight: 700;
  79. color: #1a1a1a;
  80. position: relative;
  81. height: 41rpx;
  82. }
  83. .name-box::after {
  84. display: block;
  85. content: "";
  86. position: absolute;
  87. top: -8rpx;
  88. right: -10rpx;
  89. width: 30rpx;
  90. height: 30rpx;
  91. background-color: #005eff42;
  92. border-radius: 50%;
  93. z-index: 1;
  94. }
  95. .content {
  96. margin-top: 21rpx;
  97. }