search.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. .panel1{
  2. width:100%;
  3. height:150rpx;
  4. background-color: #f0f0f0;
  5. position: fixed;
  6. top:0;
  7. z-index: 10;
  8. }
  9. .panelSearch1{
  10. width:710rpx;
  11. height:90rpx;
  12. background-color: #fff;
  13. border-radius: 20rpx;
  14. margin-top: 30rpx;
  15. }
  16. .Input{
  17. margin: 0 0 0 30rpx;
  18. width:444rpx;
  19. font-size:28rpx;
  20. font-weight: 400;
  21. }
  22. .circle{
  23. width:40rpx;
  24. height:40rpx;
  25. border-radius: 50%;
  26. background-color: #e3e3e3;
  27. }
  28. .icon_del_02{
  29. width:16rpx;
  30. height:16rpx;
  31. }
  32. .panelLine3{
  33. width:2rpx;
  34. height:50rpx;
  35. background-color: #d2d2d2;
  36. }
  37. .btnCancel{
  38. width:116rpx;
  39. height:80rpx;
  40. background-color: #fff;
  41. color:#EB5C28;
  42. line-height: 80rpx;
  43. text-align: center;
  44. font-size:28rpx;
  45. border-top-right-radius: 20rpx;
  46. border-bottom-right-radius: 20rpx;
  47. }
  48. .panel2{
  49. width:650rpx;
  50. margin-top: 30rpx;
  51. height: 380rpx;
  52. justify-content: flex-start;
  53. }
  54. .panel21{
  55. justify-content: space-between;
  56. width:100%;
  57. }
  58. .universalpic_dustbin_black_24x30{
  59. width:24rpx;
  60. height:30rpx;
  61. }
  62. .panel22{
  63. width:100%;
  64. border-top:1rpx solid #d2d2d2;
  65. margin-top: 30rpx;
  66. flex-wrap: wrap;
  67. justify-content: flex-start;
  68. align-items: flex-start;
  69. }
  70. .panelSearchItem{
  71. width: 280rpx;
  72. margin: 30rpx 30rpx 0 0;
  73. justify-content: flex-start;
  74. }
  75. .icon_sys_12{
  76. width:20rpx;
  77. height:24rpx;
  78. margin-right: 20rpx;
  79. }
  80. .text02{
  81. font-size: 28rpx;
  82. font-weight: 400;
  83. }
  84. .text05{
  85. min-height:100rpx;
  86. }
  87. .panel3{
  88. width:650rpx;
  89. margin-top: 50rpx;
  90. }
  91. .panel32{
  92. width:690rpx;
  93. margin-top: 40rpx;
  94. flex-wrap: wrap;
  95. justify-content: flex-start;
  96. align-items: flex-start;
  97. }
  98. .imageSchool{
  99. width:325rpx;
  100. height:210rpx;
  101. border-radius: 10rpx;
  102. margin: 0 10rpx 20rpx 10rpx;
  103. }
  104. .imageSchoolMask{
  105. margin: 0;
  106. position: absolute;
  107. top:0;
  108. }
  109. .panel321{
  110. position: relative;
  111. }
  112. .panel3211{
  113. position: absolute;
  114. font-size: 20rpx;
  115. color:#fff;
  116. left:30rpx;
  117. top:162rpx;
  118. z-index: 10;
  119. }
  120. .panelSchool{
  121. width:100%;
  122. }
  123. .panelSchoolSample{
  124. width:710rpx;
  125. }
  126. .panelSchool1{
  127. width:100%;
  128. justify-content: space-between;
  129. }
  130. .schoolName{
  131. margin:30rpx 0 30rpx 30rpx;
  132. font-size: 28rpx;
  133. font-weight: 400;
  134. width: 400rpx;
  135. }
  136. .schoolName2{
  137. font-size: 24rpx;
  138. color:#EB5C28;
  139. font-weight: 700;
  140. width:144rpx;
  141. margin-right: 20rpx;
  142. }
  143. .text03{
  144. font-size:24rpx;
  145. color:#787878;
  146. margin-right: 30rpx;
  147. }
  148. .text04{
  149. font-size:24rpx;
  150. color:#989898;
  151. font-family: 'Roboto-Black';
  152. margin: 0 30rpx 0 -10rpx;
  153. }
  154. .icon_sys_121{
  155. width:50rpx;
  156. height:60rpx;
  157. margin-top: 210rpx;
  158. }
  159. .text06{
  160. font-size: 36rpx;
  161. margin: 30rpx 0 150rpx 0;
  162. }
  163. .text01{
  164. font-size:36rpx;
  165. align-self: start;
  166. margin: 50rpx 0 0 40rpx;
  167. }
  168. .panelLine4{
  169. width:650rpx;
  170. height:1rpx;
  171. background-color: #d2d2d2;
  172. }
  173. .panelSearch2{
  174. margin-top: 40rpx;
  175. }
  176. .panelSchool11{
  177. justify-content: flex-start;
  178. }
  179. .panelFold1{
  180. width:34rpx;
  181. height:34rpx;
  182. background-color: #EB5C28;
  183. border-radius: 50%;
  184. }
  185. .icon_fold_04{
  186. width:18rpx;
  187. height:10rpx;
  188. }