C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

179 lines
2.8 KiB

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