index.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. /**index.wxss**/
  2. page{
  3. background-color: #F7F7F7;
  4. }
  5. .suo{
  6. width: 100%;
  7. }
  8. .nav-wrap {
  9. position: fixed;
  10. width: 100%;
  11. top: 0;
  12. background: #F7F7F7;
  13. color: #000;
  14. z-index: 9999999;
  15. }
  16. /* 标题要居中 */
  17. .nav-title {
  18. position: absolute;
  19. text-align: center;
  20. max-width: 400rpx;
  21. overflow: hidden;
  22. text-overflow: ellipsis;
  23. white-space: nowrap;
  24. top: 0;
  25. left: 0;
  26. right: 0;
  27. bottom: 0;
  28. margin: auto;
  29. font-size: 32rpx;
  30. color: #2c2b2b;
  31. }
  32. .nav-capsule {
  33. display: flex;
  34. align-items: center;
  35. margin-left: 30rpx;
  36. width: 140rpx;
  37. justify-content: space-between;
  38. height: 100%;
  39. }
  40. .navbar-v-line {
  41. width: 1px;
  42. height: 32rpx;
  43. background-color: #e5e5e5;
  44. }
  45. .back-pre, .back-home {
  46. width: 26rpx;
  47. height: 36rpx;
  48. margin-top: 4rpx;
  49. padding: 10rpx;
  50. }
  51. .nav-capsule .back-home {
  52. width: 36rpx;
  53. height: 40rpx;
  54. margin-top: 3rpx;
  55. }
  56. .top-tabs{
  57. width: 100%;
  58. height: 80rpx;
  59. display: flex;
  60. flex-direction: row;
  61. justify-content: center;
  62. }
  63. .top-tabs .tab{
  64. display: flex;
  65. flex-direction: row;
  66. width: 85%;
  67. height: 80rpx;
  68. display: flex;
  69. justify-content: space-around;
  70. }
  71. .top-tabs .tab .one{
  72. width: 30%;
  73. height: 70rpx;
  74. color: #FF874E;
  75. font-size: 32rpx;
  76. display: flex;
  77. flex-direction: column;
  78. align-items: center;
  79. justify-content: space-around;
  80. }
  81. .tabimg{
  82. width: 100%;
  83. height: 8rpx;
  84. display: flex;
  85. align-items: center;
  86. justify-content: center;
  87. }
  88. .top-tabs .tab .one .tabimg image{
  89. width: 56rpx;
  90. height: 6rpx;
  91. }
  92. .tinfo{
  93. width: 100%;
  94. display: flex;
  95. flex-direction: column;
  96. align-items: center;
  97. margin-top: 10rpx;
  98. }
  99. .tinfo .sousuo{
  100. width: 94%;
  101. height: 82rpx;
  102. background-color: white;
  103. border-radius: 50rpx;
  104. display: flex;
  105. align-items: center;
  106. justify-content: space-around;
  107. }
  108. .tinfo .sousuo .ssinput{
  109. height: 100%;
  110. width: 88%;
  111. }
  112. .tinfo .gbinfo{
  113. margin-top: 40rpx;
  114. width: 95%;
  115. height: 198rpx;
  116. background-color: white;
  117. border-radius: 20rpx;
  118. display: flex;
  119. flex-direction: row;
  120. align-items: center;
  121. justify-content: center;
  122. }
  123. .placeholder-style{
  124. font-size:28rpx;
  125. }
  126. .tinfo .gbinfo .gb-body{
  127. width: 90%;
  128. height: 100%;
  129. display: flex;
  130. justify-content: space-around;
  131. align-items: center;
  132. }
  133. .gb-img{
  134. width: 132rpx;
  135. height: 132rpx;
  136. }
  137. .gb-img .van-image{
  138. position: absolute;
  139. }
  140. .gb-content{
  141. width: 260rpx;
  142. height: 120rpx;
  143. display: flex;
  144. flex-direction: column;
  145. justify-content: space-between;
  146. margin-left: 10rpx;
  147. }
  148. .gb-name{
  149. color: #464646;
  150. font-size: 32rpx;
  151. font-weight: 600;
  152. }
  153. .gb-jianjie{
  154. color: #656565;
  155. font-size: 28rpx;
  156. }
  157. .jiaobiao{
  158. width: 36rpx;
  159. height: 36rpx;
  160. background-color: #FF4C1A;
  161. display: flex;
  162. align-items: center;
  163. justify-content: center;
  164. color: white;
  165. font-size: 24rpx;
  166. border-radius: 50rpx;
  167. position: relative;
  168. float: right;
  169. }
  170. .gb-mess{
  171. width: 240rpx;
  172. height: 120rpx;
  173. display: flex;
  174. flex-direction: row-reverse;
  175. font-size: 29rpx;
  176. color: #FF874E;
  177. justify-content: right;
  178. }
  179. .forlate{
  180. width: 100%;
  181. display: flex;
  182. flex-direction: column;
  183. align-items: center;
  184. }
  185. .ordertabs{
  186. display: flex;
  187. width: 95%;
  188. }
  189. .otop{
  190. width: 680rpx;
  191. height: 100rpx;
  192. display: flex;
  193. align-items: center;
  194. justify-content: space-around;
  195. }
  196. .ortab{
  197. height: 70rpx;
  198. display: flex;
  199. flex-direction: column;
  200. justify-content: space-around;
  201. align-items: center;
  202. }
  203. .orderimg{
  204. height: 10rpx;
  205. width: 100%;
  206. display: flex;
  207. justify-content: center;
  208. }
  209. .orderimg image{
  210. height: 8rpx;
  211. width: 36rpx;
  212. }
  213. .orderselect image{
  214. width: 28rpx;
  215. height: 28rpx;
  216. }
  217. .test{
  218. width: 100%;
  219. display: flex;
  220. flex-direction: column;
  221. align-items: center;
  222. }