C端小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

158 lines
2.5 KiB

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