form.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568
  1. #activitySchedule_form{
  2. padding-bottom: 32px;
  3. }
  4. #activitySchedule_form .ul_form_span{
  5. display: block;
  6. width: 100%;
  7. height: 32px;
  8. line-height: 32px;
  9. font-size: 17px;
  10. padding-left: 20px;
  11. background-color: #fff;
  12. margin-top: 10px;
  13. font-weight: 500;
  14. }
  15. #activitySchedule_form ul{
  16. height: auto;
  17. display: block;
  18. overflow: hidden;
  19. background-color: #fff;
  20. }
  21. #activitySchedule_form ul li{
  22. margin-left: 20px;
  23. display: block;
  24. border-bottom: .5px solid #e6e6e7;
  25. position: relative;
  26. height: 45px;
  27. line-height: 45px;
  28. font-size: 15px;
  29. }
  30. #activitySchedule_form ul span{
  31. vertical-align: baseline;
  32. display: inline-block;
  33. height: 35px;
  34. line-height: 35px;
  35. position: relative;
  36. }
  37. #activitySchedule_form ul input {
  38. display: inline-block;
  39. border: none;
  40. float: right;
  41. text-align: right;
  42. margin-right: 17px;
  43. width: auto;
  44. min-width: 66%;
  45. background-color: #fff;
  46. height: 99%;
  47. }
  48. .activitySchedule_form ul input {
  49. position: absolute;
  50. right: 0;
  51. min-width: 60% !important;
  52. }
  53. #activitySchedule_form ul input::-webkit-input-placeholder {
  54. text-align: right;
  55. padding-right:0;
  56. }
  57. #activitySchedule_state::-webkit-input-placeholder {
  58. text-align: right;
  59. padding-right:5px !important;
  60. }
  61. #activitySchedule_name::-webkit-input-placeholder {
  62. text-align: right;
  63. padding-right:5px !important;
  64. }
  65. #budget{
  66. margin-right: 4px !important;
  67. }
  68. #cooperation_input{
  69. margin-right: 30px !important;
  70. }
  71. #budget::-webkit-input-placeholder {
  72. padding-right:0px !important;
  73. }
  74. #cooperation_input::-webkit-input-placeholder {
  75. padding-right:14px !important;
  76. }
  77. #activitySchedule_form ul textarea{
  78. display: inline-block;
  79. height: 160px;
  80. vertical-align: text-top;
  81. min-width: 73%;
  82. width: auto;
  83. padding-left: 12px;
  84. background-color: #fff;
  85. }
  86. .activitySchedule_button{
  87. width: 100%;
  88. height: 35px;
  89. line-height: 35px !important;
  90. background-color: #ffffff;
  91. border: none;
  92. color: #3385ff;
  93. font-size: 15px !important;
  94. letter-spacing: 2px;
  95. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  96. }
  97. #activitySchedule_footer{
  98. background-image: none;
  99. border-top: .5px solid #dce1e8;
  100. }
  101. #activitySchedule_location{
  102. margin-right: 30px !important;
  103. }
  104. #activitySchedule_location::-webkit-input-placeholder {
  105. padding-right:4px !important;
  106. }
  107. .activity_schedule_downarrow{
  108. float: right;
  109. position: absolute;
  110. right: 17px;
  111. top:-1px;
  112. width: 7px;
  113. font-size: 16px;
  114. color: #3385ff;
  115. }
  116. .activity_schedule_i{
  117. float: right;
  118. position: absolute;
  119. right: 17px;
  120. top:-1px;
  121. width: 7px;
  122. font-size: 16px;
  123. color: #969191;
  124. }
  125. .act_write{
  126. font-size: 19px;
  127. color: #3385ff;
  128. margin-left: 5px;
  129. }
  130. .activity_home_div div{
  131. height: 70px;
  132. }
  133. .activity_home_div div .activity_home_span{
  134. display: inline-block;
  135. position: relative;
  136. height: 100%;
  137. top: 0;
  138. padding-left: 5px;
  139. }
  140. .activity_home_div{
  141. background-color: #fff;
  142. padding: 0 4%;
  143. margin-top: 8px;
  144. min-height: 200px;
  145. }
  146. .activity_home_div ul{
  147. display: block;
  148. height: auto;
  149. }
  150. .more_ul_list{
  151. border-bottom: 1px solid #e6e6e7;
  152. padding-bottom: 5px;
  153. position: relative;
  154. }
  155. .onlyMy_more{
  156. position: relative;
  157. border-bottom: 1px dashed #a6a6a7;
  158. }
  159. .onlyMy_more:last-child{
  160. border-bottom:none !important;
  161. }
  162. .more_ul_list li:last-child,
  163. .onlyMy_more li:last-child {
  164. width: 25px;
  165. height: 25px;
  166. position: absolute;
  167. right: 0;
  168. top: 32%;
  169. font-size: 20px;
  170. color: #3385ff;
  171. text-align: right;
  172. }
  173. .activity_home_div ul li{
  174. display: block;
  175. height: auto;
  176. overflow: hidden;
  177. }
  178. .activity_home_div ul li span{
  179. vertical-align: baseline;
  180. display: inline-block;
  181. height: 35px;
  182. line-height: 35px;
  183. float: left;
  184. }
  185. .activity_home_div ol li span:nth-child(1){
  186. width: 54% !important;
  187. text-align: center;
  188. overflow: hidden;
  189. text-overflow: ellipsis;
  190. white-space: nowrap;
  191. display: inline-block;
  192. padding-left: 5px;
  193. }
  194. .activity_home_div ol li span:nth-child(2){
  195. width: 20% !important;
  196. text-align: center;
  197. }
  198. .activity_home_div ol li span:nth-child(3){
  199. width: 25% !important;
  200. text-align: center;
  201. }
  202. .activity_home_div ul li input{
  203. display: inline-block;
  204. background-color: #fff;
  205. border: none;
  206. float: left;
  207. text-align: left;
  208. margin-left: 21px;
  209. width: auto;
  210. min-width: 66%;
  211. }
  212. .activity_home_div ul li p{
  213. display: inline-block;
  214. background-color: #fff;
  215. width: auto;
  216. min-width: 77%;
  217. text-align: justify;
  218. margin-left: 21px;
  219. max-width: 50%;
  220. padding-top: 7px;
  221. font-size: 15px;
  222. }
  223. .activity_home_div div .activity_home_span .activity_home_top{
  224. display: block;
  225. margin-top: 18px;
  226. }
  227. .activity_home_div div .activity_home_bottom{
  228. color: #8f9ea7;
  229. font-size: 12px;
  230. }
  231. .activity_home_div div .activity_home_bottom a{
  232. color: #8f9ea7;
  233. margin-left: 8px;
  234. }
  235. .activity_home_div div img{
  236. width: 45px;
  237. height: 45px;
  238. border-radius: 50%;
  239. border: none;
  240. display: inline-block;
  241. vertical-align: top;
  242. margin-top: 14px;
  243. }
  244. .activtySchedule_h1{
  245. color: #bdbdbd;
  246. font-size: 14px;
  247. text-align: center;
  248. line-height: 35px;
  249. margin: 0;
  250. height: 35px;
  251. }
  252. .table_ul{
  253. display: block;
  254. margin-top: 5px;
  255. background-color: #fff;
  256. }
  257. .table_ul li{
  258. width: 100%;
  259. height: 55px;
  260. line-height: 55px;
  261. border-bottom: 1px solid #e6e6e7;
  262. padding-left: 18px;
  263. font-size: 15px;
  264. }
  265. .table_ul li:first-child b{
  266. display: inline-block;
  267. width: 30px;
  268. height: 30px;
  269. background: url("../img/activityLiFirst.svg")no-repeat scroll 50% 25%;
  270. background-size:100%;
  271. vertical-align: middle;
  272. margin-right: 8px;
  273. }
  274. .table_ul li:nth-child(2) b{
  275. display: inline-block;
  276. width: 30px;
  277. height: 30px;
  278. background: url("../img/readyIcon.png")no-repeat scroll 50% 0%;
  279. background-size: 85%;
  280. vertical-align: middle;
  281. margin-right: 8px;
  282. }
  283. .table_ul li i{
  284. float: right;
  285. padding-right: 16px;
  286. color: #b3b0b0;
  287. font-size: 17px;
  288. }
  289. .upLoad_ul li em{
  290. color: #9a9a9a;
  291. font-size: 12px;
  292. margin-left: 10px;
  293. }
  294. .upLoad_ul li a{
  295. display: inline-block;
  296. width: 25px;
  297. height: 25px;
  298. position: absolute;
  299. right: 17px;
  300. top: 10px;
  301. font-size: 20px;
  302. text-align: center;
  303. line-height:19px;
  304. color: #9ca3ac;
  305. border: 1.5px dashed #b9c5cf;
  306. border-radius: 5px;
  307. }
  308. .activity_Double_detail{
  309. display: block;
  310. font-size: 15px !important;
  311. border-bottom: 4px solid rgb(235,235,235);
  312. height: 60px;
  313. line-height: 60px;
  314. }
  315. .activity_Double_detail span{
  316. padding-left: 15px !important;
  317. color: #a8a8a9;
  318. }
  319. .activity_Double_detail a{
  320. text-decoration: underline;
  321. }
  322. .c-tools{
  323. display: inline-block;
  324. font-size: 12px;
  325. color: #fff;
  326. border: 1px solid #fff;
  327. background-color: #5699fc;
  328. padding: 2px 12px 1px 12px;
  329. border-radius: 6px;
  330. line-height: 17px;
  331. height: 23px;
  332. }
  333. .activity_home_div ol li{
  334. border-bottom: 1px solid #e6e6e7;
  335. font-size: 12px;
  336. }
  337. .activity_home_div ol li:last-child{
  338. border-bottom:none;
  339. }
  340. .account_home_div ul .account_li{
  341. padding-bottom: 12px;
  342. margin-bottom: 12px;
  343. border-bottom: 1px solid #e6e6e7;
  344. position: relative;
  345. }
  346. .account_li_b{
  347. position: relative;
  348. display: inline-block;
  349. height: 25px;
  350. font-size: 20px;
  351. vertical-align: baseline;
  352. top: 8px;
  353. right: 0px;
  354. float: right;
  355. color: #3385ff;
  356. }
  357. .schedule_a{
  358. display: inline-block;
  359. vertical-align: sub;
  360. width: 76px;
  361. text-align: center;
  362. height: 30px;
  363. line-height: 30px;
  364. padding-top: 3px;
  365. }
  366. .ActivitySchedule_a{
  367. display: inline-block;
  368. float: right;
  369. vertical-align: middle;
  370. width: auto;
  371. height: 100%;
  372. line-height: 70px;
  373. }
  374. .ActivitySchedule_a span{
  375. font-style: normal;
  376. border: 1px solid transparent;
  377. border-radius: 5px;
  378. font-weight: 500;
  379. font-size: 13px;
  380. width: 45px;
  381. display: inline-block;
  382. height: 28px;
  383. line-height: 28px;
  384. text-align: center;
  385. letter-spacing: 2px;
  386. }
  387. .ActivitySchedule_a span:nth-child(1){
  388. background-color: #3385ff;
  389. color: #fff;
  390. margin-right: 12px;
  391. }
  392. .ActivitySchedule_a span:nth-child(2){
  393. background-color: #ff2f0f;
  394. color: #fff;
  395. }
  396. .div_wrap_app{
  397. width: 95%;
  398. margin: 0 auto;
  399. background-color: #fff;
  400. border-radius: 6px;
  401. }
  402. .div_wrap_app img{
  403. width: 60px;
  404. height: 60px;
  405. box-shadow: 0px 0px 5px #fff;
  406. position: relative;
  407. top: -8px;
  408. }
  409. .div_wrap_app h6{
  410. background-color:rgba(27, 155, 248, 0.75);
  411. width: 100%;
  412. color: #fff;
  413. height: 85px;
  414. padding: 0 16px;
  415. border-radius: 7px 7px 0 0;
  416. }
  417. .div_wrap_app h6 span{
  418. display: inline-block;
  419. height: 100%;
  420. position: relative;
  421. top: 0px;
  422. vertical-align: text-bottom;
  423. line-height: 25px;
  424. font-size: 16px;
  425. padding-top:9px;
  426. padding-left: 14px;
  427. }
  428. .div_wrap_app h6 b{
  429. position: relative;
  430. font-weight: normal;
  431. font-size: 12px;
  432. top: 0px;
  433. }
  434. .div_wrap_app h6 b em{
  435. margin-left: 5px;
  436. }
  437. .ul_text_wuliu{
  438. border-bottom: 1px dashed #bbbbc3;
  439. padding-top: 12px;
  440. padding-bottom: 12px;
  441. height:auto;
  442. display: inline-block;
  443. width:100%;
  444. }
  445. .ul_text_wuliu li{
  446. width: 95%;
  447. margin: 0 auto 0;
  448. position: relative;
  449. height: auto;
  450. display: inline-block;
  451. }
  452. .ul_text_wuliu li s{
  453. display: inline-block;
  454. height: 100%;
  455. position: absolute;
  456. top: 0px;
  457. left: 43px;
  458. width:1px;
  459. background-color:#c9c9c9;
  460. text-decoration: none;
  461. vertical-align: middle;
  462. }
  463. .ul_text_wuliu li s b{
  464. width: 15px;
  465. height: 15px;
  466. display: block;
  467. position: absolute;
  468. top: 11px;;
  469. background:#fff url("../img/ui_b_wuliu.svg")no-repeat scroll center;
  470. background-size:90%;
  471. left: -7px;
  472. }
  473. .ul_text_wuliu li:last-child{
  474. padding-bottom: 20px;
  475. }
  476. .ul_text_wuliu li em{
  477. font-size: 10px;
  478. display: inline-block;
  479. position: relative;
  480. top: 8px;
  481. }
  482. .ul_text_wuliu li i{
  483. display: block;
  484. text-align: center;
  485. color: #ccc;
  486. }
  487. .ul_text_wuliu li button{
  488. margin-left:10px;
  489. position: relative;
  490. }
  491. .ul_text_wuliu li span{
  492. display:block;
  493. width:100%;
  494. text-align: justify;
  495. vertical-align: middle;
  496. padding-left: 12px;
  497. color: #a6a6a6;
  498. font-size: 12px;
  499. }
  500. .loginisty_i{
  501. display: block;
  502. height: 19px;
  503. line-height:22px;
  504. font-size: 12px;
  505. text-align: left;
  506. }
  507. .company_text_ul{
  508. width: 95%;
  509. margin: 0 auto;
  510. border-bottom: 1px dashed #bbbbc3;
  511. padding-bottom: 12px;
  512. }
  513. .company_text_ul li{
  514. height: auto;
  515. line-height: 30px;
  516. min-height: 30px
  517. }
  518. .company_text_ul li b{
  519. font-weight: normal;
  520. }
  521. .company_text_ul li p{
  522. display: inline-block;
  523. width: 79%;
  524. vertical-align: top;
  525. }
  526. .master_ul_divWrap{
  527. /*border-bottom: 10px solid #f2f2f2;*/
  528. border-top:1px solid #e6e6e7;
  529. }
  530. .master_ul_divWrap h5{
  531. padding-left:9px;
  532. }
  533. .master_ul_divWrap h5 span:nth-child(2){
  534. margin-left: 25px;
  535. }
  536. .showmorecompany{
  537. height: auto !important;
  538. text-align: right;
  539. padding-right: 35px;
  540. color: #3385ff;
  541. margin-bottom: 15px;
  542. }
  543. .showmorecompany ul li:last-child{
  544. border-bottom: none !important;
  545. }
  546. .showmorereq{
  547. height: auto !important;
  548. text-align: right;
  549. padding-right: 35px;
  550. color: #3385ff;
  551. margin-bottom: 15px;
  552. }
  553. .showmorereq ul li:last-child{
  554. border-bottom: none !important;
  555. }
  556. .text_wuliu_a{
  557. display: inline-block;
  558. width: 86%;
  559. float: right;
  560. margin-top: 10px;
  561. }
  562. #activitySchedule_form ul span sup{
  563. color: #e90000;
  564. font-size: 12px;
  565. position: absolute;
  566. top: 19px;
  567. left: -7px;
  568. }