common.scss 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  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: 10px;
  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: 8px 5px 8px 5px;
  166. .icon {
  167. font-size: 30px;
  168. width: 50px;
  169. height: 50px;
  170. margin: 0 auto;
  171. color: white;
  172. border-radius: 8px;
  173. line-height: 52px;
  174. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  175. }
  176. .title {
  177. font-size: 14px;
  178. padding-top: 5px;
  179. }
  180. }
  181. .share {
  182. background-color: white;
  183. line-height: 19px;
  184. }
  185. }
  186. }
  187. }
  188. .tips {
  189. font-size: 13px;
  190. background-color: $bg;
  191. padding: 8px;
  192. color: $main-color;
  193. overflow: hidden;
  194. .icon {
  195. font-size: 17px;
  196. float: left;
  197. padding-right: 3px;
  198. }
  199. }
  200. .popup {
  201. padding: 15px;
  202. background-color: white;
  203. border-radius: 10px;
  204. }
  205. .search {
  206. overflow: hidden;
  207. .usearch {
  208. float: left;
  209. width: 77%;
  210. }
  211. .address {
  212. float: right;
  213. padding-top: 5px;
  214. }
  215. }
  216. .item_job {
  217. padding: 10px;
  218. background-color: white;
  219. overflow: hidden;
  220. border-radius: 7px;
  221. margin-bottom: 10px;
  222. .top {
  223. overflow: hidden;
  224. .title {
  225. font-size: 15px;
  226. padding-top: 3px;
  227. font-weight: bold;
  228. float: left;
  229. width: 70%;
  230. }
  231. .salary {
  232. padding-top: 5px;
  233. font-size: 15px;
  234. font-weight: bold;
  235. color: #ff5722;
  236. margin-bottom: 5px;
  237. float: right;
  238. }
  239. }
  240. .bot {
  241. border-top: 1px solid $line;
  242. font-size: 13px;
  243. color: $font-c;
  244. padding-top: 10px;
  245. overflow: hidden;
  246. .address {
  247. float: left;
  248. width: 70%;
  249. .icon {
  250. padding-right: 2px;
  251. }
  252. }
  253. .distance {
  254. float: right;
  255. }
  256. }
  257. .bt {
  258. border: 0px;
  259. padding-top: 3px;
  260. }
  261. .flex {
  262. border-top: 1px solid $line;
  263. padding-top: 10px;
  264. font-size: 14px;
  265. margin-top: 13px;
  266. }
  267. }
  268. /**简历******/
  269. .resume {
  270. padding: 15px;
  271. .row {
  272. padding: 10px;
  273. margin-bottom: 15px;
  274. border-radius: 5px;
  275. font-size: 14px;
  276. background-color: white;
  277. overflow: hidden;
  278. .top {
  279. .sm6 {
  280. float: left;
  281. .name {
  282. font-size: 22px;
  283. font-weight: bold;
  284. .icon {
  285. padding-left: 10px;
  286. }
  287. }
  288. }
  289. .tx {
  290. width: 55px;
  291. height: 55px;
  292. border-radius: 50%;
  293. position: absolute;
  294. right: 34px;
  295. }
  296. }
  297. .label {
  298. padding-bottom: 5px;
  299. .title {
  300. font-size: 17px;
  301. font-weight: bold;
  302. }
  303. .icon {
  304. float: right;
  305. font-weight: bold;
  306. margin-top: 2px;
  307. font-size: 20px;
  308. }
  309. }
  310. .ellip {
  311. line-height: 25px;
  312. }
  313. .item {
  314. padding-top: 10px;
  315. }
  316. }
  317. .btn {
  318. width: 80%;
  319. .icon {
  320. padding-right: 5px;
  321. }
  322. }
  323. }
  324. .yd {
  325. width: 4px;
  326. height: 4px;
  327. border-radius: 50%;
  328. background-color: $font-c;
  329. float: left;
  330. margin-top: 9px;
  331. margin-right: 3px;
  332. }
  333. .lav {
  334. margin-bottom: 20px;
  335. padding-left: 7px;
  336. padding-right: 7px;
  337. .icon {
  338. font-size: 40px;
  339. padding-bottom: 10px;
  340. }
  341. .title {
  342. font-size: 22px;
  343. font-weight: bold;
  344. }
  345. .desc {
  346. font-size: 14px;
  347. margin-top: 10px;
  348. color: $font-c;
  349. }
  350. }
  351. .tags {
  352. float: left;
  353. width: 50%;
  354. .out {
  355. padding: 5px;
  356. .int {
  357. border-radius: 3px;
  358. text-align: center;
  359. padding: 10px 5px 10px 5px;
  360. font-size: 14px;
  361. color: $font-c;
  362. background-color: #f3f3f3;
  363. }
  364. }
  365. }
  366. .search_view {
  367. position: fixed;
  368. width: 100%;
  369. overflow-y: auto;
  370. background-color: white;
  371. z-index: 3;
  372. .list {
  373. padding: 5px 15px 10px 15px;
  374. .item {
  375. padding: 10px;
  376. color: $font-c;
  377. .title {
  378. font-size: 16px;
  379. font-weight: 600;
  380. }
  381. .desc {
  382. font-size: 13px;
  383. color: #a1a1a1;
  384. padding-top: 2px;
  385. }
  386. }
  387. }
  388. }
  389. ._success {
  390. color: #67c23a !important;
  391. }
  392. ._info {
  393. color: #909399 !important;
  394. }
  395. ._error {
  396. color: #f56c6c !important;
  397. }
  398. .message {
  399. padding: 15px;
  400. border-radius: 5px;
  401. font-size: 14px;
  402. color: $font-c;
  403. margin-bottom: 10px;
  404. background-color: white;
  405. .icon {
  406. padding-right: 3px;
  407. font-size: 16px;
  408. }
  409. }
  410. .ql-editor.ql-blank:before {
  411. font-style: normal !important;
  412. }
  413. /**底部按钮操作******/
  414. .mfooter {
  415. position: fixed;
  416. width: 100%;
  417. bottom: 30px;
  418. text-align: center;
  419. .btn {
  420. border-radius: 35px;
  421. width: 50%;
  422. .icon {
  423. padding-right: 5px;
  424. }
  425. }
  426. }
  427. .position {
  428. padding: 15px;
  429. .audits {
  430. margin-top: -10px;
  431. margin-bottom: 15px;
  432. .audit {
  433. float: left;
  434. padding: 5px 15px;
  435. border-radius: 30px;
  436. background-color: white;
  437. margin-right: 12px;
  438. font-size: 14px;
  439. color: $font-c;
  440. &.active {
  441. color: white;
  442. background-color: $main-color;
  443. }
  444. }
  445. overflow: hidden;
  446. }
  447. .item {
  448. border-radius: 7px;
  449. background-color: white;
  450. color: $font-c;
  451. padding: 15px;
  452. overflow: hidden;
  453. margin-bottom: 12px;
  454. .top {
  455. overflow: hidden;
  456. .title {
  457. font-size: 16px;
  458. float: left;
  459. width: 71%;
  460. font-weight: bold;
  461. .icon {
  462. }
  463. }
  464. .salary {
  465. font-size: 15px;
  466. font-weight: bold;
  467. color: #ff5722;
  468. margin-bottom: 5px;
  469. float: right;
  470. }
  471. .audit {
  472. float: right;
  473. font-size: 14px;
  474. .icon {
  475. padding-right: 3px;
  476. }
  477. }
  478. }
  479. .desc {
  480. margin-top: 10px;
  481. color: $font-c;
  482. width: 100%;
  483. font-size: 14px;
  484. overflow: hidden;
  485. .tag {
  486. float: left;
  487. padding: 1px 8px 8px 0px;
  488. border-radius: 3px;
  489. margin-right: 7px;
  490. }
  491. .date {
  492. float: right;
  493. }
  494. }
  495. .flex {
  496. border-top: 1px solid $line;
  497. padding-top: 10px;
  498. font-size: 14px;
  499. }
  500. }
  501. }
  502. .br {
  503. border-right: 1px solid $line;
  504. }
  505. .danger {
  506. color: #f44336;
  507. }
  508. .agree {
  509. color: $main-color;
  510. }
  511. .filters {
  512. float: right;
  513. margin-top: -32px;
  514. color: $font-c;
  515. z-index: 111;
  516. position: relative;
  517. .icon {
  518. padding-right: 3px;
  519. }
  520. }
  521. .pt0 {
  522. padding-top: 0px;
  523. }