service.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. .store-cabinet-block{
  2. background: #F1F3F4;
  3. box-shadow: 0rpx -2rpx 0rpx 0rpx #FFFFFF;
  4. padding: 16rpx 24rpx;
  5. text-align: center;
  6. z-index: 1000; /* 确保元素在其他内容之上 */
  7. }
  8. .block-p{
  9. width: 46rpx;
  10. height: 8rpx;
  11. background: #E0E5EC;
  12. border-radius: 4rpx;
  13. }
  14. .align-center{
  15. align-items: center;
  16. }
  17. .store-type{
  18. margin-right: 20rpx;
  19. }
  20. .store-type,
  21. .cabinet-type{
  22. width: 136rpx;
  23. height: 56rpx;
  24. line-height: 56rpx;
  25. text-align: center;
  26. border-radius: 30rpx;
  27. font-weight: 600;
  28. font-size: 28rpx;
  29. border: 3rpx solid transparent;
  30. }
  31. .store-type-i,
  32. .cabinet-type-i{
  33. background: #060809;
  34. color: #FFF;
  35. }
  36. .store-type-s,
  37. .cabinet-type-s{
  38. background: #F1F3F4;
  39. color: #060809;
  40. border: 3rpx solid #060809;
  41. }
  42. .seach-img{
  43. margin-right: 32rpx;
  44. }
  45. .seach-img img,
  46. .screen-img img{
  47. width: 48rpx;
  48. height: 48rpx;
  49. }
  50. .mark {
  51. z-index: 999;
  52. font-size: 8px;
  53. width: 12px;
  54. height: 12px;
  55. line-height: 12px;
  56. border-radius: 50%;
  57. text-align: center;
  58. background-color: red;
  59. color: #ffffff;
  60. border: 4rpx solid #ffffff;
  61. }
  62. .blue_bg {
  63. background-color: #ffffff;
  64. font-family: DIN;
  65. font-weight: bold;
  66. font-size: 24rpx;
  67. color: #0074FF;
  68. }
  69. .search-btn{
  70. width: 144rpx;
  71. height: 88rpx;
  72. line-height: 88rpx;
  73. background: #060809;
  74. border-radius: 24rpx;
  75. opacity: 0.2;
  76. font-family: PingFangSC, PingFang SC;
  77. font-weight: 500;
  78. font-size: 32rpx;
  79. color: #FFFFFF;
  80. text-align: center;
  81. margin-left: 24rpx;
  82. }
  83. .search-btn-i{
  84. opacity: 1;
  85. }
  86. .search-icon{
  87. width: 32rpx;
  88. height: 32rpx;
  89. position: absolute;
  90. top: 32rpx;
  91. left: 20rpx;
  92. }
  93. .search-close-icon{
  94. width: 40rpx;
  95. height: 40rpx;
  96. position: absolute;
  97. top: 32rpx;
  98. right: 20rpx;
  99. }
  100. .input-placeholder{
  101. font-weight: 400;
  102. font-size: 32rpx;
  103. color: #B8BFCC;
  104. text-align: left;
  105. }
  106. .search-input{
  107. margin-right: 50rpx;
  108. width: 100%;
  109. background: #FFFFFF;
  110. border-radius: 24rpx;
  111. text-align: left;
  112. font-weight: 500;
  113. padding-left: 10rpx;
  114. font-size: 32rpx;
  115. color: #060809;
  116. }
  117. .search-input-view{
  118. padding: 28rpx 20rpx 28rpx 68rpx;
  119. background: #FFFFFF;
  120. border-radius: 24rpx;
  121. display: flex;
  122. flex-grow: 1;
  123. position: relative;
  124. }
  125. .search-view{
  126. margin-bottom: 24rpx;
  127. align-items: center;
  128. }
  129. .control-icon-view{
  130. position: absolute;
  131. top:43vh ;
  132. padding: 0 24rpx;
  133. width: 95%;
  134. }
  135. .seach-return-img{
  136. width: 40rpx;
  137. height: 40rpx;
  138. }
  139. .current-location-icon{
  140. width: 48rpx;
  141. height: 48rpx;
  142. }
  143. .seach-return-view{
  144. width: 104rpx;
  145. height: 72rpx;
  146. line-height: 72rpx;
  147. text-align: center;
  148. background: #060809;
  149. border-radius: 36rpx;
  150. }
  151. .current-location-view{
  152. width: 72rpx;
  153. height: 72rpx;
  154. line-height: 72rpx;
  155. text-align: center;
  156. background: #FFFFFF;
  157. box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(197,208,219,0.8);
  158. border-radius: 16rpx;
  159. }
  160. .seach-return-view,
  161. .current-location-view{
  162. justify-content: center;
  163. align-items: center;
  164. }