index.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. @import "./public/public.wxss";
  2. .collectedTips{
  3. width:330rpx;
  4. position:fixed;
  5. right:-190px;
  6. top: 10px;
  7. height:auto;
  8. z-index:999;
  9. color:#FFF;
  10. border-radius:10rpx;
  11. font-size:30rpx;
  12. padding:10rpx;
  13. background:#333333;
  14. text-align: center;
  15. }
  16. .collectedTips::after{
  17. content:"";
  18. position:absolute;
  19. top:-6px;
  20. left:220rpx;
  21. border-bottom:6px solid #333333;
  22. border-left:6px solid transparent;
  23. border-right:6px solid transparent;
  24. }
  25. .bg-scroll-view {
  26. width: 100%;
  27. height: 100%;
  28. }
  29. .header-search{
  30. display: flex;
  31. margin: 10rpx 30rpx;
  32. }
  33. .header-search>view:first-child{
  34. width: 140rpx;
  35. height:70rpx;
  36. display: flex;
  37. flex-direction: row;
  38. align-items: center;
  39. justify-content: center;
  40. }
  41. .header-search>view:first-child>text{
  42. max-width: 100rpx;
  43. min-width: 64rpx;
  44. height:70rpx;
  45. line-height: 70rpx;
  46. text-align: center;
  47. font-family: PingFangSC-Semibold;
  48. font-size: 32rpx;
  49. font-weight: 700;
  50. color: #333333;
  51. overflow:hidden;
  52. text-overflow:ellipsis;
  53. white-space:nowrap;
  54. }
  55. .header-search>view:first-child>image{
  56. width:15rpx;
  57. height:9rpx;
  58. margin: 30rpx 10rpx;
  59. }
  60. .banner{
  61. width: 750rpx;
  62. height: 200rpx;
  63. margin: 40rpx 30rpx;
  64. border-radius: 10rpx;
  65. position: relative;
  66. }
  67. .banner>swiper{
  68. width: 690rpx;
  69. height: 200rpx;
  70. border-radius: 10rpx;
  71. }
  72. .dots{
  73. width: 160rpx;
  74. height: 30rpx;
  75. display: flex;
  76. flex-direction: row;
  77. position: absolute;
  78. left: 265rpx;
  79. bottom: 0rpx;
  80. justify-content: center;
  81. align-items: center;
  82. }
  83. /*未选中时的小圆点样式 */
  84. .dot{
  85. width: 10rpx;
  86. height: 10rpx;
  87. border-radius: 50%;
  88. margin-right: 10rpx;
  89. background-color: #E1E1E1;
  90. }
  91. .dot:last-child{
  92. margin-right: 0;
  93. }
  94. .active{
  95. width: 10rpx;
  96. height: 10rpx;
  97. background-color: #5674F0;
  98. }
  99. .slide-image{
  100. width: 100%;
  101. height: 200rpx;
  102. border-radius: 10rpx;
  103. }
  104. .menu{
  105. display: flex;
  106. flex-direction: row;
  107. width: 730rpx;
  108. margin: 0 10rpx;
  109. /* justify-content: space-around; */
  110. flex-wrap: wrap;
  111. }
  112. .menu-one{
  113. display: flex;
  114. flex-direction: column;
  115. align-items: center;
  116. width: 146rpx;
  117. margin-bottom: 30rpx;
  118. }
  119. .menu-one>image{
  120. width: 94rpx;
  121. height: 94rpx;
  122. margin-bottom: 20rpx;
  123. }
  124. .menu-one>text{
  125. font-family: PingFangSC-Medium;
  126. font-size: 28rpx;
  127. font-weight: 600;
  128. color: #333333;
  129. text-align: center;
  130. line-height: 32rpx;
  131. }
  132. .region-title{
  133. width: 690rpx;
  134. font-family: PingFangSC-Semibold;
  135. font-size: 40rpx;
  136. font-weight: 700;
  137. color: #333333;
  138. text-align: left;
  139. margin: 40rpx 30rpx 30rpx;
  140. }
  141. .convenient{
  142. display: flex;
  143. flex-direction: row;
  144. justify-content: space-between;
  145. margin: 0 30rpx;
  146. width: 690rpx;
  147. }
  148. .convenience{
  149. width: 223rpx;
  150. height: 154rpx;
  151. border: 1rpx solid #EFEFEF;
  152. box-shadow: 0 0 12px 0 #EFEDFF;
  153. border-radius: 8rpx;
  154. display: flex;
  155. flex-direction: column;
  156. justify-content: center;
  157. align-items: center;
  158. }
  159. .convenience>image{
  160. width: 70rpx;
  161. height: 70rpx;
  162. }
  163. .convenience>text{
  164. font-family: PingFangSC-Regular;
  165. font-size: 28rpx;
  166. color: #333333;
  167. text-align: center;
  168. margin-top: 10rpx;
  169. }
  170. .service{
  171. display: flex;
  172. flex-flow: row wrap;
  173. margin: 0 30rpx;
  174. width: 690rpx;
  175. justify-content: space-between;
  176. }
  177. .service-one{
  178. display: flex;
  179. flex-direction: row;
  180. width: 334rpx;
  181. height: 127rpx;
  182. border: 1px solid #EFEFEF;
  183. box-shadow: 0 0 12px 0 #EFEDFF;
  184. border-radius: 4rpx;
  185. margin-bottom: 20rpx;
  186. }
  187. .service-one>image:first-child{
  188. width: 64rpx;
  189. height: 64rpx;
  190. margin: 30rpx 20rpx;
  191. border-radius: 50%;
  192. }
  193. .service-one>view:nth-child(2){
  194. display: flex;
  195. flex-direction: column;
  196. margin: 20rpx 0;
  197. }
  198. .service-one>view:nth-child(2)>text:nth-child(1){
  199. font-family: PingFangSC-Medium;
  200. font-size: 28rpx;
  201. line-height: 50rpx;
  202. font-weight: 600;
  203. color: #333333;
  204. text-align: left;
  205. }
  206. .service-one>view:nth-child(2)>text:nth-child(2){
  207. font-family: PingFangSC-Regular;
  208. font-size: 24rpx;
  209. color: #999999;
  210. text-align: left;
  211. }