common.scss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796
  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: 25px;
  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. &:last-child{
  250. border: 0px;
  251. }
  252. .tt{
  253. float: left;
  254. }
  255. .la{
  256. float: right;
  257. }
  258. }
  259. }
  260. .search {
  261. overflow: hidden;
  262. padding-top: 5px;
  263. .usearch {
  264. float: left;
  265. width: 75%;
  266. }
  267. .address {
  268. float: right;
  269. padding-top: 5px;
  270. width: 65px;
  271. font-size: 15px;
  272. .icon {
  273. padding-right: 3px;
  274. }
  275. }
  276. }
  277. .item_job {
  278. padding: 10px;
  279. background-color: white;
  280. overflow: hidden;
  281. border-radius: 7px;
  282. margin-bottom: 10px;
  283. .top {
  284. overflow: hidden;
  285. .title {
  286. font-size: 15px;
  287. padding-top: 3px;
  288. font-weight: bold;
  289. float: left;
  290. width: 70%;
  291. }
  292. .salary {
  293. padding-top: 5px;
  294. font-size: 15px;
  295. font-weight: bold;
  296. color: #ff5722;
  297. margin-bottom: 5px;
  298. float: right;
  299. }
  300. }
  301. .con {
  302. padding-top: 3px;
  303. padding-bottom: 10px;
  304. font-size: 13px;
  305. color: $font-c;
  306. .desc {
  307. padding-right: 10px;
  308. }
  309. }
  310. .bot {
  311. border-top: 1px solid $line;
  312. font-size: 13px;
  313. color: $font-c;
  314. padding-top: 10px;
  315. overflow: hidden;
  316. .address {
  317. float: left;
  318. width: 63%;
  319. .icon {
  320. padding-right: 2px;
  321. }
  322. }
  323. .desc {
  324. text {
  325. padding-right: 10px;
  326. float: left;
  327. }
  328. }
  329. .distance {
  330. float: right;
  331. }
  332. }
  333. .bt {
  334. border: 0px;
  335. padding-top: 3px;
  336. }
  337. .flex {
  338. border-top: 1px solid $line;
  339. padding-top: 10px;
  340. font-size: 14px;
  341. margin-top: 13px;
  342. }
  343. }
  344. .job {
  345. margin-left: -5px;
  346. margin-right: -5px;
  347. margin-top: -5px;
  348. overflow: hidden;
  349. .full_time {
  350. float: left;
  351. width: 50%;
  352. .out {
  353. padding: 6px;
  354. .int {
  355. padding: 10px;
  356. background-color: white;
  357. overflow: hidden;
  358. border-radius: 7px;
  359. box-shadow: $box-shadow;
  360. image {
  361. width: 100%;
  362. height: 100px;
  363. border-radius: 3px;
  364. }
  365. .title {
  366. font-size: 14px;
  367. padding-top: 3px;
  368. font-weight: bold;
  369. }
  370. .desc {
  371. font-size: 13px;
  372. padding-top: 3px;
  373. }
  374. .price {
  375. padding-top: 3px;
  376. font-size: 14px;
  377. font-weight: bold;
  378. color: #ff5722;
  379. }
  380. .address {
  381. padding-top: 3px;
  382. font-size: 13px;
  383. color: $font-c;
  384. width: 40%;
  385. float: left;
  386. }
  387. .distance {
  388. float: right;
  389. font-size: 13px;
  390. color: $font-c;
  391. padding-top: 3px;
  392. width: 60%;
  393. text-align: right;
  394. }
  395. }
  396. }
  397. }
  398. }
  399. /**简历******/
  400. .resume {
  401. padding: 15px;
  402. .row {
  403. padding: 10px;
  404. margin-bottom: 15px;
  405. border-radius: 5px;
  406. font-size: 14px;
  407. background-color: white;
  408. overflow: hidden;
  409. .top {
  410. .sm6 {
  411. float: left;
  412. .name {
  413. font-size: 22px;
  414. font-weight: bold;
  415. .icon {
  416. padding-left: 10px;
  417. }
  418. }
  419. }
  420. .tx {
  421. width: 55px;
  422. height: 55px;
  423. border-radius: 50%;
  424. position: absolute;
  425. right: 34px;
  426. }
  427. }
  428. .label {
  429. padding-bottom: 5px;
  430. .title {
  431. font-size: 17px;
  432. font-weight: bold;
  433. }
  434. .icon {
  435. float: right;
  436. font-weight: bold;
  437. margin-top: 2px;
  438. font-size: 20px;
  439. }
  440. }
  441. .ellip {
  442. line-height: 25px;
  443. }
  444. .item {
  445. padding-top: 10px;
  446. }
  447. }
  448. .btn {
  449. width: 80%;
  450. .icon {
  451. padding-right: 5px;
  452. }
  453. }
  454. }
  455. .yd {
  456. width: 4px;
  457. height: 4px;
  458. border-radius: 50%;
  459. background-color: $font-c;
  460. float: left;
  461. margin-top: 9px;
  462. margin-right: 3px;
  463. }
  464. .lav {
  465. margin-bottom: 20px;
  466. padding-left: 7px;
  467. padding-right: 7px;
  468. .icon {
  469. font-size: 40px;
  470. padding-bottom: 10px;
  471. }
  472. .title {
  473. font-size: 22px;
  474. font-weight: bold;
  475. }
  476. .desc {
  477. font-size: 14px;
  478. margin-top: 10px;
  479. color: $font-c;
  480. }
  481. }
  482. .tags {
  483. float: left;
  484. width: 50%;
  485. .out {
  486. padding: 5px;
  487. .int {
  488. border-radius: 3px;
  489. text-align: center;
  490. padding: 10px 5px 10px 5px;
  491. font-size: 14px;
  492. color: $font-c;
  493. background-color: #f3f3f3;
  494. }
  495. }
  496. }
  497. .search_view {
  498. position: fixed;
  499. width: 100%;
  500. overflow-y: auto;
  501. background-color: white;
  502. z-index: 3;
  503. .list {
  504. padding: 5px 15px 10px 15px;
  505. .item {
  506. padding: 10px;
  507. color: $font-c;
  508. .title {
  509. font-size: 16px;
  510. font-weight: 600;
  511. }
  512. .desc {
  513. font-size: 13px;
  514. color: #a1a1a1;
  515. padding-top: 2px;
  516. }
  517. }
  518. }
  519. }
  520. ._success {
  521. color: #67c23a !important;
  522. }
  523. ._info {
  524. color: #909399 !important;
  525. }
  526. ._error {
  527. color: #f56c6c !important;
  528. }
  529. .message {
  530. padding: 15px;
  531. border-radius: 5px;
  532. font-size: 14px;
  533. color: $font-c;
  534. margin-bottom: 10px;
  535. background-color: white;
  536. .icon {
  537. padding-right: 3px;
  538. font-size: 16px;
  539. }
  540. }
  541. .ql-editor.ql-blank:before {
  542. font-style: normal !important;
  543. }
  544. /**底部按钮操作******/
  545. .mfooter {
  546. position: fixed;
  547. width: 100%;
  548. bottom: 30px;
  549. text-align: center;
  550. .btn {
  551. border-radius: 35px;
  552. width: 40%;
  553. .icon {
  554. padding-right: 5px;
  555. }
  556. }
  557. }
  558. .position {
  559. padding: 15px;
  560. .audits {
  561. margin-top: -10px;
  562. margin-bottom: 15px;
  563. .audit {
  564. float: left;
  565. padding: 5px 15px;
  566. border-radius: 30px;
  567. background-color: white;
  568. margin-right: 12px;
  569. font-size: 14px;
  570. color: $font-c;
  571. &.active {
  572. color: white;
  573. background-color: $main-color;
  574. }
  575. }
  576. overflow: hidden;
  577. }
  578. .item {
  579. border-radius: 7px;
  580. background-color: white;
  581. color: $font-c;
  582. padding: 15px;
  583. overflow: hidden;
  584. margin-bottom: 12px;
  585. .top {
  586. overflow: hidden;
  587. .title {
  588. font-size: 16px;
  589. float: left;
  590. width: 71%;
  591. font-weight: bold;
  592. }
  593. .salary {
  594. font-size: 15px;
  595. font-weight: bold;
  596. color: #ff5722;
  597. margin-bottom: 5px;
  598. float: right;
  599. }
  600. .audit {
  601. float: right;
  602. font-size: 14px;
  603. .icon {
  604. padding-right: 3px;
  605. }
  606. }
  607. }
  608. .desc {
  609. margin-top: 10px;
  610. color: $font-c;
  611. width: 100%;
  612. font-size: 14px;
  613. overflow: hidden;
  614. .tag {
  615. float: left;
  616. padding: 1px 5px 8px 0px;
  617. border-radius: 3px;
  618. margin-right: 7px;
  619. }
  620. .date {
  621. float: right;
  622. }
  623. }
  624. .flex {
  625. border-top: 1px solid $line;
  626. padding-top: 10px;
  627. font-size: 14px;
  628. }
  629. }
  630. }
  631. .br {
  632. border-right: 1px solid $line;
  633. }
  634. .danger {
  635. color: #f44336;
  636. }
  637. .agree {
  638. color: $main-color;
  639. }
  640. .filters {
  641. float: right;
  642. margin-top: -32px;
  643. color: $font-c;
  644. z-index: 111;
  645. font-size: 15px;
  646. position: relative;
  647. .icon {
  648. padding-right: 3px;
  649. }
  650. }
  651. .city {
  652. float: right;
  653. margin-top: -32px;
  654. color: $font-c;
  655. z-index: 111;
  656. position: relative;
  657. width: 70px;
  658. margin-right: 70px;
  659. font-size: 15px;
  660. .icon {
  661. padding-right: 3px;
  662. }
  663. }
  664. .pt0 {
  665. padding-top: 0px;
  666. }
  667. .org {
  668. color: orangered;
  669. }
  670. .mcard {
  671. background-color: white;
  672. padding: 15px;
  673. border-radius: 8px;
  674. .money {
  675. font-size: 22px;
  676. font-weight: bold;
  677. }
  678. .desc {
  679. padding-top: 10px;
  680. font-size: 14px;
  681. color: $font-c;
  682. }
  683. .f {
  684. padding: 10px;
  685. .btn {
  686. padding: 0px;
  687. .icon {
  688. padding-right: 3px;
  689. }
  690. }
  691. }
  692. }
  693. .wte {
  694. background-color: white !important;
  695. }
  696. .mb0{
  697. margin-bottom: 0px!important;
  698. }
  699. .ms {
  700. margin-top: 20px;
  701. overflow: hidden;
  702. .mtitle {
  703. font-weight: bold;
  704. margin-bottom: 10px;
  705. }
  706. .item {
  707. font-size: 14px;
  708. padding-top: 7px;
  709. }
  710. .gs {
  711. float: left;
  712. width: 50px;
  713. height: 50px;
  714. border-radius: 50%;
  715. background-color: #f1f1f1;
  716. text-align: center;
  717. font-size: 30px;
  718. line-height: 47px;
  719. }
  720. .con {
  721. float: left;
  722. padding-left: 10px;
  723. width: 70%;
  724. .mti {
  725. font-weight: bold;
  726. padding-bottom: 5px;
  727. }
  728. .address {
  729. font-size: 13px;
  730. }
  731. }
  732. .more {
  733. float: right;
  734. margin-top: 14px;
  735. }
  736. }
  737. .mbos {
  738. background-color: white;
  739. padding: 20px;
  740. border-radius: 25px;
  741. .item {
  742. font-size: 14px;
  743. padding-top: 7px;
  744. }
  745. .b {
  746. font-weight: bold;
  747. }
  748. map {
  749. border-radius: 8px;
  750. overflow: hidden;
  751. margin-top: 15px;
  752. width: 100%;
  753. height: 150px;
  754. }
  755. .btn {
  756. width: 60%;
  757. }
  758. }
  759. .mb15{
  760. margin-bottom: 15px
  761. }
  762. .mt0{
  763. margin-top: 0px;
  764. }
  765. .bbg {
  766. overflow: hidden;
  767. }
  768. .dtop {
  769. padding: 15px;
  770. .title {
  771. font-weight: bold;
  772. }
  773. .price {
  774. padding-top: 5px;
  775. font-size: 15px;
  776. font-weight: bold;
  777. color: #ff5722;
  778. }
  779. .desc {
  780. padding-top: 5px;
  781. font-size: 14px;
  782. text {
  783. padding-right: 10px;
  784. }
  785. .audit {
  786. float: right;
  787. color: $main-color;
  788. }
  789. }
  790. }
  791. .pd0{
  792. padding-bottom: 0px;
  793. }
  794. .pl0{
  795. padding-left: 0px;
  796. }