common.scss 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  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. }
  21. .omit {
  22. white-space: nowrap;
  23. text-overflow: ellipsis;
  24. overflow: hidden;
  25. }
  26. .ellip {
  27. -webkit-line-clamp: 2;
  28. text-overflow: ellipsis;
  29. display: -webkit-box;
  30. -webkit-box-orient: vertical;
  31. overflow: hidden;
  32. margin-top: 7px;
  33. color: #666666;
  34. }
  35. .mt10 {
  36. margin-top: 10px;
  37. }
  38. .flex {
  39. display: flex;
  40. text-align: center;
  41. .f {
  42. flex: 1;
  43. overflow: hidden;
  44. }
  45. }
  46. .btn {
  47. color: white;
  48. background-color: $main-color;
  49. border-radius: 30px;
  50. font-size: 14px;
  51. text-align: center;
  52. padding: 5px;
  53. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  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. .input {
  86. border: 0px;
  87. width: 75%;
  88. margin-top: 0px;
  89. }
  90. .msg {
  91. position: absolute;
  92. right: 10px;
  93. top: 9px;
  94. }
  95. }
  96. .avatar {
  97. position: absolute;
  98. top: 0px;
  99. right: 0px;
  100. width: 55px;
  101. height: 55px;
  102. border-radius: 50%;
  103. }
  104. picker {
  105. position: relative;
  106. .more {
  107. position: absolute;
  108. right: 7px;
  109. top: 13px;
  110. font-weight: normal;
  111. }
  112. }
  113. input {
  114. font-size: 15px;
  115. border-radius: 5px;
  116. padding: 10px;
  117. margin-top: 12px;
  118. border: 1px solid $line;
  119. background-color: white;
  120. }
  121. textarea {
  122. font-size: 15px;
  123. border-radius: 5px;
  124. padding: 10px;
  125. margin-top: 12px;
  126. height: 120px;
  127. width: 93%;
  128. border: 1px solid $line;
  129. background-color: white;
  130. }
  131. .start {
  132. flex: 1;
  133. margin-top: -17px;
  134. text-align: left;
  135. }
  136. .hor {
  137. flex: 1;
  138. text-align: center;
  139. padding-top: 5px;
  140. }
  141. }
  142. .bz {
  143. font-size: 12px;
  144. color: $font-c;
  145. margin-top: 7px;
  146. .icon {
  147. padding-right: 3px;
  148. }
  149. }
  150. .menu {
  151. margin-top: 12px;
  152. overflow: hidden;
  153. background-color: white;
  154. border-radius: 10px;
  155. box-shadow: $box-shadow;
  156. .cd {
  157. float: left;
  158. width: 25%;
  159. text-align: center;
  160. .out {
  161. padding: 5px;
  162. .int {
  163. padding: 8px 5px 8px 5px;
  164. .icon {
  165. font-size: 30px;
  166. width: 50px;
  167. height: 50px;
  168. margin: 0 auto;
  169. color: white;
  170. border-radius: 8px;
  171. line-height: 52px;
  172. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  173. }
  174. .title {
  175. font-size: 14px;
  176. padding-top: 5px;
  177. }
  178. }
  179. }
  180. }
  181. }
  182. .tips {
  183. font-size: 13px;
  184. background-color: $bg;
  185. padding: 8px;
  186. color: $main-color;
  187. overflow: hidden;
  188. .icon {
  189. font-size: 17px;
  190. float: left;
  191. padding-right: 3px;
  192. }
  193. }
  194. .popup {
  195. padding: 15px;
  196. background-color: white;
  197. border-radius: 10px;
  198. }
  199. .search {
  200. overflow: hidden;
  201. .usearch {
  202. float: left;
  203. width: 77%;
  204. }
  205. .address {
  206. float: right;
  207. padding-top: 5px;
  208. }
  209. }
  210. .jobs {
  211. margin-top: 10px;
  212. margin-left: -6px;
  213. margin-right: -6px;
  214. .full_time {
  215. float: left;
  216. width: 50%;
  217. .out {
  218. padding: 6px;
  219. .int {
  220. padding: 10px;
  221. background-color: white;
  222. overflow: hidden;
  223. border-radius: 7px;
  224. box-shadow: $box-shadow;
  225. image {
  226. width: 100%;
  227. height: 100px;
  228. }
  229. .title {
  230. font-size: 14px;
  231. padding-top: 3px;
  232. font-weight: bold;
  233. }
  234. .desc {
  235. font-size: 13px;
  236. padding-top: 3px;
  237. }
  238. .price {
  239. padding-top: 3px;
  240. font-size: 14px;
  241. font-weight: bold;
  242. color: #ff5722;
  243. }
  244. .address {
  245. padding-top: 3px;
  246. font-size: 12px;
  247. color: $font-c;
  248. .icon {
  249. padding-right: 2px;
  250. }
  251. }
  252. }
  253. }
  254. }
  255. .part_time {
  256. padding: 10px;
  257. background-color: white;
  258. overflow: hidden;
  259. border-radius: 7px;
  260. margin-bottom: 10px;
  261. .title {
  262. font-size: 14px;
  263. padding-top: 3px;
  264. font-weight: bold;
  265. }
  266. .date {
  267. font-size: 13px;
  268. padding: 1px 8px;
  269. background-color: #e3e3e3;
  270. border-radius: 4px;
  271. margin-top: 5px;
  272. color: white;
  273. }
  274. .price {
  275. padding-top: 5px;
  276. font-size: 15px;
  277. font-weight: bold;
  278. color: #ff5722;
  279. margin-bottom: 5px;
  280. }
  281. .address {
  282. padding-top: 10px;
  283. font-size: 12px;
  284. color: $font-c;
  285. border-top: 1px solid $line;
  286. margin-top: 12px;
  287. .icon {
  288. padding-right: 2px;
  289. }
  290. .add {
  291. float: right;
  292. color: white;
  293. background-color: $main-color;
  294. padding: 3px 20px;
  295. border-radius: 20px;
  296. }
  297. }
  298. }
  299. }
  300. /**简历******/
  301. .resume {
  302. padding: 15px;
  303. .row {
  304. padding: 10px;
  305. margin-bottom: 15px;
  306. border-radius: 5px;
  307. font-size: 14px;
  308. background-color: white;
  309. overflow: hidden;
  310. .top {
  311. .sm6 {
  312. float: left;
  313. .name {
  314. font-size: 22px;
  315. font-weight: bold;
  316. .icon {
  317. padding-left: 10px;
  318. }
  319. }
  320. }
  321. .tx {
  322. width: 55px;
  323. height: 55px;
  324. border-radius: 50%;
  325. position: absolute;
  326. right: 34px;
  327. }
  328. }
  329. .label {
  330. padding-bottom: 5px;
  331. .title {
  332. font-size: 17px;
  333. font-weight: bold;
  334. }
  335. .icon {
  336. float: right;
  337. font-weight: bold;
  338. margin-top: 2px;
  339. font-size: 20px;
  340. }
  341. }
  342. .ellip {
  343. line-height: 25px;
  344. }
  345. .item {
  346. padding-top: 10px;
  347. }
  348. }
  349. }
  350. .yd {
  351. width: 4px;
  352. height: 4px;
  353. border-radius: 50%;
  354. background-color: $font-c;
  355. float: left;
  356. margin-top: 9px;
  357. margin-right: 3px;
  358. }
  359. .lav {
  360. margin-bottom: 20px;
  361. padding-left: 7px;
  362. padding-right: 7px;
  363. .icon {
  364. font-size: 40px;
  365. padding-bottom: 10px;
  366. }
  367. .title {
  368. font-size: 22px;
  369. font-weight: bold;
  370. }
  371. .desc {
  372. font-size: 14px;
  373. margin-top: 10px;
  374. color: $font-c;
  375. }
  376. }
  377. .tags {
  378. float: left;
  379. width: 50%;
  380. .out {
  381. padding: 5px;
  382. .int {
  383. border-radius: 3px;
  384. text-align: center;
  385. padding: 10px 5px 10px 5px;
  386. font-size: 13px;
  387. color: $font-c;
  388. background-color: #f3f3f3;
  389. }
  390. }
  391. }
  392. .search_view {
  393. position: fixed;
  394. width: 100%;
  395. overflow-y: auto;
  396. background-color: white;
  397. z-index: 3;
  398. .list {
  399. padding: 5px 15px 10px 15px;
  400. .item {
  401. padding: 10px;
  402. color: $font-c;
  403. .title {
  404. font-size: 16px;
  405. font-weight: 600;
  406. }
  407. .desc {
  408. font-size: 13px;
  409. color: #a1a1a1;
  410. padding-top: 2px;
  411. }
  412. }
  413. }
  414. }
  415. ._success {
  416. color: #67c23a !important;
  417. }
  418. ._info {
  419. color: #909399 !important;
  420. }
  421. ._error {
  422. color: #f56c6c !important;
  423. }
  424. .message {
  425. padding: 15px;
  426. border-radius: 5px;
  427. font-size: 14px;
  428. color: $font-c;
  429. margin-bottom: 10px;
  430. background-color: white;
  431. .icon {
  432. padding-right: 3px;
  433. font-size: 16px;
  434. }
  435. }
  436. .ql-editor.ql-blank:before{
  437. font-style: normal !important;
  438. }
  439. /**底部按钮操作******/
  440. .mfooter {
  441. position: fixed;
  442. width: 100%;
  443. bottom: 30px;
  444. text-align: center;
  445. .btn {
  446. border-radius: 35px;
  447. width: 50%;
  448. .icon {
  449. padding-right: 5px;
  450. }
  451. }
  452. }