renthouse.wxss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. .dingwei {
  2. width: 30px;
  3. height: 20px;
  4. }
  5. .team-content {
  6. width: 100%;
  7. display:-webkit-box;
  8. -webkit-line-clamp:1;
  9. overflow:hidden;
  10. text-overflow:ellipsis;
  11. -webkit-box-orient:vertical;
  12. word-break:break-all;
  13. }
  14. .header_left {
  15. align-items: center;
  16. display: -webkit-flex;
  17. padding-left:5px;
  18. margin: 0 5px;
  19. width: 27%;
  20. }
  21. page {
  22. box-sizing: border-box;
  23. padding-bottom: calc(env(safe-area-inset-bottom) + 96rpx);
  24. }
  25. .home-page-header {
  26. display: flex;
  27. }
  28. .search{
  29. width: 530rpx;
  30. }
  31. .home-page-header .t-search__input-container {
  32. border-radius: 32rpx !important;
  33. height: 64rpx !important;
  34. }
  35. .home-page-header .t-search__input {
  36. font-size: 28rpx !important;
  37. color: rgb(116, 116, 116) !important;
  38. }
  39. .home-page-header {
  40. margin-top: 20rpx;
  41. }
  42. .home-page-header .t-image__swiper {
  43. width: 100%;
  44. height: 300rpx;
  45. border-radius: 10rpx;
  46. }
  47. .wr-search:before {
  48. content: '\e011';
  49. }
  50. .wr {
  51. font-family: 'wr' !important;
  52. }
  53. @font-face {
  54. font-family: 'wr';
  55. src: url('https://cdn3.codesign.qq.com/icons/gqxWyZ1yMJZmVXk/Yyg5Zp2LG8292lK/iconfont.woff?t=cfc62dd36011e60805f5c3ad1a20b642') format('woff2');
  56. }
  57. /* 筛选 */
  58. .sreenBigBox {
  59. z-index: 999;
  60. position: relative;
  61. }
  62. .sreenBox {
  63. display: flex;
  64. flex-direction: unset;
  65. background-color: white;
  66. width: 750rpx;
  67. height: 70rpx;
  68. z-index: 999999999999;
  69. margin-top: 30rpx;
  70. border-bottom-width: 2rpx;
  71. border-bottom-style: solid;
  72. border-bottom-color: #f1f2f3;
  73. }
  74. .sreenItems {
  75. display: flex;
  76. flex-direction: unset;
  77. justify-content: space-around;
  78. /* align-items: center; */
  79. flex: 2;
  80. }
  81. .sort,
  82. .sreen {
  83. position: relative;
  84. display: flex;
  85. align-items: center;
  86. /* background-color: #f1f1f1; */
  87. color: #666666;
  88. font-size: 32rpx;
  89. font-weight: 500;
  90. border-radius: 20rpx;
  91. margin: auto;
  92. padding: 5px;
  93. height: 70%;
  94. letter-spacing: 0.3em;
  95. }
  96. .head {
  97. height: 25rpx;
  98. width: 25rpx;
  99. }
  100. .rotating {
  101. transform: rotate(90deg);
  102. transition: all 600ms;
  103. }
  104. .specailItems {
  105. display: flex;
  106. flex-direction: unset;
  107. flex: 1;
  108. }
  109. .teacherImg {
  110. position: absolute;
  111. display: inline-block;
  112. right: 15%;
  113. height: 60rpx;
  114. width: 60rpx;
  115. }
  116. .studentImg {
  117. position: absolute;
  118. display: inline-block;
  119. margin-left: 10rpx;
  120. right: 4%;
  121. height: 60rpx;
  122. width: 60rpx;
  123. }
  124. /* 下拉框 */
  125. .sreenConainer {
  126. z-index: 999;
  127. position: absolute;
  128. width: 100%;
  129. overflow: hidden;
  130. transition: height 400ms;
  131. display: flex;
  132. flex-direction: column;
  133. }
  134. .chooseBox {
  135. display: flex;
  136. flex-direction: unset;
  137. border-bottom-width: 2rpx;
  138. border-bottom-style: solid;
  139. border-bottom-color: #f1f2f3;
  140. background-color: white;
  141. }
  142. .typeBox {
  143. display: flex;
  144. flex-direction: column;
  145. flex: 0.8;
  146. margin-bottom: 25rpx;
  147. border-right-width: 2rpx;
  148. border-right-style: solid;
  149. border-right-color: #f1f2f3;
  150. background-color: #f1efef;
  151. }
  152. .typeItems {
  153. margin-top: 25rpx;
  154. display: flex;
  155. justify-content: center;
  156. align-items: center;
  157. overflow-y: auto;
  158. }
  159. .typeItem {
  160. display: flex;
  161. color: #696969;
  162. font-weight: 500;
  163. height: 40rpx;
  164. width: 100%;
  165. font-size: 25rpx;
  166. padding: 0rpx 0rpx 0rpx 0rpx;
  167. align-content: center;
  168. letter-spacing: 0.3em;
  169. }
  170. .typeItemAdd {
  171. border-left: 7rpx solid #ffffff;
  172. background-color: #ffffff;
  173. color: #000
  174. }
  175. .chooseItems {
  176. flex: 3;
  177. display: flex;
  178. margin-top: 20rpx;
  179. overflow-y: scroll;
  180. }
  181. .ItemLabel {
  182. display: inline-block;
  183. width: 190rpx;
  184. font-size: 25rpx;
  185. text-align: center;
  186. line-height: 70rpx;
  187. font-weight: 400;
  188. color: #696969;
  189. }
  190. .choosing {
  191. color: limegreen;
  192. font-weight: 600;
  193. }
  194. .buttonConainer {
  195. display: flex;
  196. justify-content: space-around;
  197. background-color: #fff;
  198. height: 100rpx;
  199. }
  200. .clear {
  201. display: flex !important;
  202. justify-content: center;
  203. align-items: center;
  204. flex-direction: column;
  205. height: 50rpx;
  206. width: 130rpx !important;
  207. color: #6a6a6a;
  208. background-color: #f1f1f1;
  209. font-size: 28rpx !important;
  210. margin: auto;
  211. }
  212. .confirm {
  213. display: flex !important;
  214. justify-content: center;
  215. align-items: center;
  216. flex-direction: column;
  217. height: 50rpx;
  218. width: 200rpx !important;
  219. color: #ffffff;
  220. background-color: limegreen;
  221. font-size: 28rpx !important;
  222. margin: auto;
  223. }
  224. /* 遮罩层 */
  225. .mask {
  226. margin-top: 420rpx;
  227. width: 100%;
  228. /* height:100%; */
  229. position: absolute;
  230. background-color: rgb(226, 224, 224);
  231. z-index: 9999;
  232. top: 0;
  233. left: 0;
  234. opacity: 0.5;
  235. }
  236. /* 列表 */
  237. .like_content {
  238. display: flex;
  239. padding: 20rpx;
  240. border-bottom: 1rpx solid #efefef;
  241. }
  242. .like_content image {
  243. width: 250rpx;
  244. height: 250rpx;
  245. display: block;
  246. }
  247. .like_content .info {
  248. display: flex;
  249. flex-direction: column;
  250. justify-content: space-around;
  251. }
  252. .info {
  253. padding: 5px;
  254. }
  255. .info_tltle {
  256. font-weight: bolder;
  257. font-size: 34rpx;
  258. }
  259. .info_news text {
  260. font-size: 28rpx;
  261. margin-right: 10px;
  262. }
  263. .info_price {
  264. color: red;
  265. font-weight: bolder;
  266. }
  267. .info_state {
  268. display: flex;
  269. flex-direction: row;
  270. flex-wrap: wrap;
  271. }
  272. .info_state view {
  273. margin: 5px;
  274. font-size: 22rpx;
  275. background-color: rgb(221, 222, 224);
  276. color: rgb(150, 164, 207);
  277. text-align: center;
  278. }