charityCertification.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430
  1. <style>
  2. body{
  3. font-family: "Microsoft Yahei", "微软雅黑";
  4. box-sizing: border-box;
  5. }
  6. .clearfix {
  7. clear: both;
  8. }
  9. .container{
  10. width: 1040px;
  11. margin: 0 auto;
  12. padding: 0;
  13. }
  14. .section{
  15. padding: 30px 20px 0 20px;
  16. width: 100%;
  17. overflow: hidden;
  18. text-align: center;
  19. margin: 0 auto;
  20. background: #fff;
  21. border: 1px solid #dcdcdc;
  22. }
  23. .instruction{
  24. padding-bottom: 20px;
  25. text-align: left;
  26. border-bottom: 2px solid #ef613b;
  27. }
  28. .instruction span:first-child{
  29. font-size: 18px;
  30. color: #1e1e1e;
  31. }
  32. .instruction span:last-child{
  33. font-size: 14px;
  34. color: #797979;
  35. }
  36. .choose .chooseNav{
  37. margin: 30px 0 36px 0;
  38. }
  39. .choose .chooseNav span{
  40. margin-right: -10px;
  41. display: inline-block;
  42. height: 30px;
  43. width: 150px;
  44. line-height: 30px;
  45. font-size: 14px;
  46. color: #fff;
  47. }
  48. .choose .chooseNav span.step1{
  49. background: url(static/images/step01.png)no-repeat center center;
  50. }
  51. .choose .chooseNav span.step2{
  52. background: url(static/images/step02-1.png)no-repeat center center;
  53. }
  54. .choose .chooseNav span.steps{
  55. margin-right: -13px;
  56. }
  57. .choose .chooseNav span.step2.active{
  58. background: url(static/images/step02-2.png)no-repeat center center;
  59. }
  60. .choose .chooseNav span.step3{
  61. background: url(static/images/step03-1.png)no-repeat center center;
  62. }
  63. .choose .chooseNav span.step3.active{
  64. background: url(static/images/step03-2.png)no-repeat center center;
  65. }
  66. /*注册信息*/
  67. .detail h3.protocol{
  68. padding: 10px 0 24px 0;
  69. font-size: 24px;
  70. color: #323232;
  71. font-weight: bold;
  72. }
  73. .detail .protocol-detail{
  74. padding: 30px 60px 0 37px;
  75. margin: 0 auto;
  76. width: 900px;
  77. height: 490px;
  78. overflow-y: auto;
  79. text-align: left;
  80. border: 1px solid #dcdcdc;
  81. }
  82. .detail .protocol-detail h5{
  83. padding-bottom: 37px;
  84. font-size: 16px;
  85. font-weight: bold;
  86. color: #505050;
  87. }
  88. .detail .protocol-detail p{
  89. margin-bottom: 30px;
  90. font-size: 12px;
  91. font-weight: bold;
  92. color: #505050;
  93. }
  94. .detail .protocol-detail div.item:last-child{
  95. margin-bottom: 70px;
  96. }
  97. .detail .agree{
  98. margin: 18px auto 0 auto;
  99. width: 900px;
  100. text-align: left;
  101. }
  102. .detail .agree input[type='checkbox']{
  103. margin: 0;
  104. }
  105. .detail .agree span{
  106. margin-left: 8px;
  107. font-size: 12px;
  108. color: #787878;
  109. }
  110. .detail .agree span a{
  111. font-size: 12px;
  112. color: #2a5bfb;
  113. }
  114. .detail .agree div.read{
  115. margin-top: -2px;
  116. }
  117. .detail a.btn{
  118. margin: 30px 0 47px 0;
  119. display: inline-block;
  120. width:160px;
  121. height: 34px;
  122. font-size: 16px;
  123. color: #ffffff;
  124. background: #ff6000;
  125. border: none;
  126. }
  127. .detail a.btn:hover{
  128. background: #be3b1b;
  129. }
  130. /*机构信息*/
  131. .detail .message {
  132. position: relative;
  133. margin: 0 auto;
  134. margin-bottom: 30px;
  135. width: 980px;
  136. height: 46px;
  137. line-height: 46px;
  138. text-align: left;
  139. background: #eeeeee;
  140. }
  141. .detail .message span {
  142. margin-left: 25px;
  143. font-size: 18px;
  144. font-weight: bold;
  145. color: #505050;
  146. }
  147. .detail .message span:before {
  148. content: '';
  149. position: absolute;
  150. top: 0;
  151. left: 0;
  152. width: 10px;
  153. height: 46px;
  154. background: #ff6000;
  155. }
  156. .detail form{
  157. margin: 0 auto;
  158. width: 980px;
  159. }
  160. .detail .form-group {
  161. margin-bottom: 22px;
  162. height: 34px;
  163. line-height: 34px;
  164. }
  165. .detail .form-group:last-child {
  166. margin-bottom: 50px;
  167. }
  168. .detail .form-group label{
  169. margin-right: 30px;
  170. width: 100px;
  171. font-size: 16px;
  172. font-weight: normal;
  173. text-align: left;
  174. color: #505050;
  175. }
  176. .detail .form-group input[type='text']{
  177. padding-left: 10px;
  178. width: 325px;
  179. height: 34px;
  180. border-radius: 0;
  181. }
  182. .detail .form-group .control-help{
  183. margin-left: 10px;
  184. font-size: 12px;
  185. color: #969696;
  186. }
  187. .detail .form-group .select-group select{
  188. padding-left: 10px;
  189. width: 130px;
  190. height: 34px;
  191. cursor: pointer;
  192. border: 1px solid #dcdcdc;
  193. }
  194. .detail .form-group .select-group span{
  195. margin: 0 20px;
  196. font-size: 14px;
  197. color: #313131;
  198. }
  199. .detail .form-group .select-group span.count{
  200. margin: 0 20px 0 0;
  201. }
  202. .detail .form-group .select-group input{
  203. padding-left: 10px;
  204. width: 410px;
  205. height: 34px;
  206. border-radius: 0;
  207. outline: none;
  208. }
  209. .detail .form-group select{
  210. padding-left: 10px;
  211. width: 175px;
  212. height: 34px;
  213. cursor: pointer;
  214. }
  215. .detail .form-group .area span{
  216. margin-right: 20px;
  217. display: inline-block;
  218. padding: 0 18px;
  219. height: 34px;
  220. font-size: 16px;
  221. color: #313131;
  222. border: 1px solid #dcdcdc;
  223. }
  224. .detail .home input[type='text']{
  225. width: 540px;
  226. height: 34px;
  227. }
  228. .detail .form-group div.fl p.tip{
  229. margin-bottom: 20px;
  230. font-size: 12px;
  231. color: #969696;
  232. }
  233. .detail .form-group div.fl textarea{
  234. padding-left: 17px;
  235. width: 690px;
  236. height: 210px;
  237. font-size: 14px;
  238. color: #313131;
  239. }
  240. .detail .form-group input.valid {
  241. padding-left: 5px;
  242. width: 130px;
  243. height: 34px;
  244. }
  245. .detail .form-group div.valida {
  246. text-align: left;
  247. padding-left: 130px;
  248. }
  249. .detail .form-group div.valida span {
  250. display: inline-block;
  251. width: 120px;
  252. height: 40px;
  253. }
  254. .detail .form-group div.valida a {
  255. margin-left: 5px;
  256. font-size: 12px;
  257. color: #1c9700;
  258. }
  259. .detail div.submitBtn{
  260. margin: 85px 0 60px 130px;
  261. }
  262. .detail .text-left button:first-child{
  263. margin-right: 60px;
  264. width: 160px;
  265. height: 34px;
  266. font-size: 16px;
  267. color: #fff;
  268. background: #ff7624;
  269. border-radius: 3px;
  270. border: none;
  271. outline: none;
  272. }
  273. .detail .text-left button:first-child:hover{
  274. background: #be3b1b;
  275. }
  276. .detail .text-left button:last-child{
  277. width: 130px;
  278. height: 34px;
  279. font-size: 16px;
  280. color: #fff;
  281. background: #a0a0a0;
  282. border-radius: 3px;
  283. border: none;
  284. outline: none;
  285. }
  286. /*材料证明*/
  287. .detail .form-group select.bankChoose{
  288. margin-right: 15px;
  289. padding-left: 10px;
  290. width: 175px;
  291. height: 34px;
  292. font-size: 16px;
  293. color: #313131;
  294. }
  295. .detail .form-group input.bank-choose{
  296. padding-left: 10px;
  297. width: 175px;
  298. height: 34px;
  299. font-size: 16px;
  300. color: #313131;
  301. }
  302. .certificate .certificate-item{
  303. text-align: left;
  304. }
  305. .certificate .certificate-item{
  306. margin-bottom: 27px;
  307. }
  308. .certificate .certificate-item:first-child{
  309. margin-bottom: 20px;
  310. }
  311. .certificate .certificate-item span{
  312. margin: 0 25px 0 60px;
  313. width: 210px;
  314. font-size: 16px;
  315. text-align: left;
  316. color: #515151;
  317. }
  318. .certificate .certificate-item .uploadImg {
  319. position: relative;
  320. }
  321. .certificate .certificate-item .uploadImg button{
  322. width: 110px;
  323. height: 34px;
  324. font-size: 16px;
  325. color: #505050;
  326. background: -webkit-linear-gradient(top, #fefefe 0%,#d9d9d9 100%);
  327. background: -o-linear-gradient(top, #fefefe 0%,#d9d9d9 100%);
  328. background: -ms-linear-gradient(top, #fefefe 0%,#d9d9d9 100%);
  329. background: linear-gradient(to bottom, #fefefe 0%,#d9d9d9 100%);
  330. border: 1px solid #d2d2d2;
  331. cursor: pointer;
  332. }
  333. .certificate .certificate-item .uploadImg input[type='file']{
  334. position: absolute;
  335. top: 0;
  336. left: 0;
  337. width: 110px;
  338. height: 34px;
  339. outline: none;
  340. opacity: 0;
  341. }
  342. .certificate .certificate-item .uploadImg a{
  343. margin-left: 20px;
  344. font-size: 16px;
  345. color: #1968f9;
  346. }
  347. /*完成注册*/
  348. .detail .complete{
  349. margin: 80px auto 30px auto;
  350. text-align: center;
  351. }
  352. .detail .complete img{
  353. margin: -15px 20px 0 0;
  354. width: 45px;
  355. height: 45px;
  356. }
  357. .detail .complete span{
  358. font-size: 30px;
  359. font-weight: bold;
  360. color: #47b260;
  361. }
  362. .detail .look button{
  363. width: 140px;
  364. height: 34px;
  365. line-height: 34px;
  366. font-size: 16px;
  367. color: #fff;
  368. background: #ff7624;
  369. border-radius: 3px;
  370. border: none;
  371. outline: none;
  372. }
  373. .detail .look button:hover{
  374. background: #be3b1b;
  375. }
  376. .detail a.return{
  377. display: inherit;
  378. margin: 20px 0 60px 0;
  379. font-size: 16px;
  380. color: #1968f9;
  381. }
  382. </style>
  383. <!--主体内容-->
  384. <div class="content-wrapper" style="min-height: 924px;; z-index: 50;">
  385. <!-- Main content -->
  386. <section class="content">
  387. <div class="container">
  388. <div class="section">
  389. <div class="instruction"><span>公益机构认证</span><span>(以下所有信息均为必填项)</span></div>
  390. <div class="choose">
  391. <div class="chooseNav">
  392. <span class="step1 active">1、注册信息</span><span class="step2">2、机构信息</span><span class="step2">3、联系人信息</span><span class="step2 steps">4、材料证明</span><span class="step3">5、完成注册</span>
  393. </div>
  394. <div class="chooseDetail">
  395. <!--注册信息-->
  396. <div class="detail show">
  397. <h3 class="protocol">优软一元捐用户协议</h3>
  398. <div class="protocol-detail">
  399. <div class="item">
  400. <h5>1.重要须知</h5>
  401. <p>1.1.本协议是用户(您)与腾讯公益慈善基金会(以下简称“腾讯”)之间关于腾讯公益网(以下简称“公益网”)服务产品的法律协议。</p>
  402. <p>1.2.腾讯在此特别提醒用户认真阅读本《用户协议》中的各个条款,并特别提醒用户欲使用公益网服务,必须事先认真阅读本服务条款中各条款,包括免除或者限制腾讯责任的免责条款以及对用户的权利限制条款。</p>
  403. <p>1.3.这些条款可由腾讯随时更新,且毋须另行通知。本协议条款一旦发生变更,腾讯将在网页上公布修改内容。修改后的协议条款一旦在网页上公布即有效,并代替原来的协议条款。您可随时登录网站查阅最新版服务条款。</p>
  404. <p>1.4.用户阅读后,请选择接受或不接受本服务条款(未成年人审阅时应该得到法定监护人的陪同)。</p>
  405. <p>1.5.如果用户不同意本服务条款或腾讯随时对服务条款修改,则用户无权使用并应主动取消腾讯提供的服务。</p>
  406. <p>1.6.用户的使用行为将被视为用户对全部服务条款的完全接受,包括接受腾讯对服务条款随时所做的任何修改,并同意接受本《协议》各项条款的约束。</p>
  407. <p style="margin-bottom: 70px;">1.7.用户若有违反本条款规定,腾讯有权终止用户腾讯公益网服务的使用资格并保留追究相关法律责任的权利。</p>
  408. </div>
  409. </div>
  410. <div class="agree clearfix">
  411. <input type="checkbox" ng-click="changeChecked()" ng-checked="checked" required class="fl">
  412. <div class="fl read"><span>我已经阅读并同意<a href="http://lj.ubtob.com/userAgreement">《优软一元捐用户协议》</a></span></div>
  413. </div>
  414. <button class="btn" ng-disabled="!checked" ng-click="stepNext(checked, 2)">确定,下一步</button>
  415. </div>
  416. </div>
  417. </div>
  418. </div>
  419. </div>
  420. </section>
  421. </div>
  422. <script>
  423. $('.right-nav').on('click', 'span', function () {
  424. var index = $(this).index();
  425. $(this).addClass('active').siblings().removeClass('active');
  426. $('.right-list').eq(index).addClass('show').siblings().removeClass('show');
  427. });
  428. </script>