storedetail.wxss 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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: #fd75a7;
  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. font-size: 30rpx;
  76. font-family: PingFang SC, PingFang SC-Bold;
  77. font-weight: 700;
  78. color: #1a1a1a;
  79. position: relative;
  80. height: 41rpx;
  81. }
  82. .color-line {
  83. position: absolute;
  84. width: 6rpx;
  85. height: 41rpx;
  86. background: #ffdd36;
  87. border-radius: 3rpx;
  88. top: 0;
  89. left: 0;
  90. opacity: 0.5;
  91. }
  92. .content {
  93. margin-top: 21rpx;
  94. }