common.scss 6.5 KB

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