option-bar.wxss 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. .u-f.data-v-8a9e620a{
  2. display: -webkit-box;
  3. display: -webkit-flex;
  4. display: -ms-flexbox;
  5. display: flex;
  6. -webkit-box-pack: center;
  7. -webkit-justify-content: center;
  8. -ms-flex-pack: center;
  9. justify-content: center;
  10. -webkit-box-align: center;
  11. -webkit-align-items: center;
  12. -ms-flex-align: center;
  13. align-items: center;
  14. text-align: center;
  15. }
  16. .option.data-v-8a9e620a{
  17. display: -webkit-box;
  18. display: -webkit-flex;
  19. display: -ms-flexbox;
  20. display: flex;
  21. width: 100%;
  22. position: fixed;
  23. background: rgba(255,255,255,1);
  24. top: 0;
  25. }
  26. .selection.data-v-8a9e620a{
  27. -webkit-box-flex: 1;
  28. -webkit-flex: 1;
  29. -ms-flex: 1;
  30. flex: 1;
  31. height: 55rpx;
  32. line-height: 55rpx;
  33. font-size: 30rpx;
  34. color: #999999;
  35. }
  36. .selection .icon.data-v-8a9e620a{
  37. font-size: 20rpx;
  38. margin-left: 15rpx;
  39. margin-top: 10rpx;
  40. }
  41. .icon-up-fill.data-v-8a9e620a{
  42. margin-bottom: 15rpx;
  43. }
  44. .down.data-v-8a9e620a{
  45. color: red;
  46. }
  47. .option-bar .content.data-v-8a9e620a{
  48. max-height: 600rpx;
  49. overflow-y: scroll;
  50. color: #000000;
  51. background: rgba(255,255,255,1);
  52. }
  53. .line>view.data-v-8a9e620a{
  54. border-bottom: 1px solid #B2B2B2;
  55. margin-left: 30rpx;
  56. padding: 20rpx;
  57. }
  58. .line>view.data-v-8a9e620a:last-child{
  59. border-bottom: 1px solid white;
  60. }
  61. /*遮罩层 */
  62. .page.data-v-8a9e620a{
  63. width: 100%;
  64. position: fixed;
  65. bottom: 0rpx;
  66. background: rgba(0,0,0,0.2);
  67. z-index: 100;
  68. }
  69. .box.data-v-8a9e620a{
  70. position: fixed;
  71. top: 55rpx;
  72. z-index: 999;
  73. }
  74. .prevent_move.data-v-8a9e620a{
  75. overflow: hidden;
  76. }
  77. /* 内容部分 */
  78. .mainstay.data-v-8a9e620a{
  79. margin-top: 55rpx;
  80. width: 100%;
  81. }
  82. .mainstay .collList.data-v-8a9e620a{
  83. width:100%;
  84. height: 310rpx;
  85. border-top: 25rpx solid rgba(245,245,245,1);
  86. display: -webkit-box;
  87. display: -webkit-flex;
  88. display: -ms-flexbox;
  89. display: flex;
  90. }
  91. /* 校徽部分 */
  92. .mainstay .collList .listLeft.data-v-8a9e620a{
  93. display: -webkit-box;
  94. display: -webkit-flex;
  95. display: -ms-flexbox;
  96. display: flex;
  97. -webkit-box-orient: vertical;
  98. -webkit-box-direction: normal;
  99. -webkit-flex-direction: column;
  100. -ms-flex-direction: column;
  101. flex-direction: column;
  102. -webkit-flex-wrap: wrap;
  103. -ms-flex-wrap: wrap;
  104. flex-wrap: wrap;
  105. -webkit-box-flex: 1;
  106. -webkit-flex: 1;
  107. -ms-flex: 1;
  108. flex: 1;
  109. padding: ;
  110. -webkit-box-pack: center;
  111. -webkit-justify-content: center;
  112. -ms-flex-pack: center;
  113. justify-content: center;
  114. -webkit-box-align: center;
  115. -webkit-align-items: center;
  116. -ms-flex-align: center;
  117. align-items: center;
  118. }
  119. .mainstay .collList .listLeft .collPic.data-v-8a9e620a{
  120. width: 100%;
  121. height: 210rpx;
  122. }
  123. .mainstay .collList .listLeft .collPic image.data-v-8a9e620a{
  124. margin-left: 5%;
  125. margin-top: 20%;
  126. width: 90%;
  127. height: 80%;
  128. }
  129. /* 左边学校名字 */
  130. .mainstay .collList .listLeft .collName.data-v-8a9e620a{
  131. width: 100%;
  132. height: 100rpx;
  133. display: -webkit-box;
  134. display: -webkit-flex;
  135. display: -ms-flexbox;
  136. display: flex;
  137. -webkit-flex-wrap: wrap;
  138. -ms-flex-wrap: wrap;
  139. flex-wrap: wrap;
  140. -webkit-box-align: center;
  141. -webkit-align-items: center;
  142. -ms-flex-align: center;
  143. align-items: center;
  144. -webkit-box-pack: center;
  145. -webkit-justify-content: center;
  146. -ms-flex-pack: center;
  147. justify-content: center;
  148. text-align: center;
  149. font-size: 30rpx;
  150. }
  151. .mainstay .collList .listRight.data-v-8a9e620a{
  152. display: -webkit-box;
  153. display: -webkit-flex;
  154. display: -ms-flexbox;
  155. display: flex;
  156. -webkit-box-flex: 3;
  157. -webkit-flex: 3;
  158. -ms-flex: 3;
  159. flex: 3;
  160. -webkit-box-orient: vertical;
  161. -webkit-box-direction: normal;
  162. -webkit-flex-direction: column;
  163. -ms-flex-direction: column;
  164. flex-direction: column;
  165. }
  166. .mainstay .collList .listRight .listTop.data-v-8a9e620a{
  167. display: -webkit-box;
  168. display: -webkit-flex;
  169. display: -ms-flexbox;
  170. display: flex;
  171. -webkit-flex-wrap: wrap;
  172. -ms-flex-wrap: wrap;
  173. flex-wrap: wrap;
  174. height: 210rpx;
  175. }
  176. /* 右边的分布 */
  177. .mainstay .collList .listRight .listTop>view.data-v-8a9e620a{
  178. display: -webkit-box;
  179. display: -webkit-flex;
  180. display: -ms-flexbox;
  181. display: flex;
  182. -webkit-box-orient: vertical;
  183. -webkit-box-direction: normal;
  184. -webkit-flex-direction: column;
  185. -ms-flex-direction: column;
  186. flex-direction: column;
  187. color: black;
  188. -webkit-flex-wrap: nowrap;
  189. -ms-flex-wrap: nowrap;
  190. flex-wrap: nowrap;
  191. }
  192. /* 地区,类型,985/211 */
  193. .mainstay .collList .listRight .listTop>view>view.data-v-8a9e620a:first-of-type{
  194. display: -webkit-box;
  195. display: -webkit-flex;
  196. display: -ms-flexbox;
  197. display: flex;
  198. -webkit-box-orient: horizontal;
  199. -webkit-box-direction: normal;
  200. -webkit-flex-direction: row;
  201. -ms-flex-direction: row;
  202. flex-direction: row;
  203. -webkit-flex-wrap: wrap;
  204. -ms-flex-wrap: wrap;
  205. flex-wrap: wrap;
  206. height: 120rpx;
  207. -webkit-box-align: center;
  208. -webkit-align-items: center;
  209. -ms-flex-align: center;
  210. align-items: center;
  211. }
  212. /* 平行四边形样式 */
  213. .mainstay .collList .listRight .listTop>view>view:first-of-type>view.data-v-8a9e620a{
  214. display: -webkit-box;
  215. display: -webkit-flex;
  216. display: -ms-flexbox;
  217. display: flex;
  218. background: #F1F1F1;
  219. min-width: 20%;
  220. max-width: 42%;
  221. margin: 20rpx 0rpx 20rpx 20rpx;
  222. -webkit-box-pack: center;
  223. -webkit-justify-content: center;
  224. -ms-flex-pack: center;
  225. justify-content: center;
  226. -webkit-box-align: center;
  227. -webkit-align-items: center;
  228. -ms-flex-align: center;
  229. align-items: center;
  230. -webkit-transform: skew(-12deg);
  231. -ms-transform: skew(-12deg);
  232. transform: skew(-12deg);
  233. z-index: -1;
  234. }
  235. /* 平行四边形里面字体的样式 去除倾斜*/
  236. .deletDeg.data-v-8a9e620a{
  237. font-size: 25rpx;
  238. -webkit-transform: skew(12deg);
  239. -ms-transform: skew(12deg);
  240. transform: skew(12deg);
  241. }
  242. /* 最低分,最高分 */
  243. .mainstay .collList .listRight .listTop>view>view.data-v-8a9e620a:last-of-type{
  244. display: -webkit-box;
  245. display: -webkit-flex;
  246. display: -ms-flexbox;
  247. display: flex;
  248. height: 90rpx;
  249. -webkit-box-orient: horizontal;
  250. -webkit-box-direction: normal;
  251. -webkit-flex-direction: row;
  252. -ms-flex-direction: row;
  253. flex-direction: row;
  254. font-size: 30rpx;
  255. }
  256. /* 最高分,最低分颜色 */
  257. .mainstay .collList .listRight .listTop .collMaxSco>view.data-v-8a9e620a{
  258. color: #999999;
  259. margin-right: 15rpx;
  260. }
  261. .mainstay .collList .listRight .listTop .collMaxSco.data-v-8a9e620a{
  262. margin-right: 50rpx;
  263. margin-left: 20rpx;
  264. }
  265. .mainstay .collList .listRight .listTop .collMinSco>view.data-v-8a9e620a{
  266. color: #999999;
  267. margin-right: 15rpx;
  268. }
  269. /* 收藏图标和左边内容的比例是3:1 */
  270. .mainstay .collList .listRight .listTop>view.data-v-8a9e620a:first-of-type{
  271. display: -webkit-box;
  272. display: -webkit-flex;
  273. display: -ms-flexbox;
  274. display: flex;
  275. -webkit-box-orient: vertical;
  276. -webkit-box-direction: normal;
  277. -webkit-flex-direction: column;
  278. -ms-flex-direction: column;
  279. flex-direction: column;
  280. -webkit-flex-wrap: wrap;
  281. -ms-flex-wrap: wrap;
  282. flex-wrap: wrap;
  283. -webkit-box-flex: 3;
  284. -webkit-flex: 3;
  285. -ms-flex: 3;
  286. flex: 3;
  287. }
  288. .mainstay .collList .listRight .listTop>view.data-v-8a9e620a:last-of-type{
  289. -webkit-box-flex: 1;
  290. -webkit-flex: 1;
  291. -ms-flex: 1;
  292. flex: 1;
  293. -webkit-box-pack: center;
  294. -webkit-justify-content: center;
  295. -ms-flex-pack: center;
  296. justify-content: center;
  297. -webkit-box-align: center;
  298. -webkit-align-items: center;
  299. -ms-flex-align: center;
  300. align-items: center;
  301. text-align: center;
  302. font-size: 50rpx!important;
  303. display: -webkit-box;
  304. display: -webkit-flex;
  305. display: -ms-flexbox;
  306. display: flex;
  307. }
  308. .mainstay .collList .listRight .listTop .icon.data-v-8a9e620a{
  309. -webkit-box-flex: 1;
  310. -webkit-flex: 1;
  311. -ms-flex: 1;
  312. flex: 1;
  313. -webkit-box-pack: center;
  314. -webkit-justify-content: center;
  315. -ms-flex-pack: center;
  316. justify-content: center;
  317. -webkit-box-align: center;
  318. -webkit-align-items: center;
  319. -ms-flex-align: center;
  320. align-items: center;
  321. text-align: center;
  322. font-size: 50rpx!important;
  323. font-weight: 100;
  324. }
  325. .icon-wodeshoucang.data-v-8a9e620a{
  326. color:#FFB400;
  327. font-size: 50rpx!important;
  328. }
  329. /* 综合评级行的设置 */
  330. .mainstay .collList .listRight .listBottom.data-v-8a9e620a{
  331. padding-top: 20rpx;
  332. padding-left: 350rpx;
  333. font-size: 30rpx;
  334. color: #999999;
  335. }
  336. .mainstay .collList .listRight .listBottom>view.data-v-8a9e620a{
  337. display: -webkit-box;
  338. display: -webkit-flex;
  339. display: -ms-flexbox;
  340. display: flex;
  341. -webkit-box-orient: horizontal;
  342. -webkit-box-direction: normal;
  343. -webkit-flex-direction: row;
  344. -ms-flex-direction: row;
  345. flex-direction: row;
  346. }
  347. .mainstay .collList .listRight .listBottom .collLevel>view.data-v-8a9e620a:last-of-type{
  348. color: red;
  349. margin-left: 10rpx;
  350. }