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

160 lines
2.5 KiB

  1. .index-slide, swiper-item
  2. .index-slide-image {
  3. display: block;
  4. width: 750rpx;
  5. margin: 0 auto;
  6. overflow: hidden;
  7. position: relative;
  8. height: 576rpx;
  9. }
  10. .index-slide-view .dots {
  11. position: absolute;
  12. left: 0;
  13. right: 0;
  14. bottom: 20rpx;
  15. display: flex;
  16. justify-content: center;
  17. }
  18. .index-slide-view .dots .dot {
  19. margin: 0 8rpx;
  20. width: 12rpx;
  21. height: 12rpx;
  22. background: #b6b6b7;
  23. border-radius: 50%;
  24. transition: all 0.6s;
  25. }
  26. .index-slide-view .dots .dot.active {
  27. background: #02c0ff;
  28. width: 30rpx;
  29. height: 12rpx;
  30. border-radius: 10rpx;
  31. opacity: 1;
  32. }
  33. .bannerbg {
  34. width: 100%;
  35. }
  36. .bannerbg image {
  37. display: block;
  38. width: 100%;
  39. }
  40. .merchant-detail {
  41. width:92%;
  42. padding:30rpx 4% 0;
  43. background:#fff;
  44. border-top-left-radius:20rpx;
  45. border-top-right-radius:20rpx;
  46. margin-top:-25rpx;
  47. }
  48. .merchant-brand, .merchant-shop, .merchant-phone {
  49. width: 100%;
  50. display: flex;
  51. padding: 20rpx 0;
  52. background: #fff;
  53. border-bottom: 1rpx solid #efefef;
  54. }
  55. .merchant-brand view:nth-child(1) {
  56. width: 160rpx;
  57. border-radius: 16rpx;
  58. height: 160rpx;
  59. }
  60. .merchant-brand view:nth-child(1) image {
  61. display: block;
  62. width: 160rpx;
  63. height: 160rpx;
  64. border-radius: 16rpx;
  65. border: 1px solid #e5e5e5;
  66. }
  67. .merchant-brand view:nth-child(2) {
  68. display: flex;
  69. flex-direction: column;
  70. flex: 6;
  71. padding-left: 30rpx;
  72. }
  73. .merchant-brand view:nth-child(2) text:nth-child(1) {
  74. margin-top: 20rpx;
  75. }
  76. .merchant-shop text, .merchant-phone text {
  77. font-size: 30rpx;
  78. }
  79. .merchant-shop view, .merchant-phone view {
  80. display: flex;
  81. flex: 2;
  82. color: #333;
  83. }
  84. .merchant-shop view:nth-child(2){
  85. font-size: 30rpx;
  86. }
  87. .merchant-info {
  88. display: block!important;
  89. color: #999;
  90. font-size: 28rpx;
  91. }
  92. .merchant-phones{
  93. padding: 20rpx 0;
  94. display: block;
  95. font-size: 30rpx;
  96. }
  97. .tel {
  98. right: 0;
  99. top: 0;
  100. bottom: 0;
  101. margin: auto;
  102. width: 50rpx;
  103. height: 50rpx;
  104. }
  105. .shoplists {
  106. display: flex;
  107. }
  108. .shoplists text {
  109. flex: 2;
  110. }
  111. .godetail {
  112. color: #999;
  113. font-size: 30rpx;
  114. position: absolute;
  115. right: 10rpx;
  116. }
  117. .merchants text{
  118. display: block;
  119. text-align: left;
  120. font-size:26rpx;
  121. margin-bottom: 6rpx;
  122. }
  123. .merchants{
  124. display: block!important;
  125. }
  126. .merchant-brand{
  127. border: none!important;
  128. }
  129. .tabs-item.selected {
  130. color:rgba(171,149,109,.8);
  131. border-bottom:2px solid rgba(171,149,109,.8);
  132. }
  133. .tabs-item {
  134. width:33.3%;
  135. color:#C7C7CB;
  136. font-size:28rpx;
  137. display:flex;
  138. align-items:center;
  139. justify-content:center;
  140. display:flex;
  141. border-bottom:1rpx solid #D0D0D7;
  142. }