common.scss 11 KB

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