| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>机构认证-一元捐</title>
- <meta name="keywords" content="">
- <meta name="description" content="">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="renderer" content="webkit">
- <!--css begin-->
- <link href="static/images/icon/u.png" rel="icon" type="image/x-icon" />
- <link rel="stylesheet" href="static/lib/bootstrap/css/bootstrap.min.css">
- <link rel="stylesheet" href="static/css/base.css">
- <style>
- body{
- font-family: "Microsoft Yahei", "微软雅黑";
- box-sizing: border-box;
- }
- .fl{
- float: left;
- }
- .fr{
- float: right;
- }
- .clearfix {
- clear: both;
- }
- /*头部导航*/
- #nav{
- width: 100%;
- margin: 0 auto;
- background: #474443;
- }
- #nav .container{
- margin: 0 auto;
- padding: 0;
- width: 1140px;
- height: 60px;
- line-height: 60px;
- text-align: center;
- }
- #nav .fl{
- position: relative;
- }
- #nav .fl img{
- margin-right: 32px;
- width: 65px;
- height: 22px;
- }
- #nav .fl span{
- font-size: 16px;
- color: #fff;
- }
- #nav .fl span:before{
- content: '';
- position: absolute;
- top: 25px;
- left: 80px;
- width: 1px;
- height: 14px;
- background: #a0a0a0;
- }
- #nav .fl a.return{
- margin-left: 28px;
- font-size: 12px;
- color: #b4b4b4;
- text-decoration: none;
- }
- #nav .fr a{
- margin-right: 45px;
- font-size: 14px;
- color: #fff;
- }
- #nav .fr a:last-child {
- margin-right: 0;
- }
- .main{
- width: 100%;
- margin: 24px 0 110px 0;
- background: #f6f6f6;
- }
- .main .container{
- width: 1140px;
- margin: 0 auto;
- padding: 0;
- }
- .main .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{
- margin-right: 20px;
- font-size: 18px;
- color: #1e1e1e;
- }
- .instruction a{
- font-size: 16px;
- color: #005ae1;
- }
- .instruction a img{
- margin: -2px 5px 0 0;
- }
- .choose{
- text-align: center;
- }
- .choose p.choose-txt{
- margin: 36px 0 40px 0;
- font-size: 16px;
- color: #1e1e1e;
- }
- .choose .choose-about{
- margin-bottom: 140px;
- overflow: hidden;
- }
- .choose .choose-about .choose-item{
- float: left;
- padding: 0 17px;
- margin-right: 70px;
- width: 260px;
- height: 260px;
- border: #dcdcdc 1px solid;
- background: -webkit-linear-gradient(top, #fff 0%,#f5f5f5 100%);
- background: -o-linear-gradient(top, #fff 0%,#f5f5f5 100%);
- background: -ms-linear-gradient(top, #fff 0%,#f5f5f5 100%);
- background: linear-gradient(to bottom, #fff 0%,#f5f5f5 100%);
- }
- .choose .choose-about .choose-item:first-child {
- margin-left: 255px;
- }
- .choose .choose-about .choose-item:last-child {
- width: 240px;
- }
- .choose .choose-about .choose-item .img{
- height: 140px;
- }
- .choose .choose-about .choose-item .img img{
- margin: 30px 0 20px 0;
- width: 72px;
- height: 90px;
- }
- .choose .choose-about .choose-item p{
- margin-bottom: 20px;
- font-size: 16px;
- color: #1e1e1e;
- font-weight: bold;
- }
- .choose .choose-about .choose-item span{
- font-size: 13px;
- color: #787878;
- line-height: 22px;
- }
- </style>
- </head>
- <body>
- <div ng-include src="'static/view/common/nav.html'"></div>
- <div ui-view></div>
- <!--js begin-->
- <!-- 消息提示框 Start-->
- <toaster-container
- toaster-options="{'position-class': 'toast-top-center'}"></toaster-container>
- <script src="static/lib/jquery/jquery.min.js"></script>
- <script src="static/lib/bootstrap/js/bootstrap.min.js"></script>
- <script type="text/javascript" src="static/lib/require.js"
- data-main="static/js/approval/main.js"></script>
- </body>
- </html>
|