join.css 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  1. body {
  2. background: #fff;
  3. }
  4. .main {}
  5. .join_container {
  6. padding-top: 1.375rem;
  7. position: relative;
  8. background: #f1f5f9
  9. }
  10. .territory {
  11. padding-top: 2.5rem;
  12. margin-top: 0;
  13. }
  14. .territory h3 {
  15. font-size: 0.9rem;
  16. color: #505050;
  17. }
  18. .bg_earphone,
  19. .bg_cup {
  20. position: absolute;
  21. right: -3.825rem;
  22. top: -1.0rem
  23. }
  24. .bg_earphone {
  25. top: 1.2rem;
  26. }
  27. .bg_glasses {
  28. position: absolute;
  29. left: -4.525rem;
  30. bottom: -5.0rem
  31. }
  32. .bg_phone {
  33. height: 4.5rem;
  34. overflow: hidden;
  35. }
  36. .bg_cup {
  37. right: -3.25rem;
  38. top: 3rem
  39. }
  40. .bg_earphone_img,
  41. .bg_glasses_img,
  42. .bg_cup_img,
  43. .bg_phone_img {
  44. width: 9rem
  45. }
  46. .bg_glasses_img {
  47. width: 10rem;
  48. }
  49. .bg_cup_img {}
  50. .picture_wall {
  51. width: 100%;
  52. position: relative;
  53. margin-top: 2.5rem
  54. }
  55. .flexible {
  56. height: 10.25rem;
  57. width: 9.5rem;
  58. margin-top: 3rem;
  59. }
  60. .join-img-item {
  61. height: 10.2rem;
  62. width: 9.5rem;
  63. position: absolute;
  64. display: flex;
  65. padding: 0.2em;
  66. background: #fff;
  67. cursor: pointer;
  68. text-align: center;
  69. margin: 0 auto;
  70. overflow: hidden;
  71. top: 0;
  72. /* left: 0; */
  73. /* transform: translate(37%, 0); */
  74. }
  75. .join-img-item>img {
  76. width: 100%;
  77. }
  78. .div-skew {
  79. height: 10.25rem;
  80. width: 9.5rem;
  81. padding: 0.2em;
  82. background: #fff;
  83. transform: rotate(17deg) ;
  84. -moz-transform: rotate(17deg) ;
  85. -webkit-transform: rotate(17deg) ;
  86. -o-transform: rotate(17deg) ;
  87. -ms-transform: rotate(17deg) ;
  88. box-shadow: 0px 0px 10px #999;
  89. }
  90. .join_txt_title_con {
  91. text-align: center;
  92. font-weight: bold;
  93. /*margin-top: 15rem;*/
  94. position: relative;
  95. }
  96. .join_txt_title{
  97. margin: 0 0.5rem;
  98. }
  99. .join_txt_title p{
  100. font-size: 0.8rem;
  101. }
  102. .join_txt_subtxt {
  103. margin: 0.4rem 0.8rem 0;
  104. font-weight: normal;
  105. }
  106. .join_txt_subtxt>p {
  107. color: #656565;
  108. font-size: 0.5rem;
  109. line-height: 1.5;
  110. }
  111. .middle_img {
  112. height: 10.25rem;
  113. width: 10.25rem;
  114. padding: 0.2em;
  115. background: #fff;
  116. cursor: pointer;
  117. text-align: center;
  118. margin: 3rem auto;
  119. overflow: hidden;
  120. }
  121. .middle_img>img {
  122. display: inline-block;
  123. height: 100%;
  124. }
  125. .work_list {
  126. padding: 0 0.7rem;
  127. background: #fff;
  128. text-align: center;
  129. }
  130. .work_list_title {
  131. margin: 3rem auto 1.0rem;
  132. font-size: 0.9rem;
  133. }
  134. .work_list_title>h3 {
  135. font-size: 0.9rem;
  136. }
  137. .work_list_search {
  138. text-align: left;
  139. font-size: 0.6rem;
  140. }
  141. .work_list_search_title {
  142. line-height: 2;
  143. display: flex;
  144. margin-bottom: 0.3rem;
  145. }
  146. .work_list_search_title_con {
  147. display: inline-block;
  148. }
  149. .work_list_search_title_con>span {
  150. margin-right: 0.2rem;
  151. }
  152. .click_active {
  153. border-bottom: 1px #505050 solid;
  154. }
  155. .work_list_search_input {
  156. width: 100%;
  157. height: 2.8em;
  158. line-height: 2.8em;
  159. display: flex;
  160. margin: 1.0rem 0;
  161. border-radius: 0.2rem;
  162. overflow: hidden;
  163. }
  164. .form_input {
  165. width: 100%;
  166. background: #ededed;
  167. flex: 3;
  168. border: none;
  169. height: 2.8em;
  170. padding-left: 0.8em;
  171. font-size: 0.7rem;
  172. }
  173. .search-btn {
  174. background: #e8383d;
  175. color: #fff;
  176. line-height: 2.8em;
  177. width: 7em;
  178. padding: 0 2em;
  179. text-align: center;
  180. cursor: pointer;
  181. }
  182. .work_list_search_item {
  183. align-items: center;
  184. display: flex;
  185. padding: 0.8rem 0;
  186. border-bottom: 1px solid #f5f5f5;
  187. }
  188. .work_list_search_item_con {
  189. flex: 3
  190. }
  191. .work_list_search_item_con_title {}
  192. .work_list_search_item_con_sub {
  193. margin-top: 0.5rem;
  194. font-size: 0.5rem;
  195. }
  196. .apply-btn {
  197. background: #e8383d;
  198. color: #fff;
  199. font-size: 0.5rem;
  200. line-height: 1.42rem;
  201. height: 1.4rem;
  202. border-radius: 0.1rem;
  203. text-align: center;
  204. cursor: pointer;
  205. flex: 1
  206. }
  207. .page-line {
  208. text-align: center;
  209. margin-bottom: 1.5rem;
  210. }
  211. ._location>span {
  212. margin-right: 0.2rem;
  213. }
  214. /*iphone 8*/
  215. @media screen and (min-width: 375px) and (max-width: 410px) {
  216. .join-img-item {
  217. /* transform: translate(37%, 0); */
  218. }
  219. .div-skew {
  220. transform: rotate(17deg) ;
  221. -moz-transform: rotate(17deg) ;
  222. -webkit-transform: rotate(17deg) ;
  223. -o-transform: rotate(17deg) ;
  224. -ms-transform: rotate(17deg) ;
  225. }
  226. .territory h3 {
  227. font-size: 20px;
  228. }
  229. .join_txt_title>p {
  230. font-size: 18px;
  231. }
  232. .work_list_title>h3 {
  233. font-size: 20px;
  234. }
  235. .work_list_search {
  236. font-size: 17px;
  237. }
  238. .form_input {
  239. font-size: 16px;
  240. height: 2em;
  241. line-height: 1;
  242. }
  243. .work_list_search_input {
  244. border-radius: 2px;
  245. height: 2em;
  246. line-height: 1;
  247. }
  248. .search-btn {
  249. height: 2em;
  250. line-height: 2em;
  251. font-size: 16px;
  252. }
  253. input::-webkit-input-placeholder {
  254. /*WebKit browsers*/
  255. color: #999;
  256. font-size: 0.7rem;
  257. }
  258. input::-moz-input-placeholder {
  259. /*Mozilla Firefox*/
  260. color: #999;
  261. font-size: 0.7rem;
  262. }
  263. input::-ms-input-placeholder {
  264. /*Internet Explorer*/
  265. color: #999;
  266. font-size: 0.7rem;
  267. }
  268. }
  269. @media screen and (min-width: 351px) and (max-width: 374px) {
  270. .join-img-item {
  271. /* transform: translate(20%, 0); */
  272. }
  273. .div-skew {
  274. transform: rotate(17deg) ;
  275. -moz-transform: rotate(17deg) ;
  276. -webkit-transform: rotate(17deg) ;
  277. -o-transform: rotate(17deg) ;
  278. -ms-transform: rotate(17deg) ;
  279. }
  280. .territory h3 {
  281. font-size: 17px;
  282. }
  283. .join_txt_title>p {
  284. font-size: 17px;
  285. }
  286. .work_list_title>h3 {
  287. font-size: 17px;
  288. }
  289. .work_list_search {
  290. font-size: 16px;
  291. }
  292. .load_more {
  293. font-size: 16px;
  294. }
  295. .work_list_search_title_con {
  296. width: 198px;
  297. }
  298. .work_list_search_input {
  299. height: 28px;
  300. line-height: 28px;
  301. }
  302. .form_input {
  303. line-height: 28px;
  304. font-size: 16px;
  305. height: 28px;
  306. }
  307. .search-btn {
  308. height: 28px;
  309. font-size: 14px;
  310. line-height: 28px;
  311. }
  312. .join-img-item{
  313. height:10rem;
  314. }
  315. input::-webkit-input-placeholder {
  316. /*WebKit browsers*/
  317. color: #999;
  318. font-size: 14px;
  319. }
  320. input::-moz-input-placeholder {
  321. /*Mozilla Firefox*/
  322. color: #999;
  323. font-size: 14px;
  324. }
  325. input::-ms-input-placeholder {
  326. /*Internet Explorer*/
  327. color: #999;
  328. font-size: 14px;
  329. }
  330. }
  331. /*iphone se*/
  332. @media screen and (min-width: 300px) and (max-width: 350px) {
  333. .join-img-item {
  334. /* transform: translate(40%, 0); */
  335. }
  336. .div-skew {
  337. transform: rotate(17deg) ;
  338. -moz-transform: rotate(17deg) ;
  339. -webkit-transform: rotate(17deg) ;
  340. -o-transform: rotate(17deg) ;
  341. -ms-transform: rotate(17deg) ;
  342. }
  343. .territory h3 {
  344. font-size: 17px;
  345. }
  346. .join_txt_title>p {
  347. font-size: 17px;
  348. }
  349. .work_list_title>h3 {
  350. font-size: 17px;
  351. }
  352. .work_list_search {
  353. font-size: 16px;
  354. }
  355. .load_more {
  356. font-size: 16px;
  357. }
  358. .work_list_search_title_con {
  359. width: 198px
  360. }
  361. .work_list_search_input {
  362. height: 28px;
  363. line-height: 28px;
  364. }
  365. .form_input {
  366. line-height: 28px;
  367. font-size: 14px;
  368. height: 28px;
  369. }
  370. .search-btn {
  371. height: 28px;
  372. font-size: 14px;
  373. line-height: 28px;
  374. }
  375. .join-img-item{
  376. /*height:10rem;*/
  377. }
  378. input::-webkit-input-placeholder {
  379. /*WebKit browsers*/
  380. color: #999;
  381. font-size: 14px;
  382. }
  383. input::-moz-input-placeholder {
  384. /*Mozilla Firefox*/
  385. color: #999;
  386. font-size: 14px;
  387. }
  388. input::-ms-input-placeholder {
  389. /*Internet Explorer*/
  390. color: #999;
  391. font-size: 14px;
  392. }
  393. }