common.scss 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  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;
  38. }
  39. .flex {
  40. display: flex;
  41. text-align: center;
  42. .f {
  43. flex: 1;
  44. overflow: hidden;
  45. }
  46. }
  47. .btn {
  48. color: white;
  49. background-color: $main-color;
  50. border-radius: 30px;
  51. font-size: 15px;
  52. text-align: center;
  53. padding: 5px;
  54. margin-top: 15px;
  55. }
  56. .form_group {
  57. padding: 9px 0px 9px 0px;
  58. overflow: hidden;
  59. position: relative;
  60. &.form_group:last-child {
  61. border-bottom: 0px;
  62. }
  63. .lable {
  64. font-size: 17px;
  65. text-align: left;
  66. position: relative;
  67. font-weight: bold;
  68. }
  69. .re {
  70. &::before {
  71. content: '*';
  72. width: 0px;
  73. height: 0px;
  74. color: red;
  75. position: absolute;
  76. top: -11px;
  77. font-weight: bold;
  78. }
  79. }
  80. .bgm {
  81. border: 1px solid $line;
  82. border-radius: 5px;
  83. margin-top: 12px;
  84. position: relative;
  85. background-color: white;
  86. .input {
  87. border: 0px;
  88. width: 75%;
  89. margin-top: 0px;
  90. }
  91. .msg {
  92. position: absolute;
  93. right: 10px;
  94. top: 9px;
  95. color: $main-color;
  96. }
  97. }
  98. .avatar {
  99. position: absolute;
  100. top: 0px;
  101. right: 0px;
  102. width: 55px;
  103. height: 55px;
  104. border-radius: 50%;
  105. }
  106. picker {
  107. position: relative;
  108. .more {
  109. position: absolute;
  110. right: 7px;
  111. top: 13px;
  112. font-weight: normal;
  113. }
  114. }
  115. input {
  116. font-size: 15px;
  117. border-radius: 5px;
  118. padding: 10px;
  119. margin-top: 12px;
  120. border: 1px solid $line;
  121. background-color: white;
  122. }
  123. textarea {
  124. font-size: 15px;
  125. border-radius: 5px;
  126. padding: 10px;
  127. margin-top: 12px;
  128. height: 120px;
  129. width: 93%;
  130. border: 1px solid $line;
  131. background-color: white;
  132. }
  133. .start {
  134. flex: 1;
  135. margin-top: -17px;
  136. text-align: left;
  137. }
  138. .hor {
  139. flex: 0.7;
  140. text-align: center;
  141. padding-top: 5px;
  142. }
  143. }
  144. .bz {
  145. font-size: 12px;
  146. color: $font-c;
  147. margin-top: 7px;
  148. .icon {
  149. padding-right: 3px;
  150. }
  151. }
  152. .menu {
  153. margin-top: 12px;
  154. overflow: hidden;
  155. background-color: white;
  156. border-radius: 7px;
  157. box-shadow: $box-shadow;
  158. .cd {
  159. float: left;
  160. width: 25%;
  161. text-align: center;
  162. .out {
  163. padding: 5px;
  164. .int {
  165. padding: 5px 5px 5px 5px;
  166. position: relative;
  167. .icon {
  168. font-size: 25px;
  169. width: 45px;
  170. height: 45px;
  171. margin: 0 auto;
  172. color: white;
  173. border-radius: 18px;
  174. line-height: 47px;
  175. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
  176. }
  177. .title {
  178. font-size: 14px;
  179. padding-top: 5px;
  180. }
  181. .bage {
  182. position: absolute;
  183. padding: 0px 5px;
  184. border-radius: 20px;
  185. background-color: red;
  186. color: white;
  187. top: 2px;
  188. right: 7px;
  189. font-size: 13px;
  190. }
  191. }
  192. .share {
  193. background-color: white;
  194. line-height: 19px;
  195. }
  196. }
  197. }
  198. }
  199. .tips {
  200. font-size: 13px;
  201. background-color: $bg;
  202. padding: 8px;
  203. color: $main-color;
  204. overflow: hidden;
  205. .icon {
  206. font-size: 17px;
  207. float: left;
  208. padding-right: 3px;
  209. }
  210. }
  211. .popup {
  212. padding: 15px;
  213. background-color: white;
  214. border-radius: 10px;
  215. }
  216. .search {
  217. overflow: hidden;
  218. .usearch {
  219. float: left;
  220. width: 75%;
  221. }
  222. .address {
  223. float: right;
  224. padding-top: 5px;
  225. width: 65px;
  226. font-size: 15px;
  227. .icon {
  228. padding-right: 3px;
  229. }
  230. }
  231. }
  232. .item_job {
  233. padding: 10px;
  234. background-color: white;
  235. overflow: hidden;
  236. border-radius: 7px;
  237. margin-bottom: 10px;
  238. .top {
  239. overflow: hidden;
  240. .title {
  241. font-size: 15px;
  242. padding-top: 3px;
  243. font-weight: bold;
  244. float: left;
  245. width: 70%;
  246. }
  247. .salary {
  248. padding-top: 5px;
  249. font-size: 15px;
  250. font-weight: bold;
  251. color: #ff5722;
  252. margin-bottom: 5px;
  253. float: right;
  254. }
  255. }
  256. .con {
  257. padding-top: 3px;
  258. padding-bottom: 10px;
  259. font-size: 13px;
  260. color: $font-c;
  261. .desc {
  262. padding-right: 10px;
  263. }
  264. }
  265. .bot {
  266. border-top: 1px solid $line;
  267. font-size: 13px;
  268. color: $font-c;
  269. padding-top: 10px;
  270. overflow: hidden;
  271. .address {
  272. float: left;
  273. width: 68%;
  274. .icon {
  275. padding-right: 2px;
  276. }
  277. }
  278. .distance {
  279. float: right;
  280. }
  281. }
  282. .bt {
  283. border: 0px;
  284. padding-top: 3px;
  285. }
  286. .flex {
  287. border-top: 1px solid $line;
  288. padding-top: 10px;
  289. font-size: 14px;
  290. margin-top: 13px;
  291. }
  292. }
  293. /**简历******/
  294. .resume {
  295. padding: 15px;
  296. .row {
  297. padding: 10px;
  298. margin-bottom: 15px;
  299. border-radius: 5px;
  300. font-size: 14px;
  301. background-color: white;
  302. overflow: hidden;
  303. .top {
  304. .sm6 {
  305. float: left;
  306. .name {
  307. font-size: 22px;
  308. font-weight: bold;
  309. .icon {
  310. padding-left: 10px;
  311. }
  312. }
  313. }
  314. .tx {
  315. width: 55px;
  316. height: 55px;
  317. border-radius: 50%;
  318. position: absolute;
  319. right: 34px;
  320. }
  321. }
  322. .label {
  323. padding-bottom: 5px;
  324. .title {
  325. font-size: 17px;
  326. font-weight: bold;
  327. }
  328. .icon {
  329. float: right;
  330. font-weight: bold;
  331. margin-top: 2px;
  332. font-size: 20px;
  333. }
  334. }
  335. .ellip {
  336. line-height: 25px;
  337. }
  338. .item {
  339. padding-top: 10px;
  340. }
  341. }
  342. .btn {
  343. width: 80%;
  344. .icon {
  345. padding-right: 5px;
  346. }
  347. }
  348. }
  349. .yd {
  350. width: 4px;
  351. height: 4px;
  352. border-radius: 50%;
  353. background-color: $font-c;
  354. float: left;
  355. margin-top: 9px;
  356. margin-right: 3px;
  357. }
  358. .lav {
  359. margin-bottom: 20px;
  360. padding-left: 7px;
  361. padding-right: 7px;
  362. .icon {
  363. font-size: 40px;
  364. padding-bottom: 10px;
  365. }
  366. .title {
  367. font-size: 22px;
  368. font-weight: bold;
  369. }
  370. .desc {
  371. font-size: 14px;
  372. margin-top: 10px;
  373. color: $font-c;
  374. }
  375. }
  376. .tags {
  377. float: left;
  378. width: 50%;
  379. .out {
  380. padding: 5px;
  381. .int {
  382. border-radius: 3px;
  383. text-align: center;
  384. padding: 10px 5px 10px 5px;
  385. font-size: 14px;
  386. color: $font-c;
  387. background-color: #f3f3f3;
  388. }
  389. }
  390. }
  391. .search_view {
  392. position: fixed;
  393. width: 100%;
  394. overflow-y: auto;
  395. background-color: white;
  396. z-index: 3;
  397. .list {
  398. padding: 5px 15px 10px 15px;
  399. .item {
  400. padding: 10px;
  401. color: $font-c;
  402. .title {
  403. font-size: 16px;
  404. font-weight: 600;
  405. }
  406. .desc {
  407. font-size: 13px;
  408. color: #a1a1a1;
  409. padding-top: 2px;
  410. }
  411. }
  412. }
  413. }
  414. ._success {
  415. color: #67c23a !important;
  416. }
  417. ._info {
  418. color: #909399 !important;
  419. }
  420. ._error {
  421. color: #f56c6c !important;
  422. }
  423. .message {
  424. padding: 15px;
  425. border-radius: 5px;
  426. font-size: 14px;
  427. color: $font-c;
  428. margin-bottom: 10px;
  429. background-color: white;
  430. .icon {
  431. padding-right: 3px;
  432. font-size: 16px;
  433. }
  434. }
  435. .ql-editor.ql-blank:before {
  436. font-style: normal !important;
  437. }
  438. /**底部按钮操作******/
  439. .mfooter {
  440. position: fixed;
  441. width: 100%;
  442. bottom: 30px;
  443. text-align: center;
  444. .btn {
  445. border-radius: 35px;
  446. width: 50%;
  447. .icon {
  448. padding-right: 5px;
  449. }
  450. }
  451. }
  452. .position {
  453. padding: 15px;
  454. .audits {
  455. margin-top: -10px;
  456. margin-bottom: 15px;
  457. .audit {
  458. float: left;
  459. padding: 5px 15px;
  460. border-radius: 30px;
  461. background-color: white;
  462. margin-right: 12px;
  463. font-size: 14px;
  464. color: $font-c;
  465. &.active {
  466. color: white;
  467. background-color: $main-color;
  468. }
  469. }
  470. overflow: hidden;
  471. }
  472. .item {
  473. border-radius: 7px;
  474. background-color: white;
  475. color: $font-c;
  476. padding: 15px;
  477. overflow: hidden;
  478. margin-bottom: 12px;
  479. .top {
  480. overflow: hidden;
  481. .title {
  482. font-size: 16px;
  483. float: left;
  484. width: 71%;
  485. font-weight: bold;
  486. .icon {
  487. }
  488. }
  489. .salary {
  490. font-size: 15px;
  491. font-weight: bold;
  492. color: #ff5722;
  493. margin-bottom: 5px;
  494. float: right;
  495. }
  496. .audit {
  497. float: right;
  498. font-size: 14px;
  499. .icon {
  500. padding-right: 3px;
  501. }
  502. }
  503. }
  504. .desc {
  505. margin-top: 10px;
  506. color: $font-c;
  507. width: 100%;
  508. font-size: 14px;
  509. overflow: hidden;
  510. .tag {
  511. float: left;
  512. padding: 1px 8px 8px 0px;
  513. border-radius: 3px;
  514. margin-right: 7px;
  515. }
  516. .date {
  517. float: right;
  518. }
  519. }
  520. .flex {
  521. border-top: 1px solid $line;
  522. padding-top: 10px;
  523. font-size: 14px;
  524. }
  525. }
  526. }
  527. .br {
  528. border-right: 1px solid $line;
  529. }
  530. .danger {
  531. color: #f44336;
  532. }
  533. .agree {
  534. color: $main-color;
  535. }
  536. .filters {
  537. float: right;
  538. margin-top: -32px;
  539. color: $font-c;
  540. z-index: 111;
  541. font-size: 15px;
  542. position: relative;
  543. .icon {
  544. padding-right: 3px;
  545. }
  546. }
  547. .city {
  548. float: right;
  549. margin-top: -32px;
  550. color: $font-c;
  551. z-index: 111;
  552. position: relative;
  553. width: 70px;
  554. margin-right: 70px;
  555. font-size: 15px;
  556. .icon {
  557. padding-right: 3px;
  558. }
  559. }
  560. .pt0 {
  561. padding-top: 0px;
  562. }