C端小程序
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

209 rindas
3.4 KiB

  1. @import "../iconfont.wxss";
  2. .searchicon {
  3. margin-right: 5rpx;
  4. }
  5. .map {
  6. position: fixed;
  7. right: 0;
  8. top: 740rpx;
  9. height: 100rpx;
  10. width: 100rpx;
  11. /* background-color: chartreuse; */
  12. }
  13. .search {
  14. z-index: 5000;
  15. left: 0;
  16. right: 0;
  17. margin: auto;
  18. width: 700rpx;
  19. height: 68rpx;
  20. line-height: 68rpx;
  21. border: 1px solid #ccc;
  22. background: #F4F5F9;
  23. border-radius: 10rpx;
  24. text-align: center;
  25. color: #999;
  26. font-size: 30rpx;
  27. }
  28. .under_line {
  29. width: 100%;
  30. }
  31. .scrollY {
  32. width: 134rpx;
  33. position: fixed;
  34. left: 0;
  35. background: #F4F5F9;
  36. /* top:240rpx; */
  37. margin-top: 40rpx;
  38. overflow: scroll;
  39. }
  40. .text-style {
  41. position: relative;
  42. width: 139rpx;
  43. height: 100rpx;
  44. line-height: 100rpx;
  45. text-align: center;
  46. font-size: 30rpx;
  47. font-family: PingFangSC-Semibold;
  48. color: #3C3C3C;
  49. background: #FFFFFF;
  50. font-weight: 500;
  51. }
  52. .text-styleHover {
  53. position: relative;
  54. width: 139rpx;
  55. height: 100rpx;
  56. line-height: 100rpx;
  57. text-align: center;
  58. font-size: 26rpx;
  59. font-family: PingFangSC-Semibold;
  60. color: #A6A6A6;
  61. }
  62. .text-style text {
  63. font-size: 26rpx;
  64. }
  65. .active1 {
  66. font-size: 26rpx !important;
  67. }
  68. .active {
  69. position: absolute;
  70. left: 4rpx;
  71. bottom: 0rpx;
  72. top: 0;
  73. margin: auto;
  74. width: 12rpx;
  75. height: 24rpx;
  76. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  77. border-radius: 7rpx;
  78. }
  79. .posi {
  80. position: relative;
  81. width: 616rpx;
  82. float: right;
  83. margin-top: 20rpx;
  84. padding-bottom: 200rpx;
  85. }
  86. .posi>view:nth-child(2) {
  87. width: 100%;
  88. display: flex;
  89. justify-content: space-between;
  90. box-sizing: border-box;
  91. }
  92. .posi>view:nth-child(2) text:nth-child(1) {
  93. font-size: 30rpx;
  94. color: #a9a9a9;
  95. }
  96. .posi>view:nth-child(2) text:nth-child(2) {
  97. font-size: 30rpx;
  98. color: #a9a9a9;
  99. }
  100. .posi_logo {
  101. position: relative;
  102. width: 576rpx !important;
  103. height: 176rpx;
  104. background: rgba(255, 255, 255, 1);
  105. box-shadow: 0px 4rpx 8rpx 0px rgba(0, 0, 0, 0.04);
  106. border-radius: 16rpx;
  107. margin: 20rpx;
  108. overflow: hidden;
  109. }
  110. .tel {
  111. position: absolute;
  112. right: 3%;
  113. top: 0;
  114. bottom: 0;
  115. margin: auto;
  116. width: 50rpx;
  117. height: 50rpx;
  118. }
  119. .merchants {
  120. width: 90%;
  121. display: flex;
  122. background: #fff;
  123. padding-right: 5%;
  124. overflow: hidden;
  125. }
  126. .merchants view:nth-child(1) image {
  127. display: block;
  128. width: 120rpx;
  129. height: 120rpx;
  130. border-radius: 16rpx;
  131. }
  132. .position {
  133. text-align: center;
  134. margin-top: 100rpx;
  135. color: #999;
  136. }
  137. .leftBox {
  138. padding: 20rpx 0;
  139. }
  140. .shopVo {
  141. margin-left: 20rpx;
  142. }
  143. .merchantName {
  144. color: #3C3C3C;
  145. font-size: 32rpx;
  146. margin-left: 20rpx;
  147. width: 60%;
  148. overflow: hidden;
  149. text-overflow: ellipsis;
  150. white-space: nowrap;
  151. margin-top: 10rpx;
  152. }
  153. .shopVo text {
  154. float: left;
  155. }
  156. page {
  157. padding: 0 0 30rpx;
  158. }
  159. .text {
  160. display: block;
  161. width: 25%;
  162. text-align: center;
  163. }
  164. .view view:nth-of-type(1) {
  165. font-size: 28rpx;
  166. color: #888;
  167. }
  168. .shopVoList {
  169. padding-left: 0 !important;
  170. display: inline-block !important;
  171. width: 345rpx;
  172. white-space: nowrap;
  173. text-overflow: ellipsis;
  174. overflow: hidden;
  175. }
  176. .shopVoList text {
  177. font-size: 20rpx !important;
  178. color: #b8b8b8 !important;
  179. margin-right: 10rpx;
  180. }