store-detail.less 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. page{
  2. background: #f4f4f4;
  3. }
  4. .banner-bg{
  5. width: 100%;
  6. }
  7. .card{
  8. width: 670rpx;
  9. margin: 0 40rpx;
  10. background: #fff;
  11. z-index: 3;
  12. box-shadow: 0px 6rpx 33rpx 0px rgba(107, 107, 107, 0.31);
  13. border-radius: 8rpx;
  14. margin-bottom: 37rpx;
  15. &.marginT{
  16. position: relative;
  17. top: -120rpx;
  18. }
  19. .logo{
  20. width: 100rpx;
  21. height: 100rpx;
  22. }
  23. .store-title{
  24. display: flex;
  25. font-size: 30rpx;
  26. color:#323232;
  27. font-weight: 700;
  28. }
  29. .info{
  30. display: flex;
  31. flex-direction: column;
  32. justify-content: space-around;
  33. margin-left: 40rpx;
  34. }
  35. .work-hour{
  36. font-size: 22rpx;
  37. color: #909090;
  38. }
  39. .list{
  40. padding-top: 30rpx;
  41. }
  42. .li{
  43. display: flex;
  44. align-items: center;
  45. font-size: 26rpx;
  46. padding: 15rpx 0;
  47. .icon-address{
  48. width: 26rpx;
  49. height: 33rpx;
  50. margin-right: 25rpx;
  51. }
  52. .icon-phone{
  53. width: 31rpx;
  54. height: 26rpx;
  55. margin-right: 23rpx;
  56. }
  57. .lable{
  58. color:#323232;
  59. white-space:nowrap;
  60. }
  61. .content{
  62. color: #909090;
  63. margin-left: 40rpx;
  64. overflow: hidden;
  65. text-overflow: ellipsis;
  66. white-space: nowrap;
  67. }
  68. .map{
  69. width: 46rpx;
  70. height: 46rpx;
  71. flex:0 0 auto;
  72. }
  73. }
  74. &-header{
  75. font-size: 30rpx;
  76. color:#323232;
  77. padding: 33rpx 36rpx;
  78. box-sizing: border-box;
  79. font-weight: 700;
  80. font-family: 'MicrosoftYaHei-Bold';
  81. border-bottom: 1px solid #daeaea;
  82. }
  83. &-body{
  84. font-size: 26rpx;
  85. padding: 30rpx 40rpx 0;
  86. }
  87. .route{
  88. line-height: 50rpx;
  89. }
  90. .pd80{
  91. padding-bottom: 80rpx;
  92. }
  93. .pd46{
  94. padding-bottom:46rpx;
  95. }
  96. }
  97. // 地理位置认证
  98. .auth-mask{
  99. position: fixed;
  100. top: 0;
  101. left: 0;
  102. width: 100%;
  103. height: 100%;
  104. background:transparent;
  105. z-index:99;
  106. }
  107. .auth-modal{
  108. position: absolute;
  109. top: 20%;
  110. left: 50%;
  111. width: 520rpx;
  112. box-shadow: 0px 12px 59px 3px rgba(0, 0, 0, 0.09);
  113. border-radius: 10px;
  114. border: 1px solid #17a9ff;
  115. background: #fff;
  116. transform: translateX(-50%);
  117. box-sizing: border-box;
  118. z-index:99;
  119. overflow: hidden;
  120. .title{
  121. font-size: 34rpx;
  122. color: #333;
  123. text-align: center;
  124. padding:40rpx;
  125. }
  126. .content{
  127. font-size:28rpx;
  128. color:#999;
  129. text-align: center;
  130. padding:0 40rpx 40rpx;
  131. }
  132. .footer{
  133. display: flex;
  134. border-top: 1px solid #eaeaea;
  135. height: 80rpx;
  136. line-height: 80rpx;
  137. text-align: center;
  138. font-size: 28rpx;
  139. .btn{
  140. width: 50%;
  141. flex: 0 0 auto;
  142. color: #999;
  143. background: #fff;
  144. border-right: 1px solid #eaeaea;
  145. &:last-child{
  146. border-right: 0;
  147. }
  148. }
  149. button{
  150. font-size: 28rpx;
  151. padding: 0;
  152. line-height: 80rpx;
  153. border-radius: 0;
  154. &::after{
  155. border: 0;
  156. }
  157. }
  158. }
  159. }