common.scss 6.3 KB

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