common.scss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  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. .clear {
  39. clear: both;
  40. }
  41. .r {
  42. width: 100%;
  43. overflow: hidden;
  44. }
  45. .r10 {
  46. width: 10%;
  47. float: left;
  48. }
  49. .r20 {
  50. width: 20%;
  51. float: left;
  52. }
  53. .r30 {
  54. width: 30%;
  55. float: left;
  56. }
  57. .r40 {
  58. width: 40%;
  59. float: left;
  60. }
  61. .r50 {
  62. width: 50%;
  63. float: left;
  64. }
  65. .r60 {
  66. width: 60%;
  67. float: left;
  68. }
  69. .r70 {
  70. width: 70%;
  71. float: left;
  72. }
  73. .r80 {
  74. width: 80%;
  75. float: left;
  76. }
  77. .r90 {
  78. width: 90%;
  79. float: left;
  80. }
  81. .flex {
  82. display: flex;
  83. text-align: center;
  84. .f {
  85. flex: 1;
  86. overflow: hidden;
  87. }
  88. }
  89. .btn {
  90. color: white;
  91. background-color: $main-color;
  92. border-radius: 30px;
  93. font-size: 14px;
  94. text-align: center;
  95. padding: 5px;
  96. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  97. }
  98. .form_group {
  99. padding: 9px 15px 9px 15px;
  100. overflow: hidden;
  101. position: relative;
  102. border-bottom: 1px solid $line;
  103. &.form_group:last-child {
  104. border-bottom: 0px;
  105. }
  106. .lable {
  107. font-size: 15px;
  108. text-align: left;
  109. position: relative;
  110. float: left;
  111. color: $font-c;
  112. margin-top: 7px;
  113. .limit {
  114. padding-left: 8px;
  115. font-size: 13px;
  116. font-weight: normal;
  117. color: darkgray;
  118. }
  119. }
  120. .re {
  121. &::before {
  122. content: '*';
  123. width: 0px;
  124. height: 0px;
  125. color: red;
  126. position: absolute;
  127. top: -7px;
  128. left: -8px;
  129. font-weight: bold;
  130. }
  131. }
  132. .bgm {
  133. color: white;
  134. border-radius: 5px;
  135. margin-top: 12px;
  136. position: relative;
  137. .input {
  138. border: 0px;
  139. width: 75%;
  140. margin-top: 0px;
  141. }
  142. .msg {
  143. position: absolute;
  144. right: 10px;
  145. top: 9px;
  146. }
  147. }
  148. .avatar {
  149. position: absolute;
  150. top: 0px;
  151. right: 0px;
  152. width: 55px;
  153. height: 55px;
  154. border-radius: 50%;
  155. }
  156. input {
  157. font-size: 15px;
  158. border-radius: 5px;
  159. padding: 10px 5px 10px 10px;
  160. width: 72%;
  161. float: right;
  162. text-align: right;
  163. }
  164. picker {
  165. position: relative;
  166. text-align: right;
  167. width: 72%;
  168. float: right;
  169. line-height: 0px;
  170. padding: 17px 7px 20px 0px;
  171. }
  172. textarea {
  173. font-size: 15px;
  174. border-radius: 5px;
  175. padding: 10px;
  176. margin-top: 40px;
  177. height: 120px;
  178. width: 93%;
  179. background-color: #f1f1f1;
  180. }
  181. .more {
  182. position: absolute;
  183. right: 3px;
  184. top: 18px;
  185. font-weight: normal;
  186. }
  187. }
  188. /*****设置**********/
  189. .cmd {
  190. margin-top: 30px;
  191. overflow: hidden;
  192. border-radius: 10px;
  193. .s_item {
  194. padding: 10px;
  195. background-color: white;
  196. color: $font-c;
  197. overflow: hidden;
  198. border-bottom: 1px solid #f0f2f7;
  199. &:last-child {
  200. border-bottom: 0px;
  201. }
  202. .ic {
  203. float: left;
  204. font-size: 25px;
  205. text-align: center;
  206. padding: 7px;
  207. border-radius: 50%;
  208. border: 1px solid $main-color;
  209. color: $main-color;
  210. }
  211. .title {
  212. color: #545555;
  213. padding-top: 11px;
  214. float: left;
  215. padding-left: 10px;
  216. }
  217. .arrow {
  218. font-size: 20px;
  219. float: right;
  220. color: #9a9a9a;
  221. margin-top: 10px;
  222. }
  223. }
  224. }
  225. .tips {
  226. font-size: 13px;
  227. background-color: $bg;
  228. padding: 8px;
  229. color: $main-color;
  230. overflow: hidden;
  231. .icon {
  232. font-size: 17px;
  233. float: left;
  234. padding-right: 3px;
  235. }
  236. }
  237. .popup {
  238. padding: 15px;
  239. background-color: white;
  240. border-radius: 10px;
  241. }
  242. .search {
  243. overflow: hidden;
  244. .usearch {
  245. float: left;
  246. width: 77%;
  247. }
  248. .address {
  249. float: right;
  250. padding-top: 5px;
  251. }
  252. }
  253. .jobs {
  254. margin-top: 10px;
  255. margin-left: -6px;
  256. margin-right: -6px;
  257. .full_time {
  258. float: left;
  259. width: 50%;
  260. .out {
  261. padding: 6px;
  262. .int {
  263. padding: 10px;
  264. background-color: white;
  265. overflow: hidden;
  266. border-radius: 7px;
  267. box-shadow:$box-shadow;
  268. image {
  269. width: 100%;
  270. height: 100px;
  271. }
  272. .title {
  273. font-size: 14px;
  274. padding-top: 3px;
  275. font-weight: bold;
  276. }
  277. .desc {
  278. font-size: 13px;
  279. padding-top: 3px;
  280. }
  281. .price {
  282. padding-top: 3px;
  283. font-size: 14px;
  284. font-weight: bold;
  285. color: #ff5722;
  286. }
  287. .address {
  288. padding-top: 3px;
  289. font-size: 12px;
  290. color: $font-c;
  291. .icon {
  292. padding-right: 2px;
  293. }
  294. }
  295. }
  296. }
  297. }
  298. .part_time {
  299. padding: 10px;
  300. background-color: white;
  301. overflow: hidden;
  302. border-radius: 7px;
  303. margin-bottom: 10px;
  304. .title {
  305. font-size: 14px;
  306. padding-top: 3px;
  307. font-weight: bold;
  308. }
  309. .date {
  310. font-size: 13px;
  311. padding: 1px 8px;
  312. background-color: #e3e3e3;
  313. border-radius: 4px;
  314. margin-top: 5px;
  315. color: white;
  316. }
  317. .price {
  318. padding-top: 5px;
  319. font-size: 15px;
  320. font-weight: bold;
  321. color: #ff5722;
  322. margin-bottom: 5px;
  323. }
  324. .address {
  325. padding-top: 10px;
  326. font-size: 12px;
  327. color: $font-c;
  328. border-top: 1px solid $line;
  329. margin-top: 12px;
  330. .icon {
  331. padding-right: 2px;
  332. }
  333. .add {
  334. float: right;
  335. color: white;
  336. background-color: $main-color;
  337. padding: 3px 20px;
  338. border-radius: 20px;
  339. }
  340. }
  341. }
  342. }