school.wxss 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706
  1. .panelSchool1{
  2. margin-top: 35rpx;
  3. }
  4. .panelNullImage{
  5. width:710rpx;
  6. height:380rpx;
  7. background-color: #E3E3E3;
  8. border-top-left-radius: 20rpx;
  9. border-top-right-radius: 20rpx;
  10. color:#9B9B9B;
  11. font-size:28rpx;
  12. position: relative;
  13. }
  14. .icon_sys_13{
  15. width: 60rpx;
  16. height:60rpx;
  17. margin-bottom: 20rpx;
  18. }
  19. .btnHelp{
  20. width:100rpx;
  21. height:40rpx;
  22. line-height: 40rpx;
  23. background-color: #fff;
  24. color:#EB5C28;
  25. font-size:20rpx;
  26. border-radius: 10rpx;
  27. text-align: center;
  28. position: absolute;
  29. right:40rpx;
  30. bottom:40rpx;
  31. }
  32. .panelSchoolImage{
  33. width:100%;
  34. height:380rpx;
  35. border-top-left-radius: 20rpx;
  36. border-top-right-radius: 20rpx;
  37. }
  38. .panelSchoolLogo{
  39. width:120rpx;
  40. height:120rpx;
  41. border-radius: 50%;
  42. position: absolute;
  43. left:60rpx;
  44. top:290rpx;
  45. }
  46. .panelSchoolText01{
  47. font-size: 48rpx;
  48. font-weight: 700rpx;
  49. align-self: start;
  50. margin:50rpx 0 0 40rpx;
  51. }
  52. .panelSchool11{
  53. align-self: start;
  54. margin:20rpx 0 0 40rpx;
  55. font-weight: 400;
  56. font-size: 24rpx;
  57. color:#787878;
  58. justify-content: flex-start;
  59. }
  60. .panelSchoolText03{
  61. font-size: 24rpx;
  62. font-weight: 400;
  63. align-self: start;
  64. margin:10rpx 0 0 40rpx;
  65. }
  66. .panelSchool12{
  67. width:630rpx;
  68. justify-content: space-between;
  69. margin: 60rpx 0 0 0;
  70. }
  71. .panelSchool121{
  72. align-items: flex-start;
  73. }
  74. .panelSchool122{
  75. align-items: flex-end;
  76. }
  77. .panelSchoolText04{
  78. color:#9B9B9B;
  79. margin-bottom: 4rpx;
  80. font-size: 20rpx;
  81. }
  82. .panelSchoolText05{
  83. font-size: 28rpx;
  84. height:40rpx;
  85. }
  86. .panelSchoolText06{
  87. font-size: 34rpx;
  88. font-family: 'Roboto-Black';
  89. }
  90. .panelSchoolText061{
  91. font-size: 28rpx;
  92. font-weight: 400;
  93. }
  94. .panelSchool13{
  95. width:100%;
  96. height:94rpx;
  97. justify-content: space-between;
  98. font-size: 24rpx;
  99. }
  100. .panelMarginTop{
  101. margin-top: 30rpx;
  102. }
  103. .icon_nextpage_4{
  104. width:12rpx;
  105. height:18rpx;
  106. margin-left: 10rpx;
  107. }
  108. .panelSchool21{
  109. width:630rpx;
  110. height:152rpx;
  111. align-items: flex-start;
  112. }
  113. .panelSchool22{
  114. width:630rpx;
  115. height:93rpx;
  116. justify-content: flex-start;
  117. font-size: 24rpx;
  118. color:#EB5C28;
  119. margin: -40rpx 0 20rpx 0;
  120. }
  121. .panelSchoolText08{
  122. align-self: start;
  123. margin: 50rpx 0 40rpx 40rpx;
  124. }
  125. .panelSchoolText081{
  126. width: 670rpx;
  127. align-self: start;
  128. margin: 50rpx 0 40rpx 40rpx;
  129. position: relative;
  130. }
  131. .panelSchoolText082{
  132. align-self: start;
  133. margin: 50rpx 0 0 40rpx;
  134. color:#9B9B9B;
  135. font-size:20rpx;
  136. }
  137. .panelSchoolText083{
  138. margin: 4rpx 0 30rpx 40rpx;
  139. }
  140. .panelSchool31{
  141. width: 100%;
  142. }
  143. .panelSchool311{
  144. width:176rpx;
  145. height:187rpx;
  146. justify-content: flex-start;
  147. }
  148. .panelSchool3111{
  149. width: 100%;
  150. }
  151. .icon_sys_04{
  152. width: 28rpx;
  153. height: 28rpx;
  154. margin: 20rpx 0 10rpx 0;
  155. }
  156. .icon_sys_09{
  157. width: 28rpx;
  158. height: 28rpx;
  159. margin-right: 20rpx;
  160. }
  161. .panelSchoolText09{
  162. font-size: 24rpx;
  163. font-weight: 400;
  164. width:390rpx;
  165. }
  166. .panelSchoolText090{
  167. font-size: 24rpx;
  168. color:#FE6659;
  169. font-family: 'Roboto-Black';
  170. }
  171. .panelSchoolText091{
  172. font-size: 24rpx;
  173. color:#03AF69;
  174. font-family: 'Roboto-Black';
  175. }
  176. .panelSchoolText092{
  177. font-size: 20rpx;
  178. color:#4D4D4D;
  179. }
  180. .panelSchoolLine02{
  181. width:630rpx;
  182. height: 1rpx;
  183. margin-top: 20rpx;
  184. background-color: #E3E3E3;
  185. }
  186. .panelSchoolText10{
  187. font-size: 20rpx;
  188. width:620rpx;
  189. margin:30rpx 0 0 0;
  190. justify-content: space-between;
  191. }
  192. .panelSchoolText11{
  193. font-size: 32rpx;
  194. font-family: 'Roboto-Black';
  195. }
  196. .panelSchoolText111{
  197. width:176rpx;
  198. margin: 30rpx 0 50rpx 0;
  199. text-align: center;
  200. }
  201. .panelSchoolText1111{
  202. font-size:24rpx;
  203. font-weight: 400;
  204. }
  205. .panelSchoolText112{
  206. width:162rpx;
  207. }
  208. .line_02{
  209. width: 710rpx;
  210. height: 6rpx;
  211. }
  212. .radio2{
  213. margin: 60rpx 0 20rpx 0;
  214. }
  215. .radio21{
  216. margin: 0 10rpx;
  217. }
  218. .panelSchoolIndependent{
  219. width:100%;
  220. margin-top: 20rpx;
  221. align-items: flex-start;
  222. }
  223. .panelSchoolIndependent1{
  224. justify-content: flex-start;
  225. }
  226. .panelSchoolIndependentText1{
  227. width:360rpx;
  228. height:98rpx;
  229. line-height: 98rpx;
  230. margin-left: 40rpx;
  231. }
  232. .panelSchoolIndependent2{
  233. width:670rpx;
  234. height:124rpx;
  235. border-radius: 10rpx;
  236. background-color: #f8f8f8;
  237. margin:0 0 30rpx 20rpx;
  238. align-items: flex-start;
  239. }
  240. .panelSchoolIndependent3{
  241. justify-content: flex-start;
  242. margin-bottom: 30rpx;
  243. }
  244. .panelSchoolIndependentText2{
  245. width:360rpx;
  246. margin-left: 40rpx;
  247. }
  248. .panelSchoolText16{
  249. font-size:20rpx;
  250. font-weight: 400;
  251. margin-left: 30rpx;
  252. width:610rpx;
  253. }
  254. .panelSchoolIndependent4{
  255. margin: 30rpx 0 13rpx 40rpx;
  256. }
  257. .panelTool1{
  258. width:418rpx;
  259. margin: 40rpx 0 0 30rpx;
  260. align-self: start;
  261. }
  262. .panelTool1_1{
  263. margin-left: 20rpx;
  264. }
  265. .panelSchool4{
  266. height:300rpx;
  267. justify-content: flex-start;
  268. }
  269. .panelSchool40{
  270. width: 100%;
  271. justify-content: space-between;
  272. }
  273. .panelSchool41{
  274. align-items: flex-start;
  275. margin-left: 40rpx;
  276. font-weight: 700;
  277. }
  278. .panelSchool410{
  279. margin-left: 40rpx;
  280. color:#EB5C28;
  281. font-weight: 700;
  282. }
  283. .panelSchool411{
  284. font-size: 36rpx;
  285. }
  286. .panelSchool4110{
  287. font-size: 36rpx;
  288. margin-top: 50rpx;
  289. }
  290. .panelSchool412{
  291. margin: 30rpx 0 20rpx 0;
  292. align-items: flex-start;
  293. }
  294. .panelSchool413{
  295. align-items: flex-start;
  296. }
  297. .icon_web_01{
  298. margin-top: 6rpx;
  299. width:24rpx;
  300. height:24rpx;
  301. margin-right: 20rpx;
  302. }
  303. .panelSchoolText12{
  304. font-size: 28rpx;
  305. font-family: 'Roboto-Black';
  306. width:360rpx;
  307. }
  308. .panelSchoolText13{
  309. font-size: 24rpx;
  310. font-weight: 400;
  311. }
  312. .panelSchoolText131{
  313. line-height: 40rpx;
  314. height:126rpx;
  315. align-items: flex-start;
  316. }
  317. .panelSchoolText17{
  318. font-size: 24rpx;
  319. margin: 50rpx 0 0 40rpx;
  320. font-weight: 400;
  321. align-self: start;
  322. }
  323. .panelSchoolText18{
  324. font-size: 36rpx;
  325. margin: 0 0 0 40rpx;
  326. align-self: start;
  327. }
  328. .panelSchoolQRCode{
  329. width:200rpx;
  330. height:200rpx;
  331. margin: 50rpx 40rpx 50rpx 0;
  332. }
  333. .panelScrollView{
  334. margin: -10rpx 0 30rpx 0;
  335. width: 666rpx;
  336. justify-content: flex-start;
  337. align-items: flex-start;
  338. }
  339. .scrollItem{
  340. width:210rpx;
  341. height:210rpx;
  342. border-radius: 10rpx;
  343. margin: 0 5rpx;
  344. border:1rpx solid #d2d2d2;
  345. }
  346. .panelSchool5{
  347. justify-content: space-between;
  348. height:220rpx;
  349. }
  350. .panelSchool51{
  351. align-items: flex-start;
  352. margin-left: 40rpx;
  353. }
  354. .panelSchool512{
  355. margin-top: 30rpx;
  356. align-items: flex-start;
  357. }
  358. .panelSchool52{
  359. width:213rpx;
  360. justify-content: flex-start;
  361. }
  362. .icon_loc_01{
  363. width:20rpx;
  364. height:33rpx;
  365. margin-right: 20rpx;
  366. }
  367. .pic_03{
  368. width:120rpx;
  369. height:120rpx;
  370. margin-right: 37rpx;
  371. border-radius: 20rpx;
  372. }
  373. .panelFold{
  374. width:154rpx;
  375. height:100rpx;
  376. position: absolute;
  377. right:0rpx;
  378. top:-30rpx;
  379. }
  380. .panelFold1{
  381. width:34rpx;
  382. height:34rpx;
  383. background-color: #EB5C28;
  384. border-radius: 50%;
  385. }
  386. .icon_fold_04{
  387. width:18rpx;
  388. height:10rpx;
  389. }
  390. .panelContent{
  391. width:630rpx;
  392. font-size: 28rpx;
  393. font-weight: 400;
  394. margin-bottom: 50rpx;
  395. }
  396. .panelSchoolText14{
  397. width:630rpx;
  398. font-size:20rpx;
  399. font-weight: 400;
  400. margin-top: 60rpx;
  401. }
  402. .panelSchoolText15{
  403. font-size:20rpx;
  404. font-weight: 700;
  405. color:#EB5C28;
  406. text-decoration: underline;
  407. }
  408. .panelSchoolText19{
  409. margin: 60rpx 0 30rpx 40rpx;
  410. font-size: 24rpx;
  411. font-weight: 400;
  412. align-self: start;
  413. }
  414. .panelSchool221{
  415. margin: 30rpx 0 0 0;
  416. height:43rpx;
  417. }
  418. .btnMyWish{
  419. position:absolute;
  420. top:50rpx;
  421. right:40rpx;
  422. width:136rpx;
  423. height:50rpx;
  424. border:3rpx solid #EB5C28;
  425. color:#EB5C28;
  426. font-size:24rpx;
  427. border-radius: 10rpx;
  428. background-color: #FCE9E3;
  429. }
  430. .btnMyWish2{
  431. width:176rpx;
  432. background-color: #EB5C28;
  433. color:#fff;
  434. }
  435. .panel114{
  436. width:710rpx;
  437. }
  438. .panel1142{
  439. justify-content: flex-start;
  440. width:630rpx;
  441. }
  442. .panel11421{
  443. justify-content: flex-start;
  444. width:620rpx;
  445. align-items: flex-start;
  446. }
  447. .panel11421_1{
  448. width:580rpx;
  449. line-height:33rpx;
  450. }
  451. .avatar{
  452. border-radius: 50%;
  453. width:40rpx;
  454. height:40rpx;
  455. background-color: #E3E3E3;
  456. margin-right: 10rpx;
  457. }
  458. .avatarIcon{
  459. width:40rpx;
  460. height:40rpx;
  461. border-radius: 50%;
  462. }
  463. .nickName{
  464. font-size: 24rpx;
  465. font-weight: 700;
  466. }
  467. .text02{
  468. font-size: 24rpx;
  469. margin-left: 10rpx;
  470. font-weight: 400;
  471. }
  472. .icon_share_03{
  473. width:30rpx;
  474. height:30rpx;
  475. margin-right: 10rpx;
  476. }
  477. .panel11422{
  478. font-size: 28rpx;
  479. color:#EB5C28;
  480. position: absolute;
  481. bottom:30rpx;
  482. }
  483. .panel11423{
  484. width:580rpx;
  485. margin: 10rpx 0 0 50rpx;
  486. font-size:28rpx;
  487. font-weight: 400;
  488. }
  489. .icon_fold_05{
  490. width:16rpx;
  491. height:14rpx;
  492. margin-right: 10rpx;
  493. }
  494. .panel11420{
  495. margin-bottom: 30rpx;
  496. }
  497. .panelSchoolText1311{
  498. margin: 0rpx 40rpx 0 40rpx;
  499. width: 100%;
  500. }
  501. .panel114221{
  502. align-self: flex-start;
  503. margin-left: 40rpx;
  504. line-height:113rpx;
  505. }
  506. .panel114222{
  507. align-self: flex-start;
  508. height:113rpx;
  509. width:218rpx;
  510. color:#EB5C28;
  511. font-weight: 700;
  512. }
  513. .icon_refresh_01{
  514. width:30rpx;
  515. height:28rpx;
  516. margin-right: 10rpx;
  517. }
  518. .icon_nextpage_4{
  519. width:12rpx;
  520. height:18rpx;
  521. margin-left: 10rpx;
  522. }
  523. .panelSchoolText20{
  524. width: 620rpx;
  525. margin: 50rpx 0 40rpx 0;
  526. justify-content: space-between;
  527. }
  528. .panelSchoolText201{
  529. font-size:20rpx;
  530. color:#787878;
  531. }
  532. .panelSchoolText2011{
  533. font-family: Roboto-Black;
  534. font-size: 24rpx;
  535. color: #4D4D4D;
  536. text-align: right;
  537. margin-left: 10rpx;
  538. }
  539. .panelSchool14{
  540. width:100%;
  541. justify-content: space-between;
  542. height:140rpx;
  543. margin-top: 30rpx;
  544. }
  545. .panelSchool141{
  546. font-size:24rpx;
  547. margin-left: 40rpx;
  548. }
  549. .panelSchool142{
  550. margin-right: 50rpx;
  551. }
  552. .face_hs_0{
  553. width:266rpx;
  554. height:66rpx;
  555. }
  556. .panelSchool1421{
  557. font-family: Roboto-Black;
  558. font-size: 24rpx;
  559. color: #4D4D4D;
  560. margin: 0 0 0 20rpx;
  561. }
  562. .panelSchool1422{
  563. margin: 0 20rpx 0 0;
  564. }
  565. .face_hs_1{
  566. width:66rpx;
  567. height:66rpx;
  568. }
  569. .face_hs_2{
  570. margin-left: -5rpx;
  571. }
  572. .face_hs_10{
  573. width:110rpx;
  574. height:110rpx;
  575. margin: 20rpx 0;
  576. }
  577. .panelSchoolLine03{
  578. margin-top: 0rpx;
  579. }
  580. .container2{
  581. position: fixed;
  582. top:0;
  583. background-color: rgba(0,0,0,0.66);
  584. z-index: 100;
  585. }
  586. .panelSchool6{
  587. width:730rpx;
  588. height:596rpx;
  589. justify-content: flex-start;
  590. margin-top: 400rpx;
  591. }
  592. .panelSchool611{
  593. margin: 0 10rpx;
  594. height:286rpx;
  595. }
  596. .panelSchool6111{
  597. font-size: 36rpx;
  598. font-size: 20rpx;
  599. color: #9B9B9B;
  600. height:28rpx;
  601. }
  602. .panelSchool62{
  603. background: #F0F0F0;
  604. border-radius: 20rpx;
  605. font-size: 36rpx;
  606. color: #2E2E2E;
  607. width:670rpx;
  608. text-align: center;
  609. line-height: 110rpx;
  610. }