|
|
@@ -0,0 +1,653 @@
|
|
|
+<style>
|
|
|
+ body {
|
|
|
+ font-family: "Microsoft Yahei", "微软雅黑";
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+
|
|
|
+ .clearfix {
|
|
|
+ clear: both;
|
|
|
+ }
|
|
|
+
|
|
|
+ .container {
|
|
|
+ width: 1040px;
|
|
|
+ margin: 0 auto;
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .section {
|
|
|
+ padding: 30px 20px 0 20px;
|
|
|
+ width: 100%;
|
|
|
+ overflow: hidden;
|
|
|
+ text-align: center;
|
|
|
+ margin: 0 auto;
|
|
|
+ background: #fff;
|
|
|
+ border: 1px solid #dcdcdc;
|
|
|
+ }
|
|
|
+
|
|
|
+ .instruction {
|
|
|
+ padding-bottom: 20px;
|
|
|
+ text-align: left;
|
|
|
+ border-bottom: 2px solid #ef613b;
|
|
|
+ }
|
|
|
+
|
|
|
+ .instruction span:first-child {
|
|
|
+ font-size: 18px;
|
|
|
+ color: #1e1e1e;
|
|
|
+ }
|
|
|
+
|
|
|
+ .instruction span:last-child {
|
|
|
+ font-size: 14px;
|
|
|
+ color: #797979;
|
|
|
+ }
|
|
|
+
|
|
|
+ .choose .chooseNav {
|
|
|
+ margin: 30px 0 36px 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .choose .chooseNav span {
|
|
|
+ margin-right: -10px;
|
|
|
+ display: inline-block;
|
|
|
+ height: 30px;
|
|
|
+ width: 150px;
|
|
|
+ line-height: 30px;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+
|
|
|
+ .choose .chooseNav span.step1 {
|
|
|
+ background: url(static/images/step01.png) no-repeat center center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .choose .chooseNav span.step2 {
|
|
|
+ background: url(static/images/step02-1.png) no-repeat center center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .choose .chooseNav span.steps {
|
|
|
+ margin-right: -13px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .choose .chooseNav span.step2.active {
|
|
|
+ background: url(static/images/step02-2.png) no-repeat center center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .choose .chooseNav span.step3 {
|
|
|
+ background: url(static/images/step03-1.png) no-repeat center center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .choose .chooseNav span.step3.active {
|
|
|
+ background: url(static/images/step03-2.png) no-repeat center center;
|
|
|
+ }
|
|
|
+
|
|
|
+ /*注册信息*/
|
|
|
+ .detail h3.protocol {
|
|
|
+ padding: 10px 0 24px 0;
|
|
|
+ font-size: 24px;
|
|
|
+ color: #323232;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .protocol-detail {
|
|
|
+ padding: 30px 60px 0 37px;
|
|
|
+ margin: 0 auto;
|
|
|
+ width: 900px;
|
|
|
+ height: 490px;
|
|
|
+ overflow-y: auto;
|
|
|
+ text-align: left;
|
|
|
+ border: 1px solid #dcdcdc;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .protocol-detail h5 {
|
|
|
+ padding-bottom: 37px;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #505050;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .protocol-detail p {
|
|
|
+ margin-bottom: 30px;
|
|
|
+ font-size: 12px;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #505050;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .protocol-detail div.item:last-child {
|
|
|
+ margin-bottom: 70px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .agree {
|
|
|
+ margin: 18px auto 0 auto;
|
|
|
+ width: 900px;
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .agree input[type='checkbox'] {
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .agree span {
|
|
|
+ margin-left: 8px;
|
|
|
+ font-size: 12px;
|
|
|
+ color: #787878;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .agree span a {
|
|
|
+ font-size: 12px;
|
|
|
+ color: #2a5bfb;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .agree div.read {
|
|
|
+ margin-top: -2px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail a.btn {
|
|
|
+ margin: 30px 0 47px 0;
|
|
|
+ display: inline-block;
|
|
|
+ width: 160px;
|
|
|
+ height: 34px;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #ffffff;
|
|
|
+ background: #ff6000;
|
|
|
+ border: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail a.btn:hover {
|
|
|
+ background: #be3b1b;
|
|
|
+ }
|
|
|
+
|
|
|
+ /*机构信息*/
|
|
|
+ .detail .message {
|
|
|
+ position: relative;
|
|
|
+ margin: 0 auto;
|
|
|
+ margin-bottom: 30px;
|
|
|
+ width: 980px;
|
|
|
+ height: 46px;
|
|
|
+ line-height: 46px;
|
|
|
+ text-align: left;
|
|
|
+ background: #eeeeee;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .message span {
|
|
|
+ margin-left: 25px;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #505050;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .message span:before {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 10px;
|
|
|
+ height: 46px;
|
|
|
+ background: #ff6000;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail form {
|
|
|
+ margin: 0 auto;
|
|
|
+ width: 980px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .form-group {
|
|
|
+ margin-bottom: 22px;
|
|
|
+ height: 34px;
|
|
|
+ line-height: 34px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .form-group:last-child {
|
|
|
+ margin-bottom: 50px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .form-group label {
|
|
|
+ margin-right: 30px;
|
|
|
+ width: 100px;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: normal;
|
|
|
+ text-align: left;
|
|
|
+ color: #505050;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .form-group input[type='text'] {
|
|
|
+ padding-left: 10px;
|
|
|
+ width: 325px;
|
|
|
+ height: 34px;
|
|
|
+ border-radius: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .form-group .control-help {
|
|
|
+ margin-left: 10px;
|
|
|
+ font-size: 12px;
|
|
|
+ color: #969696;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .form-group .select-group select {
|
|
|
+ padding-left: 10px;
|
|
|
+ width: 130px;
|
|
|
+ height: 34px;
|
|
|
+ cursor: pointer;
|
|
|
+ border: 1px solid #dcdcdc;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .form-group .select-group span {
|
|
|
+ margin: 0 20px;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #313131;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .form-group .select-group span.count {
|
|
|
+ margin: 0 20px 0 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .form-group .select-group input {
|
|
|
+ padding-left: 10px;
|
|
|
+ width: 410px;
|
|
|
+ height: 34px;
|
|
|
+ border-radius: 0;
|
|
|
+ outline: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .form-group select {
|
|
|
+ padding-left: 10px;
|
|
|
+ width: 175px;
|
|
|
+ height: 34px;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .form-group .area span {
|
|
|
+ margin-right: 20px;
|
|
|
+ display: inline-block;
|
|
|
+ padding: 0 18px;
|
|
|
+ height: 34px;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #313131;
|
|
|
+ border: 1px solid #dcdcdc;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .home input[type='text'] {
|
|
|
+ width: 540px;
|
|
|
+ height: 34px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .form-group div.fl p.tip {
|
|
|
+ margin-bottom: 20px;
|
|
|
+ font-size: 12px;
|
|
|
+ color: #969696;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .form-group div.fl textarea {
|
|
|
+ padding-left: 17px;
|
|
|
+ width: 690px;
|
|
|
+ height: 210px;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #313131;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .form-group input.valid {
|
|
|
+ padding-left: 5px;
|
|
|
+ width: 130px;
|
|
|
+ height: 34px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .form-group div.valida {
|
|
|
+ text-align: left;
|
|
|
+ padding-left: 130px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .form-group div.valida span {
|
|
|
+ display: inline-block;
|
|
|
+ width: 120px;
|
|
|
+ height: 40px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .form-group div.valida a {
|
|
|
+ margin-left: 5px;
|
|
|
+ font-size: 12px;
|
|
|
+ color: #1c9700;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail div.submitBtn {
|
|
|
+ margin: 85px 0 60px 130px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .text-left button:first-child {
|
|
|
+ margin-right: 60px;
|
|
|
+ width: 160px;
|
|
|
+ height: 34px;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #fff;
|
|
|
+ background: #ff7624;
|
|
|
+ border-radius: 3px;
|
|
|
+ border: none;
|
|
|
+ outline: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .text-left button:first-child:hover {
|
|
|
+ background: #be3b1b;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .text-left button:last-child {
|
|
|
+ width: 130px;
|
|
|
+ height: 34px;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #fff;
|
|
|
+ background: #a0a0a0;
|
|
|
+ border-radius: 3px;
|
|
|
+ border: none;
|
|
|
+ outline: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ /*材料证明*/
|
|
|
+ .detail .form-group select.bankChoose {
|
|
|
+ margin-right: 15px;
|
|
|
+ padding-left: 10px;
|
|
|
+ width: 175px;
|
|
|
+ height: 34px;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #313131;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .form-group input.bank-choose {
|
|
|
+ padding-left: 10px;
|
|
|
+ width: 175px;
|
|
|
+ height: 34px;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #313131;
|
|
|
+ }
|
|
|
+
|
|
|
+ .certificate .certificate-item {
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
+
|
|
|
+ .certificate .certificate-item {
|
|
|
+ margin-bottom: 27px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .certificate .certificate-item:first-child {
|
|
|
+ margin-bottom: 20px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .certificate .certificate-item span {
|
|
|
+ margin: 0 25px 0 60px;
|
|
|
+ width: 210px;
|
|
|
+ font-size: 16px;
|
|
|
+ text-align: left;
|
|
|
+ color: #515151;
|
|
|
+ }
|
|
|
+
|
|
|
+ .certificate .certificate-item .uploadImg {
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+
|
|
|
+ .certificate .certificate-item .uploadImg button {
|
|
|
+ width: 110px;
|
|
|
+ height: 34px;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #505050;
|
|
|
+ background: -webkit-linear-gradient(top, #fefefe 0%, #d9d9d9 100%);
|
|
|
+ background: -o-linear-gradient(top, #fefefe 0%, #d9d9d9 100%);
|
|
|
+ background: -ms-linear-gradient(top, #fefefe 0%, #d9d9d9 100%);
|
|
|
+ background: linear-gradient(to bottom, #fefefe 0%, #d9d9d9 100%);
|
|
|
+ border: 1px solid #d2d2d2;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+
|
|
|
+ .certificate .certificate-item .uploadImg input[type='file'] {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 110px;
|
|
|
+ height: 34px;
|
|
|
+ outline: none;
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .certificate .certificate-item .uploadImg a {
|
|
|
+ margin-left: 20px;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #1968f9;
|
|
|
+ }
|
|
|
+
|
|
|
+ /*完成注册*/
|
|
|
+ .detail .complete {
|
|
|
+ margin: 80px auto 30px auto;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .complete img {
|
|
|
+ margin: -15px 20px 0 0;
|
|
|
+ width: 45px;
|
|
|
+ height: 45px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .complete span {
|
|
|
+ font-size: 30px;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #47b260;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .look button {
|
|
|
+ width: 140px;
|
|
|
+ height: 34px;
|
|
|
+ line-height: 34px;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #fff;
|
|
|
+ background: #ff7624;
|
|
|
+ border-radius: 3px;
|
|
|
+ border: none;
|
|
|
+ outline: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .look button:hover {
|
|
|
+ background: #be3b1b;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail a.return {
|
|
|
+ display: inherit;
|
|
|
+ margin: 20px 0 60px 0;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #1968f9;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail div.submitBtn {
|
|
|
+ margin: 85px 0 60px 130px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .text-left a:first-child {
|
|
|
+ margin-right: 60px;
|
|
|
+ display: inline-block;
|
|
|
+ width: 160px;
|
|
|
+ height: 34px;
|
|
|
+ line-height: 34px;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #fff;
|
|
|
+ background: #ff7624;
|
|
|
+ border-radius: 3px;
|
|
|
+ border: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .text-left a:first-child:hover {
|
|
|
+ background: #be3b1b;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail .text-left a:last-child {
|
|
|
+ display: inline-block;
|
|
|
+ width: 130px;
|
|
|
+ height: 34px;
|
|
|
+ line-height: 34px;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #fff;
|
|
|
+ background: #a0a0a0;
|
|
|
+ border-radius: 3px;
|
|
|
+ border: none;
|
|
|
+ }
|
|
|
+</style>
|
|
|
+<link rel="stylesheet" href="https://cdn.bootcss.com/jquery-datetimepicker/2.5.4/jquery.datetimepicker.css">
|
|
|
+<!--主体内容-->
|
|
|
+<div class="content-wrapper" style="min-height: 924px;; z-index: 50;">
|
|
|
+ <!-- Main content -->
|
|
|
+ <form name="charityCertification1">
|
|
|
+ <section class="content">
|
|
|
+ <div class="container">
|
|
|
+ <div class="section">
|
|
|
+ <div class="instruction"><span>公益1机构认证</span><span>(以下所有信息均为必填项)</span></div>
|
|
|
+ <div class="choose">
|
|
|
+ <div class="chooseNav">
|
|
|
+ <span class="step1 active">1、注册信息</span><span class="step2 active">2、机构信息</span><span
|
|
|
+ class="step2">3、联系人信息</span><span class="step2 steps">4、材料证明</span><span class="step3">5、完成注册</span>
|
|
|
+ </div>
|
|
|
+ <div class="chooseDetail">
|
|
|
+ <!--机构信息-->
|
|
|
+ <div class="detail">
|
|
|
+ <div class="message">
|
|
|
+ <span>机构基本信息</span>
|
|
|
+ </div>
|
|
|
+ <form action="">
|
|
|
+ <div class="form-group clearfix">
|
|
|
+ <label for="" class="fl control-label">优软账号</label>
|
|
|
+ <input required="true" type="text" class="fl form-control" ng-maxlength="15" placeholder="请输入企业UU号" ng-model="org.uuid">
|
|
|
+ </div>
|
|
|
+ <div class="form-group clearfix">
|
|
|
+ <label for="" class="fl control-label">机构全称</label>
|
|
|
+ <input required="true" type="text" class="fl form-control" placeholder="请输入机构全称" ng-model="org.name">
|
|
|
+ <span class="control-help fl">(请填写机构全称,例如:优软公益慈善基金会)</span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group clearfix">
|
|
|
+ <label for="" class="fl control-label">机构电话</label>
|
|
|
+ <!--验证规则:区号+号码,区号以0开头,3位或4位号码由7位或8位数字组成区号与号码之间可以无连接符,也可以“-”连接
|
|
|
+ 若电话号码与手机号码同时验证:(^(\d{3,4}-)?\d{7,8})$|(13[0-9]{9})-->
|
|
|
+ <input required="true" type="text" class="fl form-control" ng-parttern="/^0\d{2,3}-?\d{7,8}$/" ng-model="org.telphone">
|
|
|
+ <span class="control-help fl">(请填写机构常用联系电话,例如:0755-26994808)</span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group clearfix">
|
|
|
+ <label for="" class="fl control-label">常驻地址</label>
|
|
|
+ <div class="select-group fl">
|
|
|
+ <select required="true" name="" id="" ng-model="org.province" ng-options="key as key for (key,value) in provinces" ng-change="org.city='';">
|
|
|
+ <option value="">请选择</option>
|
|
|
+ </select>
|
|
|
+ <span>省</span>
|
|
|
+ </div>
|
|
|
+ <div class="select-group fl">
|
|
|
+ <select required="true" name="" id="" ng-model="org.city" ng-options="key as key for (key,value) in provinces[org.province]">
|
|
|
+ <option value="">请选择</option>
|
|
|
+ </select>
|
|
|
+ <span>市</span>
|
|
|
+ </div>
|
|
|
+ <div class="select-group fl">
|
|
|
+ <input required="true" type="text" placeholder="详细地址" class="form-control" ng-model="org.address">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ <div class="message">
|
|
|
+ <span>机构现状</span>
|
|
|
+ </div>
|
|
|
+ <form action="">
|
|
|
+ <div class="form-group clearfix">
|
|
|
+ <label for="" class="fl control-label">机构登记性质</label>
|
|
|
+ <select required="true" name="" id="" class="fl" ng-model="org.regType">
|
|
|
+ <option value="">请选择</option>
|
|
|
+ <option value="公益机构">公益机构</option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ <div class="form-group clearfix">
|
|
|
+ <label for="" class="fl control-label">主要领域</label>
|
|
|
+ <div class="area fl" ng-model="org.majorArea">
|
|
|
+ <span>疾病援助</span><span>扶贫/救灾</span><span>教育/助学</span><span>环境/动物保护</span><span>其他</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group clearfix">
|
|
|
+ <label for="" class="fl control-label">年募捐额</label>
|
|
|
+ <select required="true" name="" id="" class="fl" ng-model="org.yearDonationAmount">
|
|
|
+ <option value="">请选择</option>
|
|
|
+ <option value="100w-1000w">100w-1000w</option>
|
|
|
+ <option value="1000w-10000w">1000w-10000w</option>
|
|
|
+ <option value="大于10000w">大于10000w</option>
|
|
|
+ </select>
|
|
|
+ <span class="fl control-help">(请选择机构上一年的全年募款金额)</span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group clearfix">
|
|
|
+ <label for="" class="fl control-label">机构规模</label>
|
|
|
+ <div class="select-group fl">
|
|
|
+ <span class="count">全职人数</span>
|
|
|
+ <select required="true" name="" id="" ng-model="org.fullTimePopulation">
|
|
|
+ <option value="">请选择</option>
|
|
|
+ <option value="10-100">10-100</option>
|
|
|
+ <option value="100-500">100-500</option>
|
|
|
+ <option value="超过500">超过500</option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ <div class="select-group fl">
|
|
|
+ <span>兼职人数</span>
|
|
|
+ <select required="true" name="" id="" ng-model="org.partTimePopulation">
|
|
|
+ <option value="">请选择</option>
|
|
|
+ <option value="0-10">0-10</option>
|
|
|
+ <option value="10-50">10-50</option>
|
|
|
+ <option value="超过50">超过50</option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ <div class="select-group fl">
|
|
|
+ <span>志愿者人数</span>
|
|
|
+ <select required="true" name="" id="" ng-model="org.voluntaryPopulation">
|
|
|
+ <option value="">请选择</option>
|
|
|
+ <option value="0-10">0-10</option>
|
|
|
+ <option value="10-50">10-50</option>
|
|
|
+ <option value="超过50">超过50</option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group input-group input-group-xs input-trigger clearfix">
|
|
|
+ <label for="" class="fl control-label">成立日期</label>
|
|
|
+ <!--<input type="text" class="fl form-control" ng-model="org.createTime">-->
|
|
|
+ <input type="text" ng-model="org.createTime"
|
|
|
+ class="f1 form-control" placeholder="到"
|
|
|
+ datepicker-popup="yyyy-MM-dd" is-open="org.$toOpened"
|
|
|
+ ng-required="true"
|
|
|
+ current-text="今天" clear-text="清除" close-text="关闭"
|
|
|
+ datepicker-options="{formatDayTitle: 'yyyy年M月', formatMonth: 'M月', showWeeks: false}"
|
|
|
+ ng-focus="openDatePicker($event, org, '$toOpened')">
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ <div class="form-group clearfix home">
|
|
|
+ <label for="" class="fl control-label">官方主页</label>
|
|
|
+ <div class="fl text-left">
|
|
|
+ <input required="true" type="text" class="form-control" ng-model="org.website">
|
|
|
+ <p class="tip">(请填写您的官网地址,或者机构新浪微博地址,没有设置访问权限的QQ空间、微信公众号推送文章链接其中任意一个)</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group clearfix home">
|
|
|
+ <label for="" class="fl control-label">机构简介</label>
|
|
|
+ <div class="fl text-left">
|
|
|
+ <textarea required="true" name="" id="" cols="30" rows="10" class="fl"
|
|
|
+ ng-model="org.summary"
|
|
|
+ placeholder="筹款来源、特色项目、服务片区、机构愿景、希望解决的社会问题等"></textarea>
|
|
|
+ <p class="tip">机构简介建议保持在200~500字。</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group clearfix">
|
|
|
+ <label for="" class="fl">验证码</label>
|
|
|
+ <input type="text" class="form-control valid fl">
|
|
|
+ <div class="clearfix valida">
|
|
|
+ <span>BBPf</span><a href="">刷新验证码</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="text-left submitBtn">
|
|
|
+ <button type="submit" ng-click="register(org)" ng-disabled="charityCertification1.$invalid">保存,下一步</button><a href="charityCertification">返回上一页</a></div>
|
|
|
+ <!--<div class="text-left submitBtn"><a href="charityCertification2">保存,下一步</a><a href="charityCertification">返回上一页</a></div>-->
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </section>
|
|
|
+ </form>
|
|
|
+</div>
|
|
|
+
|
|
|
+<script>
|
|
|
+ $('.right-nav').on('click', 'span', function () {
|
|
|
+ var index = $(this).index();
|
|
|
+ $(this).addClass('active').siblings().removeClass('active');
|
|
|
+ $('.right-list').eq(index).addClass('show').siblings().removeClass('show');
|
|
|
+ });
|
|
|
+</script>
|