common.scss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850
  1. .bg {
  2. margin-top: -46px;
  3. margin-left: -10px;
  4. image {
  5. width: 110%;
  6. }
  7. }
  8. .main {
  9. padding: 15px;
  10. .form {
  11. border-radius: 10px;
  12. background-color: white;
  13. }
  14. }
  15. .tab {
  16. padding: 0px 5px 5px 5px;
  17. /* #ifdef H5 */
  18. margin-top: -1px;
  19. /* #endif */
  20. overflow: hidden;
  21. }
  22. .omit {
  23. white-space: nowrap;
  24. text-overflow: ellipsis;
  25. overflow: hidden;
  26. }
  27. .ellip {
  28. -webkit-line-clamp: 2;
  29. text-overflow: ellipsis;
  30. display: -webkit-box;
  31. -webkit-box-orient: vertical;
  32. overflow: hidden;
  33. margin-top: 7px;
  34. color: #666666;
  35. }
  36. .mt10 {
  37. margin-top: 10px !important;
  38. }
  39. .mt20 {
  40. margin-top: 20px !important;
  41. }
  42. .pl5 {
  43. padding-left: 5px;
  44. }
  45. .flex {
  46. display: flex;
  47. text-align: center;
  48. .f {
  49. flex: 1;
  50. overflow: hidden;
  51. }
  52. }
  53. .btn {
  54. color: white;
  55. background-color: $main-color;
  56. border-radius: 30px;
  57. font-size: 15px;
  58. text-align: center;
  59. padding: 5px;
  60. margin-top: 15px;
  61. }
  62. .form_group {
  63. padding: 9px 0px 9px 0px;
  64. overflow: hidden;
  65. position: relative;
  66. &.form_group:last-child {
  67. border-bottom: 0px;
  68. }
  69. .lable {
  70. font-size: 17px;
  71. text-align: left;
  72. position: relative;
  73. font-weight: bold;
  74. }
  75. .re {
  76. &::before {
  77. content: '*';
  78. width: 0px;
  79. height: 0px;
  80. color: red;
  81. position: absolute;
  82. top: -11px;
  83. font-weight: bold;
  84. }
  85. }
  86. .bgm {
  87. border: 1px solid $line;
  88. border-radius: 5px;
  89. margin-top: 12px;
  90. position: relative;
  91. background-color: white;
  92. .input {
  93. border: 0px;
  94. width: 75%;
  95. margin-top: 0px;
  96. }
  97. .msg {
  98. position: absolute;
  99. right: 10px;
  100. top: 9px;
  101. color: $main-color;
  102. }
  103. }
  104. .avatar {
  105. position: absolute;
  106. top: 0px;
  107. right: 0px;
  108. width: 55px;
  109. height: 55px;
  110. border-radius: 50%;
  111. }
  112. picker {
  113. position: relative;
  114. .more {
  115. position: absolute;
  116. right: 7px;
  117. top: 13px;
  118. font-weight: normal;
  119. }
  120. }
  121. input {
  122. font-size: 15px;
  123. border-radius: 5px;
  124. padding: 10px;
  125. margin-top: 12px;
  126. border: 1px solid $line;
  127. background-color: white;
  128. }
  129. textarea {
  130. font-size: 15px;
  131. border-radius: 5px;
  132. padding: 10px;
  133. margin-top: 12px;
  134. height: 120px;
  135. width: 93%;
  136. border: 1px solid $line;
  137. background-color: white;
  138. }
  139. .start {
  140. flex: 1;
  141. margin-top: -17px;
  142. text-align: left;
  143. }
  144. .hor {
  145. flex: 0.7;
  146. text-align: center;
  147. padding-top: 5px;
  148. }
  149. }
  150. .bz {
  151. font-size: 12px;
  152. color: $font-c;
  153. margin-top: 7px;
  154. .icon {
  155. padding-right: 3px;
  156. }
  157. .contact {
  158. background-color: #f1f1f1;
  159. float: right;
  160. font-size: 13px;
  161. color: $main-color;
  162. margin-top: -5px;
  163. }
  164. }
  165. .menu {
  166. margin-top: 12px;
  167. overflow: hidden;
  168. background-color: white;
  169. border-radius: 7px;
  170. box-shadow: $box-shadow;
  171. .cd {
  172. float: left;
  173. width: 25%;
  174. text-align: center;
  175. height: 88px;
  176. .out {
  177. padding: 5px;
  178. .int {
  179. padding: 5px 5px 5px 5px;
  180. position: relative;
  181. .icon {
  182. font-size: 25px;
  183. width: 45px;
  184. height: 45px;
  185. margin: 0 auto;
  186. color: white;
  187. border-radius: 18px;
  188. line-height: 47px;
  189. }
  190. .title {
  191. font-size: 14px;
  192. padding-top: 5px;
  193. white-space: nowrap;
  194. text-overflow: ellipsis;
  195. overflow: hidden;
  196. }
  197. .bage {
  198. position: absolute;
  199. padding: 0px 5px;
  200. border-radius: 20px;
  201. background-color: red;
  202. color: white;
  203. top: 2px;
  204. right: 7px;
  205. font-size: 13px;
  206. }
  207. }
  208. .share {
  209. background-color: white;
  210. line-height: 18px;
  211. }
  212. }
  213. }
  214. }
  215. .tips {
  216. font-size: 13px;
  217. background-color: $bg;
  218. padding: 8px;
  219. color: $main-color;
  220. overflow: hidden;
  221. .icon {
  222. font-size: 17px;
  223. float: left;
  224. padding-right: 3px;
  225. }
  226. }
  227. .cen {
  228. text-align: center;
  229. }
  230. .popup {
  231. padding: 15px;
  232. background-color: white;
  233. border-radius: 10px;
  234. .mtt {
  235. text-align: center;
  236. font-size: 18px;
  237. padding-top: 15px;
  238. }
  239. .money {
  240. text-align: center;
  241. font-size: 30px;
  242. padding-top: 5px;
  243. font-weight: bold;
  244. }
  245. .item {
  246. overflow: hidden;
  247. border-bottom: 1px solid $line;
  248. padding: 10px;
  249. &:first-child {
  250. margin-top: 10px;
  251. }
  252. &:last-child {
  253. border: 0px;
  254. }
  255. .tt {
  256. float: left;
  257. }
  258. .la {
  259. float: right;
  260. width: 70%;
  261. text-align: right;
  262. image {
  263. width: 50px;
  264. height: 50px;
  265. border-radius: 5px;
  266. }
  267. }
  268. }
  269. }
  270. .search {
  271. overflow: hidden;
  272. padding-top: 5px;
  273. .usearch {
  274. float: left;
  275. width: 75%;
  276. }
  277. .address {
  278. float: right;
  279. padding-top: 5px;
  280. width: 65px;
  281. font-size: 15px;
  282. .icon {
  283. padding-right: 3px;
  284. }
  285. }
  286. }
  287. .item_job {
  288. padding: 10px;
  289. background-color: white;
  290. overflow: hidden;
  291. border-radius: 7px;
  292. margin-bottom: 10px;
  293. .top {
  294. overflow: hidden;
  295. .title {
  296. font-size: 15px;
  297. padding-top: 3px;
  298. font-weight: bold;
  299. float: left;
  300. width: 70%;
  301. }
  302. .salary {
  303. padding-top: 5px;
  304. font-size: 15px;
  305. font-weight: bold;
  306. color: #ff5722;
  307. margin-bottom: 5px;
  308. float: right;
  309. }
  310. }
  311. .con {
  312. padding-top: 3px;
  313. padding-bottom: 10px;
  314. font-size: 13px;
  315. color: $font-c;
  316. .desc {
  317. padding-right: 10px;
  318. }
  319. }
  320. .bot {
  321. border-top: 1px solid $line;
  322. font-size: 13px;
  323. color: $font-c;
  324. padding-top: 10px;
  325. overflow: hidden;
  326. .address {
  327. float: left;
  328. width: 63%;
  329. .icon {
  330. padding-right: 2px;
  331. }
  332. }
  333. .desc {
  334. text {
  335. padding-right: 10px;
  336. float: left;
  337. }
  338. }
  339. .distance {
  340. float: right;
  341. }
  342. }
  343. .bt {
  344. border: 0px;
  345. padding-top: 3px;
  346. }
  347. .flex {
  348. border-top: 1px solid $line;
  349. padding-top: 10px;
  350. font-size: 14px;
  351. margin-top: 13px;
  352. }
  353. }
  354. .job {
  355. margin-left: -5px;
  356. margin-right: -5px;
  357. margin-top: -5px;
  358. overflow: hidden;
  359. .full_time {
  360. float: left;
  361. width: 50%;
  362. .out {
  363. padding: 6px;
  364. .int {
  365. padding: 10px;
  366. background-color: white;
  367. overflow: hidden;
  368. border-radius: 7px;
  369. box-shadow: $box-shadow;
  370. image {
  371. width: 100%;
  372. height: 100px;
  373. border-radius: 3px;
  374. }
  375. .title {
  376. font-size: 14px;
  377. padding-top: 3px;
  378. font-weight: bold;
  379. }
  380. .desc {
  381. font-size: 13px;
  382. padding-top: 3px;
  383. }
  384. .price {
  385. padding-top: 3px;
  386. font-size: 14px;
  387. font-weight: bold;
  388. color: #ff5722;
  389. }
  390. .address {
  391. padding-top: 3px;
  392. font-size: 13px;
  393. color: $font-c;
  394. width: 40%;
  395. float: left;
  396. }
  397. .distance {
  398. float: right;
  399. font-size: 13px;
  400. color: $font-c;
  401. padding-top: 3px;
  402. width: 60%;
  403. text-align: right;
  404. }
  405. }
  406. }
  407. }
  408. }
  409. /**简历******/
  410. .resume {
  411. padding: 15px;
  412. .row {
  413. padding: 10px;
  414. margin-bottom: 15px;
  415. border-radius: 5px;
  416. font-size: 14px;
  417. background-color: white;
  418. overflow: hidden;
  419. .top {
  420. .sm6 {
  421. float: left;
  422. .name {
  423. font-size: 22px;
  424. font-weight: bold;
  425. .icon {
  426. padding-left: 10px;
  427. }
  428. }
  429. }
  430. .tx {
  431. width: 55px;
  432. height: 55px;
  433. border-radius: 50%;
  434. position: absolute;
  435. right: 34px;
  436. }
  437. }
  438. .label {
  439. padding-bottom: 5px;
  440. .title {
  441. font-size: 17px;
  442. font-weight: bold;
  443. }
  444. .icon {
  445. float: right;
  446. font-weight: bold;
  447. margin-top: 2px;
  448. font-size: 20px;
  449. }
  450. }
  451. .ellip {
  452. line-height: 25px;
  453. }
  454. .item {
  455. padding-top: 10px;
  456. }
  457. }
  458. .btn {
  459. width: 80%;
  460. .icon {
  461. padding-right: 5px;
  462. }
  463. }
  464. }
  465. .yd {
  466. width: 4px;
  467. height: 4px;
  468. border-radius: 50%;
  469. background-color: $font-c;
  470. float: left;
  471. margin-top: 9px;
  472. margin-right: 3px;
  473. }
  474. .lav {
  475. margin-bottom: 20px;
  476. padding-left: 7px;
  477. padding-right: 7px;
  478. .icon {
  479. font-size: 40px;
  480. padding-bottom: 10px;
  481. }
  482. .title {
  483. font-size: 22px;
  484. font-weight: bold;
  485. }
  486. .desc {
  487. font-size: 14px;
  488. margin-top: 10px;
  489. color: $font-c;
  490. }
  491. }
  492. .tags {
  493. float: left;
  494. width: 50%;
  495. .out {
  496. padding: 5px;
  497. .int {
  498. border-radius: 3px;
  499. text-align: center;
  500. padding: 10px 5px 10px 5px;
  501. font-size: 14px;
  502. color: $font-c;
  503. background-color: #f3f3f3;
  504. }
  505. }
  506. }
  507. .search_view {
  508. position: fixed;
  509. width: 100%;
  510. overflow-y: auto;
  511. background-color: white;
  512. z-index: 3;
  513. .list {
  514. padding: 5px 15px 10px 15px;
  515. .item {
  516. padding: 10px;
  517. color: $font-c;
  518. .title {
  519. font-size: 16px;
  520. font-weight: 600;
  521. }
  522. .desc {
  523. font-size: 13px;
  524. color: #a1a1a1;
  525. padding-top: 2px;
  526. }
  527. }
  528. }
  529. }
  530. ._success {
  531. color: #67c23a !important;
  532. }
  533. ._info {
  534. color: #909399 !important;
  535. }
  536. ._error {
  537. color: #f56c6c !important;
  538. }
  539. .message {
  540. padding: 15px;
  541. border-radius: 5px;
  542. font-size: 14px;
  543. color: $font-c;
  544. margin-bottom: 10px;
  545. background-color: white;
  546. .icon {
  547. padding-right: 3px;
  548. font-size: 16px;
  549. }
  550. }
  551. .ql-editor.ql-blank:before {
  552. font-style: normal !important;
  553. }
  554. /**底部按钮操作******/
  555. .mfooter {
  556. position: fixed;
  557. width: 100%;
  558. bottom: 30px;
  559. text-align: center;
  560. .btn {
  561. border-radius: 35px;
  562. width: 40%;
  563. .icon {
  564. padding-right: 5px;
  565. }
  566. }
  567. }
  568. .position {
  569. padding: 15px;
  570. .audits {
  571. margin-top: -10px;
  572. margin-bottom: 15px;
  573. .audit {
  574. float: left;
  575. padding: 5px 15px;
  576. border-radius: 30px;
  577. background-color: white;
  578. margin-right: 12px;
  579. font-size: 14px;
  580. color: $font-c;
  581. &.active {
  582. color: white;
  583. background-color: $main-color;
  584. }
  585. }
  586. overflow: hidden;
  587. }
  588. .item {
  589. border-radius: 7px;
  590. background-color: white;
  591. color: $font-c;
  592. padding: 15px;
  593. overflow: hidden;
  594. margin-bottom: 12px;
  595. .top {
  596. overflow: hidden;
  597. .title {
  598. font-size: 16px;
  599. float: left;
  600. width: 71%;
  601. font-weight: bold;
  602. }
  603. .salary {
  604. font-size: 15px;
  605. font-weight: bold;
  606. color: #ff5722;
  607. margin-bottom: 5px;
  608. float: right;
  609. }
  610. .audit {
  611. float: right;
  612. font-size: 14px;
  613. .icon {
  614. padding-right: 3px;
  615. }
  616. }
  617. }
  618. .desc {
  619. margin-top: 10px;
  620. color: $font-c;
  621. width: 100%;
  622. font-size: 14px;
  623. overflow: hidden;
  624. .tag {
  625. float: left;
  626. padding: 1px 5px 8px 0px;
  627. border-radius: 3px;
  628. margin-right: 7px;
  629. }
  630. .date {
  631. float: right;
  632. }
  633. }
  634. .flex {
  635. border-top: 1px solid $line;
  636. padding-top: 10px;
  637. font-size: 14px;
  638. }
  639. }
  640. }
  641. .br {
  642. border-right: 1px solid $line;
  643. }
  644. .danger {
  645. color: #f44336;
  646. }
  647. .agree {
  648. color: $main-color;
  649. }
  650. .filters {
  651. float: right;
  652. margin-top: -32px;
  653. color: $font-c;
  654. z-index: 111;
  655. font-size: 15px;
  656. position: relative;
  657. .icon {
  658. padding-right: 3px;
  659. }
  660. }
  661. .city {
  662. float: right;
  663. margin-top: -32px;
  664. color: $font-c;
  665. z-index: 111;
  666. position: relative;
  667. width: 70px;
  668. margin-right: 70px;
  669. font-size: 15px;
  670. .icon {
  671. padding-right: 3px;
  672. }
  673. }
  674. .pt0 {
  675. padding-top: 0px;
  676. }
  677. .pt5 {
  678. padding-top: 5px !important;
  679. }
  680. .org {
  681. color: orangered;
  682. }
  683. .mcard {
  684. background-color: white;
  685. padding: 15px;
  686. border-radius: 8px;
  687. .money {
  688. font-size: 22px;
  689. font-weight: bold;
  690. }
  691. .desc {
  692. padding-top: 10px;
  693. font-size: 14px;
  694. color: $font-c;
  695. }
  696. .f {
  697. padding: 10px;
  698. .btn {
  699. padding: 0px;
  700. .icon {
  701. padding-right: 3px;
  702. }
  703. }
  704. }
  705. }
  706. .wte {
  707. background-color: white !important;
  708. }
  709. .mb0 {
  710. margin-bottom: 0px !important;
  711. }
  712. .ms {
  713. margin-top: 20px;
  714. overflow: hidden;
  715. .mtitle {
  716. font-weight: bold;
  717. margin-bottom: 10px;
  718. }
  719. .item {
  720. font-size: 14px;
  721. padding-top: 7px;
  722. }
  723. .gs {
  724. float: left;
  725. width: 50px;
  726. height: 50px;
  727. border-radius: 50%;
  728. background-color: #f1f1f1;
  729. text-align: center;
  730. font-size: 30px;
  731. line-height: 47px;
  732. }
  733. .con {
  734. float: left;
  735. padding-left: 10px;
  736. width: 70%;
  737. .mti {
  738. font-weight: bold;
  739. padding-bottom: 5px;
  740. }
  741. .address {
  742. font-size: 13px;
  743. }
  744. }
  745. .more {
  746. float: right;
  747. margin-top: 14px;
  748. }
  749. }
  750. .mbos {
  751. background-color: white;
  752. padding: 20px;
  753. border-radius: 25px;
  754. .item {
  755. font-size: 14px;
  756. padding-top: 7px;
  757. }
  758. .b {
  759. font-weight: bold;
  760. }
  761. map {
  762. border-radius: 8px;
  763. overflow: hidden;
  764. margin-top: 15px;
  765. width: 100%;
  766. height: 150px;
  767. }
  768. .btn {
  769. width: 60%;
  770. }
  771. }
  772. .mb15 {
  773. margin-bottom: 15px;
  774. }
  775. .mt0 {
  776. margin-top: 0px;
  777. }
  778. .bbg {
  779. overflow: hidden;
  780. }
  781. .dtop {
  782. padding: 15px;
  783. .title {
  784. font-weight: bold;
  785. }
  786. .price {
  787. padding-top: 5px;
  788. font-size: 15px;
  789. font-weight: bold;
  790. color: #ff5722;
  791. }
  792. .desc {
  793. padding-top: 5px;
  794. font-size: 14px;
  795. text {
  796. padding-right: 10px;
  797. }
  798. .audit {
  799. float: right;
  800. color: $main-color;
  801. }
  802. }
  803. }
  804. .pd0 {
  805. padding-bottom: 0px;
  806. }
  807. .pd5 {
  808. padding-bottom: 5px !important;
  809. }
  810. .pl0 {
  811. padding-left: 0px;
  812. }
  813. .xy {
  814. color: $font-c;
  815. padding-top: 15px;
  816. font-size: 14px;
  817. .checkbox {
  818. float: left;
  819. font-size: 14px;
  820. margin-top: 1px;
  821. }
  822. .a {
  823. color: blue;
  824. }
  825. }
  826. .lit {
  827. padding: 15px 0px 15px 0px;
  828. border-bottom: 1px solid $line;
  829. .tb {
  830. padding-right: 6px;
  831. font-size: 25px;
  832. float: left;
  833. margin-top: -3px;
  834. }
  835. .desc {
  836. font-size: 13px;
  837. padding-left: 5px;
  838. color: #a8a8a8;
  839. }
  840. .check {
  841. float: right;
  842. color: $main-color;
  843. margin-top: -22px;
  844. font-size: 20px;
  845. }
  846. &:last-child {
  847. border: 0px;
  848. padding-bottom: 5px;
  849. }
  850. }