index.wxss 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521
  1. page {
  2. background-color: #F2F2F6;
  3. }
  4. .view-page {
  5. width: 100%;
  6. left: 0;
  7. top: 0;
  8. box-sizing: border-box;
  9. overflow: hidden;
  10. background-color: #F2F2F6;
  11. line-height: 80rpx;
  12. }
  13. .swiper {
  14. width: 100%;
  15. box-sizing: border-box;
  16. height: 580rpx;
  17. }
  18. .slide-image {
  19. height: 580rpx !important;
  20. width: 100%;
  21. }
  22. .contmiddle {
  23. position: absolute;
  24. width: 100%;
  25. height: 88px;
  26. margin-top: 100rpx;
  27. background: #F2F2F6;
  28. border-radius: 36rpx 36rpx 0px 0px;
  29. }
  30. .index_middle_l {
  31. width: 332rpx;
  32. height: 208rpx;
  33. }
  34. .index_middle_r {
  35. width: 332rpx;
  36. height: 200rpx;
  37. }
  38. .box_logo{
  39. position: absolute;
  40. width: 100%;
  41. height: 380rpx;
  42. left: 0px;
  43. top: 544rpx;
  44. background: #F2F2F6;
  45. border-radius: 36rpx 36rpx 0px 0px;
  46. }
  47. .index_logo {
  48. position: absolute;
  49. width: 100%;
  50. height: 176rpx;
  51. left: 0px;
  52. }
  53. .colum-logo-temp {
  54. height: 58rpx;
  55. }
  56. .colum-logo {
  57. height: 64rpx;
  58. margin: 0 32rpx 0 32rpx;
  59. background-color: blue;
  60. }
  61. .colum-hot-temp {
  62. height: 24rpx;
  63. }
  64. .colum-hot {
  65. position: absolute;
  66. height: 208rpx;
  67. top: 144rpx;
  68. display: flex;
  69. }
  70. .hot-box-temp2 {
  71. width: 32rpx;
  72. }
  73. .hot-box-temp {
  74. width: 24rpx;
  75. }
  76. .hot-box {
  77. height: 208rpx;
  78. width: 332rpx;
  79. }
  80. .hot-title-box {
  81. top:1440rpx;
  82. position: absolute;
  83. }
  84. .hot-title-temp {
  85. height: 32rpx;
  86. }
  87. .hot-title {
  88. margin-top:32rpx;
  89. margin-left: 32rpx;
  90. color: #000000;
  91. font-size: 36rpx;
  92. font-weight: 900;
  93. }
  94. .hot-cont-temp {
  95. height: 16rpx;
  96. }
  97. .hot-cont {
  98. margin-left: 32rpx;
  99. font-weight: 500;
  100. font-size: 24rpx;
  101. color: #ff6106;
  102. }
  103. .tips-box {
  104. margin-top: 0rpx;
  105. position: absolute;
  106. margin-left: 0rpx;
  107. height: 123rpx;
  108. width: 737rpx;
  109. background-image: url("https://api.zhumi.tech/MiniProgram/image/tips_bg.png");
  110. background-size: cover;
  111. -webkit-background-size: cover;
  112. -o-background-size: cover;
  113. background-position: center 0;
  114. }
  115. .tips-icon {
  116. margin-left: 6rpx;
  117. line-height: 72rpx;
  118. }
  119. .tips-cont {
  120. font-style: normal;
  121. font-weight: bold;
  122. font-size: 12px;
  123. color: #000;
  124. text-align: left;
  125. line-height: 92rpx;
  126. margin-left: 118rpx;
  127. }
  128. .lang-img {
  129. margin-top: 160rpx;
  130. margin-left: 64rpx;
  131. width: 622rpx;
  132. height: 954rpx;
  133. }
  134. .hd_banner {
  135. width: 686rpx;
  136. height: 290rpx;
  137. margin-left: 32rpx;
  138. margin-top: 64rpx;
  139. /* background: url(hd_banner.jpg); */
  140. border: 2rpx solid #9999A5;
  141. box-sizing: border-box;
  142. border-radius: 32rpx;
  143. }
  144. .cont {
  145. margin-top: 365rpx;
  146. width: 100%;
  147. background-color: #F2F2F6;
  148. flex-direction: column;
  149. }
  150. .hot-middle {
  151. width: 686rpx;
  152. height: 290rpx;
  153. margin-top: 64rpx;
  154. margin-left: 32rpx;
  155. background: #C4C4C4;
  156. border: 1px solid #9999A5;
  157. box-sizing: border-box;
  158. border-radius: 32rpx;
  159. }
  160. .recommend {
  161. width: 686rpx;
  162. height: 290rpx;
  163. border-radius: 32rpx;
  164. background-color: rgb(161, 52, 52);
  165. margin-left: 32rpx;
  166. }
  167. .viewright{
  168. width: 8rpx;
  169. height: 372rpx;
  170. }
  171. .uploadWrap{
  172. margin-top:32rpx;
  173. margin-left: 32rpx;
  174. height:402rpx;
  175. width:100%;
  176. display: flex;
  177. display: -webkit-box;
  178. flex-direction: column;
  179. }
  180. .upload_Item_p{
  181. width: 402rpx;
  182. height: 512rpx;
  183. margin-right: 24rpx;
  184. background-image: url("https://api.zhumi.tech/MiniProgram/teacher/p_bk.png");
  185. background-size: cover;
  186. -webkit-background-size: cover;
  187. -o-background-size: cover;
  188. background-position: center 0;
  189. }
  190. .upload_Item_g{
  191. width: 402rpx;
  192. height: 512rpx;
  193. margin-right: 24rpx;
  194. background-image: url("https://api.zhumi.tech/MiniProgram/teacher/g_bk.png");
  195. background-size: cover;
  196. -webkit-background-size: cover;
  197. -o-background-size: cover;
  198. background-position: center 0;
  199. }
  200. .upload_Item_y{
  201. width: 402rpx;
  202. height: 512rpx;
  203. margin-right: 24rpx;
  204. background-image: url("https://api.zhumi.tech/MiniProgram/teacher/y_bk.png");
  205. background-size: cover;
  206. -webkit-background-size: cover;
  207. -o-background-size: cover;
  208. background-position: center 0;
  209. }
  210. .upload_Item_b{
  211. width: 402rpx;
  212. height: 512rpx;
  213. margin-right: 24rpx;
  214. background-image: url("https://api.zhumi.tech/MiniProgram/teacher/b_bk.png");
  215. background-size: cover;
  216. -webkit-background-size: cover;
  217. -o-background-size: cover;
  218. background-position: center 0;
  219. }
  220. .upload_Item_img{
  221. width: 402rpx;
  222. height: 336rpx;
  223. margin-top: 0rpx;
  224. }
  225. .mktinfoBox {
  226. display: flex;
  227. flex-direction: column;
  228. width: 310rpx;
  229. height: 166rpx;
  230. }
  231. .teache_con {
  232. width: 430rpx;
  233. height: 120rpx;
  234. display: flex;
  235. flex-direction: column;
  236. }
  237. .teahcer_name_box {
  238. display: flex;
  239. margin-bottom: 8rpx;
  240. }
  241. .teacher_name {
  242. flex: 0.4;
  243. height: 32rpx;
  244. margin-left: 32rpx;
  245. font-style: normal;
  246. font-weight: bold;
  247. font-size: 32rpx;
  248. line-height: 32rpx;
  249. color: #33333F;
  250. }
  251. .teacher_name_con {
  252. flex: 0.6;
  253. font-style: normal;
  254. font-weight: normal;
  255. font-size: 24rpx;
  256. line-height: 40rpx;
  257. margin-left: 0rpx;
  258. }
  259. .t_conntext {
  260. margin-top:16rpx;
  261. margin-left: 32rpx;
  262. font-style: normal;
  263. font-weight: normal;
  264. font-size: 24rpx;
  265. line-height: 24rpx;
  266. }
  267. scroll-view-teacher {
  268. height: 480rpx;
  269. }
  270. .mktaddactive {
  271. margin-top: 2rpx;
  272. font-size: 20rpx;
  273. font-weight: 500;
  274. color: #20BAA5;
  275. }
  276. .campus-box {
  277. width: 686rpx;
  278. height: 450rpx;
  279. border-color: #999999;
  280. border-style: solid;
  281. border-width: 4rpx;
  282. border-radius: 32rpx;
  283. margin-left: 32rpx;
  284. }
  285. .campus_Item {
  286. position: absolute;
  287. width: 686rpx;
  288. height: 170rpx;
  289. margin-left: 32rpx;
  290. background-color: white;
  291. border-radius: 32rpx 32rpx 0rpx 0rpx ;
  292. margin-top: -15rpx;
  293. }
  294. .campus_Item_img {
  295. width: 172rpx;
  296. height: 114rpx;
  297. border-radius: 24rpx;
  298. }
  299. .campus_Item_img:hover{
  300. border-color: #0880FF;
  301. border-style: solid;
  302. border-width: 4rpx;
  303. border-radius: 24rpx;
  304. }
  305. .campus_Item_img_click {
  306. width: 172rpx;
  307. height: 112rpx;
  308. border-radius: 24rpx;
  309. }
  310. .mkt-img{
  311. width: 172rpx;
  312. height: 121rpx;
  313. margin-right: 20rpx;
  314. }
  315. .mkt-img-box {
  316. padding-top: 32rpx;
  317. height: 126rpx;
  318. }
  319. .mktWrap {
  320. margin-left: 32rpx;
  321. height: 126rpx;
  322. width:100%;
  323. display: flex;
  324. display: -webkit-box;
  325. flex-direction: column;
  326. }
  327. .viewright-mkt {
  328. width: 18rpx;
  329. height: 130rpx;
  330. }
  331. .mkt-desc-box {
  332. background-color: white;
  333. width: 686rpx;
  334. height: 230rpx;
  335. margin-top: 140rpx;
  336. margin-left: 32rpx;
  337. border-radius: 0rpx 0rpx 32rpx 32rpx ;
  338. box-shadow:0rpx 18rpx 36rpx 0rpx rgba(229,229,234,0.56);
  339. }
  340. .hot-mkt {
  341. margin-left: 32rpx;
  342. margin-top: -20rpx;
  343. font-weight: 500;
  344. font-size: 24rpx;
  345. color: #323232;
  346. }
  347. .hot-mkt-temp {
  348. height: 12rpx;
  349. }
  350. .campus-image {
  351. width: 686rpx;
  352. height: 450rpx;
  353. border-radius: 32rpx;
  354. }
  355. .b_teacher {
  356. width: 402rpx;
  357. height: 512rpx;
  358. margin-left: 32rpx;
  359. }
  360. .mask {
  361. position: fixed;
  362. top: 0;
  363. left: 0;
  364. width: 100vw;
  365. height: 100vh;
  366. z-index: 5;
  367. background: rgba(0, 0, 0, 0.5);
  368. }
  369. .trolley-show-box {
  370. display: flex;
  371. flex-direction: column;
  372. width: 540rpx;
  373. height: 606rpx;
  374. border-radius: 32rpx;
  375. background: #ffffff;
  376. position: fixed;
  377. z-index: 90;
  378. left: 110rpx;
  379. top: 430rpx;
  380. }
  381. .booking_title {
  382. font-style: normal;
  383. font-weight: bold;
  384. font-size: 36rpx;
  385. line-height: 36rpx;
  386. color: #33333F;
  387. text-align: center;
  388. margin-top: 66rpx;
  389. }
  390. .booking_icon {
  391. width: 50rpx;
  392. height: 50rpx;
  393. position: fixed;
  394. z-index: 99;
  395. margin-left: 458rpx;
  396. margin-top: 32rpx;
  397. }
  398. .booking_setp {
  399. width: 412rpx;
  400. height: 72rpx;
  401. background: #F2F2FE;
  402. border-radius: 12px;
  403. margin-left: 64rpx;
  404. margin-top: 32rpx;
  405. }
  406. .picker_setp {
  407. font-style: normal;
  408. font-weight: normal;
  409. font-size: 28rpx;
  410. line-height: 72rpx;
  411. color: #9999A5;
  412. text-align: left;
  413. margin-left: 24rpx;
  414. }
  415. .picker_select {
  416. width: 20rpx;
  417. height: 20rpx;
  418. position:absolute;
  419. left: 79%;
  420. top: 26%;
  421. }
  422. .booking_name {
  423. width: 388rpx;
  424. height: 72rpx;
  425. background: #F2F2FE;
  426. border-radius: 24rpx;
  427. margin-left: 64rpx;
  428. margin-top: 32rpx;
  429. padding-left: 24rpx;
  430. font-style: normal;
  431. font-weight: normal;
  432. font-size: 28rpx;
  433. line-height: 72rpx;
  434. }
  435. .booking_phone {
  436. width: 388rpx;
  437. height: 72rpx;
  438. background: #F2F2FE;
  439. border-radius: 24rpx;
  440. margin-left: 64rpx;
  441. margin-top: 32rpx;
  442. padding-left: 24rpx;
  443. font-style: normal;
  444. font-weight: normal;
  445. font-size: 28rpx;
  446. line-height: 72rpx;
  447. }
  448. .phcolor {
  449. color: #9999A5;
  450. }
  451. .booking_button {
  452. width: 412rpx;
  453. height: 80rpx;
  454. margin-left: 64rpx;
  455. margin-top: 64rpx;
  456. background: #0880FF;
  457. box-shadow: 0px 16rpx 32rpx rgba(0, 122, 255, 0.36);
  458. border-radius: 24rpx;
  459. font-style: normal;
  460. font-weight: bold;
  461. font-size: 32rpx;
  462. line-height: 32rpx;
  463. text-align: center;
  464. line-height: 80rpx;
  465. color: #FFFFFF;
  466. }
  467. .booking_done {
  468. height: 128rpx;
  469. width: 128rpx;
  470. margin-top: 118rpx;
  471. margin-left: 206rpx;
  472. }
  473. .done_txt {
  474. width: 144rpx;
  475. height: 36rpx;
  476. margin-top: 32rpx;
  477. margin-left: 198rpx;
  478. font-style: normal;
  479. font-weight: bold;
  480. font-size: 36rpx;
  481. line-height: 36rpx;
  482. color: #33333F;
  483. }
  484. .done_desc {
  485. width: 412rpx;
  486. height: 60rpx;
  487. margin-top: 24rpx;
  488. margin-left: 64rpx;
  489. font-style: normal;
  490. font-weight: normal;
  491. font-size: 24rpx;
  492. line-height: 36rpx;
  493. display: flex;
  494. align-items: center;
  495. text-align: justify;
  496. color: #9999A5;
  497. }
  498. .done_return {
  499. width: 412rpx;
  500. height: 80rpx;
  501. margin-top: 64rpx;
  502. margin-left: 64rpx;
  503. background: #32D84C;
  504. box-shadow: 0px 16rpx 32rpx rgba(50, 216, 76, 0.36);
  505. border-radius: 24rpx;
  506. font-style: normal;
  507. font-weight: bold;
  508. font-size: 32rpx;
  509. line-height: 80rpx;
  510. text-align: center;
  511. color: #FFFFFF;
  512. }