Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/portalStaticPage
Showing
20 changed files
with
580 additions
and
63 deletions
| ... | @@ -11,9 +11,9 @@ | ... | @@ -11,9 +11,9 @@ |
| 11 | </head> | 11 | </head> |
| 12 | 12 | ||
| 13 | <body> | 13 | <body> |
| 14 | <div class="top-logo loadheader"></div> | 14 | <!-- <div class="top-logo loadheader"></div> |
| 15 | <div class="navigation loadheader"></div> | 15 | <div class="navigation loadheader"></div> --> |
| 16 | <div> | 16 | <div class="homeindex"> |
| 17 | <div class="banner"> | 17 | <div class="banner"> |
| 18 | <div class="layui-carousel" id="banner_swiper"> | 18 | <div class="layui-carousel" id="banner_swiper"> |
| 19 | <div carousel-item> | 19 | <div carousel-item> | ... | ... |
staticCss/dzzs.css
0 → 100644
| 1 | .content_box { | ||
| 2 | width: 1200px; | ||
| 3 | margin: 0 auto; | ||
| 4 | min-height:calc(100vh - 207px); | ||
| 5 | color: #4a4a4a; | ||
| 6 | } | ||
| 7 | .name_title { | ||
| 8 | padding: 10px; | ||
| 9 | margin:15px 0; | ||
| 10 | } | ||
| 11 | .name_title h2 { | ||
| 12 | display: inline-block; | ||
| 13 | font-weight: 600; | ||
| 14 | margin-right: 10px; | ||
| 15 | border-left: 3px solid #0091FF; | ||
| 16 | height: 16px; | ||
| 17 | line-height: 16px; | ||
| 18 | padding-left: 5px; | ||
| 19 | } | ||
| 20 | .name_title p { | ||
| 21 | display: inline-block; | ||
| 22 | color: #0091FF; | ||
| 23 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| ... | @@ -12,7 +12,9 @@ div.banner, div.c_one, div.c_two, div.c_three, div.c_four, div.c_five, div.foote | ... | @@ -12,7 +12,9 @@ div.banner, div.c_one, div.c_two, div.c_three, div.c_four, div.c_five, div.foote |
| 12 | text-align: center; | 12 | text-align: center; |
| 13 | } | 13 | } |
| 14 | 14 | ||
| 15 | 15 | .homeindex { | |
| 16 | min-height:calc(100vh - 207px); | ||
| 17 | } | ||
| 16 | 18 | ||
| 17 | div.banner { | 19 | div.banner { |
| 18 | height: 500px; | 20 | height: 500px; | ... | ... |
| ... | @@ -49,4 +49,24 @@ | ... | @@ -49,4 +49,24 @@ |
| 49 | display: inline-block; | 49 | display: inline-block; |
| 50 | border-bottom: 2px dotted#dddddd; | 50 | border-bottom: 2px dotted#dddddd; |
| 51 | margin-bottom: 4px; | 51 | margin-bottom: 4px; |
| 52 | } | ||
| 53 | |||
| 54 | .next_button button { | ||
| 55 | width: 140px; | ||
| 56 | height: 42px; | ||
| 57 | position: relative; | ||
| 58 | } | ||
| 59 | .next_button a { | ||
| 60 | color: #ffffff; | ||
| 61 | display: block; | ||
| 62 | position: absolute; | ||
| 63 | width: 140px; | ||
| 64 | height: 42px; | ||
| 65 | text-align: center; | ||
| 66 | line-height: 42px; | ||
| 67 | left: 0; | ||
| 68 | top: 0; | ||
| 69 | } | ||
| 70 | .next_button a:hover { | ||
| 71 | color: #ffffff; | ||
| 52 | } | 72 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -25,9 +25,6 @@ | ... | @@ -25,9 +25,6 @@ |
| 25 | text-align: center; | 25 | text-align: center; |
| 26 | margin: 10px 0; | 26 | margin: 10px 0; |
| 27 | } | 27 | } |
| 28 | .next_button a { | ||
| 29 | color: #ffffff; | ||
| 30 | } | ||
| 31 | .nav_title { | 28 | .nav_title { |
| 32 | padding: 10px 0 10px 10px; | 29 | padding: 10px 0 10px 10px; |
| 33 | margin:25px 0; | 30 | margin:25px 0; |
| ... | @@ -40,19 +37,7 @@ | ... | @@ -40,19 +37,7 @@ |
| 40 | line-height: 14px; | 37 | line-height: 14px; |
| 41 | font-weight: 600; | 38 | font-weight: 600; |
| 42 | } | 39 | } |
| 43 | .info_query ul li { | 40 | .video_authentication { |
| 44 | width: 31%; | 41 | text-align: center; |
| 45 | margin-right: 20px; | 42 | height: 300px; |
| 46 | display: inline-block; | ||
| 47 | margin-bottom: 15px; | ||
| 48 | } | ||
| 49 | .info_query ul li:last-child { | ||
| 50 | margin-right: 0; | ||
| 51 | } | ||
| 52 | .info_query ul li p { | ||
| 53 | display: inline-block; | ||
| 54 | } | ||
| 55 | .info_query ul li input { | ||
| 56 | display: inline-block; | ||
| 57 | width: 300px; | ||
| 58 | } | 43 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
staticCss/xsjf.css
0 → 100644
| 1 | .content_box { | ||
| 2 | width: 1200px; | ||
| 3 | margin: 0 auto; | ||
| 4 | min-height:calc(100vh - 207px); | ||
| 5 | color: #4a4a4a; | ||
| 6 | } | ||
| 7 | .name_title { | ||
| 8 | padding: 10px; | ||
| 9 | margin:15px 0; | ||
| 10 | } | ||
| 11 | .name_title h2 { | ||
| 12 | display: inline-block; | ||
| 13 | font-weight: 600; | ||
| 14 | margin-right: 10px; | ||
| 15 | border-left: 3px solid #0091FF; | ||
| 16 | height: 16px; | ||
| 17 | line-height: 16px; | ||
| 18 | padding-left: 5px; | ||
| 19 | } | ||
| 20 | .name_title p { | ||
| 21 | display: inline-block; | ||
| 22 | color: #0091FF; | ||
| 23 | } | ||
| 24 | .audit_progress { | ||
| 25 | padding: 30px 20px; | ||
| 26 | border: 1px solid #eeeeee; | ||
| 27 | margin: 20px 0; | ||
| 28 | } | ||
| 29 | .audit_progress h2 { | ||
| 30 | font-size: 16px; | ||
| 31 | font-weight: 600; | ||
| 32 | color: #5FB878; | ||
| 33 | line-height: 16px; | ||
| 34 | } | ||
| 35 | /* ------------缴费信息---------------- */ | ||
| 36 | .payment_information h3, .payment_channel h3{ | ||
| 37 | height: 16px; | ||
| 38 | padding-left: 5px; | ||
| 39 | border-left: 3px solid #0091FF; | ||
| 40 | line-height: 18px; | ||
| 41 | font-size: 16px; | ||
| 42 | font-weight: 600; | ||
| 43 | margin-bottom: 15px; | ||
| 44 | } | ||
| 45 | .payment_information ul{ | ||
| 46 | font-size: 0; | ||
| 47 | } | ||
| 48 | .payment_information ul li{ | ||
| 49 | display: inline-block; | ||
| 50 | width: 50%; | ||
| 51 | font-size: 14px; | ||
| 52 | line-height: 28px; | ||
| 53 | } | ||
| 54 | .payment_information ul li span { | ||
| 55 | color: #9B9B9B; | ||
| 56 | } | ||
| 57 | .payment_information ul li p, .payment_information h5 ,.payment_information h6 { | ||
| 58 | display: inline-block; | ||
| 59 | margin-left: 5px; | ||
| 60 | } | ||
| 61 | .payment_information h5 , .payment_information h6 { | ||
| 62 | color: #FA6400; | ||
| 63 | } | ||
| 64 | .payment_information ul li h5 { | ||
| 65 | font-size: 18px; | ||
| 66 | font-weight: 600; | ||
| 67 | } | ||
| 68 | /* ----------------------缴费通道------------------------------- */ | ||
| 69 | .payment_channel { | ||
| 70 | margin: 20px 0; | ||
| 71 | } | ||
| 72 | .payment_channel ul { | ||
| 73 | font-size: 0; | ||
| 74 | } | ||
| 75 | .payment_channel ul li { | ||
| 76 | display: inline-block; | ||
| 77 | width: 50%; | ||
| 78 | text-align: center; | ||
| 79 | cursor: pointer; | ||
| 80 | } | ||
| 81 | .payment_channel ul li img { | ||
| 82 | width: 60px; | ||
| 83 | height: 60px; | ||
| 84 | } | ||
| 85 | .payment_channel ul li span { | ||
| 86 | display: block; | ||
| 87 | text-align: center; | ||
| 88 | font-size: 16px; | ||
| 89 | margin-top: 5px; | ||
| 90 | } | ||
| 91 | .code { | ||
| 92 | text-align: center; | ||
| 93 | } | ||
| 94 | .code img { | ||
| 95 | width: 150px; | ||
| 96 | height: 150px; | ||
| 97 | } | ||
| 98 | /* ------------------支付成功----------------------- */ | ||
| 99 | .payment_success h5 { | ||
| 100 | text-align: center; | ||
| 101 | } | ||
| 102 | .payment_success h5 img { | ||
| 103 | width: 50px; | ||
| 104 | height: 50px; | ||
| 105 | } | ||
| 106 | .payment_success h5 p { | ||
| 107 | text-align: center; | ||
| 108 | font-weight: 600; | ||
| 109 | margin-top: 5px; | ||
| 110 | } | ||
| 111 | .payment_success ul { | ||
| 112 | margin-top: 20px; | ||
| 113 | width: 236px; | ||
| 114 | line-height: 36px; | ||
| 115 | margin: 0 auto; | ||
| 116 | margin-top: 30px; | ||
| 117 | } | ||
| 118 | .payment_success ul li { | ||
| 119 | text-align: left; | ||
| 120 | } | ||
| 121 | .payment_success ul li span{ | ||
| 122 | color: #9B9B9B; | ||
| 123 | } | ||
| 124 | .payment_success ul li p { | ||
| 125 | display: inline-block; | ||
| 126 | } | ||
| 127 | .next_button { | ||
| 128 | text-align: center; | ||
| 129 | margin: 30px 0 100px 0; | ||
| 130 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| ... | @@ -163,12 +163,16 @@ div.subject { | ... | @@ -163,12 +163,16 @@ div.subject { |
| 163 | 163 | ||
| 164 | .left-body { | 164 | .left-body { |
| 165 | width: 687px; | 165 | width: 687px; |
| 166 | height: 60px; | 166 | height: 72px; |
| 167 | font-size: 14px; | 167 | font-size: 14px; |
| 168 | font-family: PingFangSC-Regular, PingFang SC; | ||
| 169 | font-weight: 400; | 168 | font-weight: 400; |
| 170 | color: #6D7278; | 169 | color: #6D7278; |
| 171 | line-height: 25px; | 170 | line-height: 26px; |
| 171 | overflow : hidden; | ||
| 172 | text-overflow: ellipsis; | ||
| 173 | display: -webkit-box; | ||
| 174 | -webkit-line-clamp: 3; | ||
| 175 | -webkit-box-orient: vertical; | ||
| 172 | } | 176 | } |
| 173 | 177 | ||
| 174 | .left-buttom { | 178 | .left-buttom { | ... | ... |
| ... | @@ -173,6 +173,11 @@ div.subject { | ... | @@ -173,6 +173,11 @@ div.subject { |
| 173 | font-weight: 400; | 173 | font-weight: 400; |
| 174 | color: #6D7278; | 174 | color: #6D7278; |
| 175 | line-height: 25px; | 175 | line-height: 25px; |
| 176 | overflow : hidden; | ||
| 177 | text-overflow: ellipsis; | ||
| 178 | display: -webkit-box; | ||
| 179 | -webkit-line-clamp: 2; | ||
| 180 | -webkit-box-orient: vertical; | ||
| 176 | } | 181 | } |
| 177 | 182 | ||
| 178 | .left-buttom { | 183 | .left-buttom { | ... | ... |
| ... | @@ -2,6 +2,7 @@ | ... | @@ -2,6 +2,7 @@ |
| 2 | width: 1200px; | 2 | width: 1200px; |
| 3 | margin: 0 auto; | 3 | margin: 0 auto; |
| 4 | min-height:calc(100vh - 207px); | 4 | min-height:calc(100vh - 207px); |
| 5 | color: #4a4a4a; | ||
| 5 | } | 6 | } |
| 6 | .name_title { | 7 | .name_title { |
| 7 | padding: 10px; | 8 | padding: 10px; |
| ... | @@ -24,6 +25,47 @@ | ... | @@ -24,6 +25,47 @@ |
| 24 | text-align: center; | 25 | text-align: center; |
| 25 | margin: 10px 0; | 26 | margin: 10px 0; |
| 26 | } | 27 | } |
| 27 | .next_button a { | 28 | |
| 28 | color: #ffffff; | 29 | .audit_progress { |
| 30 | padding: 30px 20px; | ||
| 31 | border: 1px solid #eeeeee; | ||
| 32 | border-radius: 4px; | ||
| 33 | margin-top: 30px; | ||
| 34 | } | ||
| 35 | .audit_progress h2 { | ||
| 36 | font-size: 18px; | ||
| 37 | color: #5FB878; | ||
| 38 | font-weight: 600; | ||
| 39 | margin-bottom: 5px; | ||
| 40 | } | ||
| 41 | .audit_progress p { | ||
| 42 | color: #FA6400; | ||
| 43 | } | ||
| 44 | /* ------------受理信息--------------- */ | ||
| 45 | .acceptance_information { | ||
| 46 | margin: 20px 0; | ||
| 47 | } | ||
| 48 | .acceptance_information h3{ | ||
| 49 | height: 16px; | ||
| 50 | padding-left: 5px; | ||
| 51 | border-left: 3px solid #0091FF; | ||
| 52 | line-height: 18px; | ||
| 53 | font-size: 16px; | ||
| 54 | font-weight: 600; | ||
| 55 | margin-bottom: 15px; | ||
| 56 | } | ||
| 57 | .acceptance_information ul { | ||
| 58 | font-size: 0; | ||
| 59 | } | ||
| 60 | .acceptance_information ul li { | ||
| 61 | display: inline-block; | ||
| 62 | width: 50%; | ||
| 63 | font-size: 14px; | ||
| 64 | line-height: 28px; | ||
| 65 | } | ||
| 66 | .acceptance_information ul li span { | ||
| 67 | color: #9B9B9B; | ||
| 68 | } | ||
| 69 | .acceptance_information ul li p { | ||
| 70 | display: inline-block; | ||
| 29 | } | 71 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
staticImages/alipay.png
0 → 100644
7.84 KB
staticImages/success.png
0 → 100644
7.35 KB
staticImages/wechat.png
0 → 100644
6.12 KB
staticJs/dzzs.js
0 → 100644
staticJs/xsjf.js
0 → 100644
staticViews/dzzs.html
0 → 100644
| 1 | <!DOCTYPE html | ||
| 2 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
| 3 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
| 4 | |||
| 5 | <head> | ||
| 6 | <style> | ||
| 7 | </style> | ||
| 8 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
| 9 | <title>立即办理-在线生成电子证书</title> | ||
| 10 | <script type="text/javascript" src="../staticJs/head.js"></script> | ||
| 11 | <link rel="stylesheet" type="text/css" href="../staticCss/progress.css"> | ||
| 12 | <link rel="stylesheet" type="text/css" href="../staticCss/dzzs.css"> | ||
| 13 | </head> | ||
| 14 | |||
| 15 | <body> | ||
| 16 | <div class="navigation_crumbs"> | ||
| 17 | <div class="contentBox"> | ||
| 18 | <span class="layui-breadcrumb"> | ||
| 19 | <a href="../../index.html">首页</a> | ||
| 20 | <a href="./wssq.html">网上申请</a> | ||
| 21 | <a><cite>在线申请</cite></a> | ||
| 22 | </span> | ||
| 23 | </div> | ||
| 24 | </div> | ||
| 25 | <div class="content_box"> | ||
| 26 | <div class="name_title layui-bg-gray"> | ||
| 27 | <h2>转移类</h2> | ||
| 28 | <p>商品房转移买卖转移登记</p> | ||
| 29 | </div> | ||
| 30 | <ul class="app_progress"> | ||
| 31 | <li class="selected"> | ||
| 32 | <span>1</span> | ||
| 33 | 信息效验 | ||
| 34 | </li> | ||
| 35 | <div class="line"></div> | ||
| 36 | <li class="selected"> | ||
| 37 | <span>2</span> | ||
| 38 | 填报信息 | ||
| 39 | </li> | ||
| 40 | <div class="line"></div> | ||
| 41 | <li class="selected"> | ||
| 42 | <span>3</span> | ||
| 43 | 完税核税 | ||
| 44 | </li> | ||
| 45 | <div class="line"></div> | ||
| 46 | <li class="selected"> | ||
| 47 | <span>4</span> | ||
| 48 | 身份认证 | ||
| 49 | </li> | ||
| 50 | <div class="line"></div> | ||
| 51 | <li class="selected"> | ||
| 52 | <span>5</span> | ||
| 53 | 资料审核 | ||
| 54 | </li> | ||
| 55 | <div class="line"></div> | ||
| 56 | <li class="selected"> | ||
| 57 | <span>6</span> | ||
| 58 | 线上缴费 | ||
| 59 | </li> | ||
| 60 | <div class="line"></div> | ||
| 61 | <li class="active"> | ||
| 62 | <span>7</span> | ||
| 63 | 生成电子证书 | ||
| 64 | </li> | ||
| 65 | </ul> | ||
| 66 | <!-- --------------------------------- --> | ||
| 67 | <div class="certificate_list"> | ||
| 68 | <ul> | ||
| 69 | <li> | ||
| 70 | |||
| 71 | </li> | ||
| 72 | </ul> | ||
| 73 | </div> | ||
| 74 | </div> | ||
| 75 | </body> | ||
| 76 | <script type="text/javascript" src="../staticJs/common.js"></script> | ||
| 77 | <script type="text/javascript" src="../staticJs/down.js"></script> | ||
| 78 | <script type="text/javascript" src="../staticJs/dzzs.js"></script> | ||
| 79 | </html> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| ... | @@ -7,8 +7,8 @@ | ... | @@ -7,8 +7,8 @@ |
| 7 | </style> | 7 | </style> |
| 8 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 8 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 9 | <title>新闻详情</title> | 9 | <title>新闻详情</title> |
| 10 | <script type="text/javascript" src="../staticJs/head.js"></script> | 10 | <script type="text/javascript" src="../../staticJs/head.js"></script> |
| 11 | <link rel="stylesheet" type="text/css" href="../staticCss/xwxq.css"> | 11 | <link rel="stylesheet" type="text/css" href="../../staticCss/xwxq.css"> |
| 12 | </head> | 12 | </head> |
| 13 | 13 | ||
| 14 | <body> | 14 | <body> |
| ... | @@ -17,8 +17,8 @@ | ... | @@ -17,8 +17,8 @@ |
| 17 | <div class="navigation_crumbs"> | 17 | <div class="navigation_crumbs"> |
| 18 | <div class="contentBox"> | 18 | <div class="contentBox"> |
| 19 | <span class="layui-breadcrumb"> | 19 | <span class="layui-breadcrumb"> |
| 20 | <a href="../index.html">首页</a> | 20 | <a href="../../index.html">首页</a> |
| 21 | <a href="./xwdt.html">新闻动态</a> | 21 | <a href="../xwdt.html">新闻动态</a> |
| 22 | <a><cite>新闻详情</cite></a> | 22 | <a><cite>新闻详情</cite></a> |
| 23 | </span> | 23 | </span> |
| 24 | </div> | 24 | </div> |
| ... | @@ -275,8 +275,8 @@ | ... | @@ -275,8 +275,8 @@ |
| 275 | </div> | 275 | </div> |
| 276 | </div> | 276 | </div> |
| 277 | </body> | 277 | </body> |
| 278 | <script type="text/javascript" src="../staticJs/common.js"></script> | 278 | <script type="text/javascript" src="../../staticJs/common.js"></script> |
| 279 | <script type="text/javascript" src="../staticJs/down.js"></script> | 279 | <script type="text/javascript" src="../../staticJs/down.js"></script> |
| 280 | <script type="text/javascript" src="../staticJs/xwxq.js"></script> | 280 | <script type="text/javascript" src="../../staticJs/xwxq.js"></script> |
| 281 | 281 | ||
| 282 | </html> | 282 | </html> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -68,32 +68,9 @@ | ... | @@ -68,32 +68,9 @@ |
| 68 | <div class="nav_title"> | 68 | <div class="nav_title"> |
| 69 | <h2>买方</h2> | 69 | <h2>买方</h2> |
| 70 | </div> | 70 | </div> |
| 71 | <ul> | 71 | <div class="video_authentication"> |
| 72 | <li> | 72 | 视频认证 |
| 73 | <span>权利人</span>: | 73 | </div> |
| 74 | <p>任超</p> | ||
| 75 | </li> | ||
| 76 | <li> | ||
| 77 | <span>证件类型</span>: | ||
| 78 | <p>身份证</p> | ||
| 79 | </li> | ||
| 80 | <li> | ||
| 81 | <span>证件号</span>: | ||
| 82 | <p>78979798798798</p> | ||
| 83 | </li> | ||
| 84 | <li> | ||
| 85 | <span>联系方式</span>: | ||
| 86 | <p>156587979</p> | ||
| 87 | </li> | ||
| 88 | <li> | ||
| 89 | <span>验证码</span>: | ||
| 90 | <input type="tel" name="title" id="tel" maxlength="11" lay-verify="phone" placeholder="请输入手机号"class="layui-input"> | ||
| 91 | </li> | ||
| 92 | <li> | ||
| 93 | <button type="button" | ||
| 94 | class="layui-btn layui-btn-radius layui-btn-primary feachBtn layui-btn-sm">获取验证码</button> | ||
| 95 | </li> | ||
| 96 | </ul> | ||
| 97 | </div> | 74 | </div> |
| 98 | <div class="next_button"> | 75 | <div class="next_button"> |
| 99 | <button type="button" class="layui-btn layui-btn-normal"> | 76 | <button type="button" class="layui-btn layui-btn-normal"> | ... | ... |
staticViews/xsjf.html
0 → 100644
| 1 | <!DOCTYPE html | ||
| 2 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
| 3 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
| 4 | |||
| 5 | <head> | ||
| 6 | <style> | ||
| 7 | </style> | ||
| 8 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
| 9 | <title>立即办理-线上缴费</title> | ||
| 10 | <script type="text/javascript" src="../staticJs/head.js"></script> | ||
| 11 | <link rel="stylesheet" type="text/css" href="../staticCss/progress.css"> | ||
| 12 | <link rel="stylesheet" type="text/css" href="../staticCss/xsjf.css"> | ||
| 13 | </head> | ||
| 14 | |||
| 15 | <body> | ||
| 16 | <div class="navigation_crumbs"> | ||
| 17 | <div class="contentBox"> | ||
| 18 | <span class="layui-breadcrumb"> | ||
| 19 | <a href="../../index.html">首页</a> | ||
| 20 | <a href="./wssq.html">网上申请</a> | ||
| 21 | <a><cite>在线申请</cite></a> | ||
| 22 | </span> | ||
| 23 | </div> | ||
| 24 | </div> | ||
| 25 | <div class="content_box"> | ||
| 26 | <div class="name_title layui-bg-gray"> | ||
| 27 | <h2>转移类</h2> | ||
| 28 | <p>商品房转移买卖转移登记</p> | ||
| 29 | </div> | ||
| 30 | <ul class="app_progress"> | ||
| 31 | <li class="selected"> | ||
| 32 | <span>1</span> | ||
| 33 | 信息效验 | ||
| 34 | </li> | ||
| 35 | <div class="line"></div> | ||
| 36 | <li class="selected"> | ||
| 37 | <span>2</span> | ||
| 38 | 填报信息 | ||
| 39 | </li> | ||
| 40 | <div class="line"></div> | ||
| 41 | <li class="selected"> | ||
| 42 | <span>3</span> | ||
| 43 | 完税核税 | ||
| 44 | </li> | ||
| 45 | <div class="line"></div> | ||
| 46 | <li class="selected"> | ||
| 47 | <span>4</span> | ||
| 48 | 身份认证 | ||
| 49 | </li> | ||
| 50 | <div class="line"></div> | ||
| 51 | <li class="selected"> | ||
| 52 | <span>5</span> | ||
| 53 | 资料审核 | ||
| 54 | </li> | ||
| 55 | <div class="line"></div> | ||
| 56 | <li class="active"> | ||
| 57 | <span>6</span> | ||
| 58 | 线上缴费 | ||
| 59 | </li> | ||
| 60 | <div class="line"></div> | ||
| 61 | <li> | ||
| 62 | <span>7</span> | ||
| 63 | 生成电子证书 | ||
| 64 | </li> | ||
| 65 | </ul> | ||
| 66 | <!-- ------------------开始支付----------------- --> | ||
| 67 | <div class="audit_progress"> | ||
| 68 | <h2>您的申请已提交,工作人员会在15个工作日内完成审核!</h2> | ||
| 69 | </div> | ||
| 70 | <!-- ------------------缴费信息----------------- --> | ||
| 71 | <div class="payment_information"> | ||
| 72 | <h3> | ||
| 73 | 缴费信息 | ||
| 74 | </h3> | ||
| 75 | <ul> | ||
| 76 | <li> | ||
| 77 | <span>受理编号:</span> | ||
| 78 | <p>7897987989798</p> | ||
| 79 | </li> | ||
| 80 | <li> | ||
| 81 | <span>受理日期:</span> | ||
| 82 | <p>7979798797</p> | ||
| 83 | </li> | ||
| 84 | <li> | ||
| 85 | <span>收费事项:</span> | ||
| 86 | <p>商品房转移买卖转移登记(个人)登记费</p> | ||
| 87 | </li> | ||
| 88 | <li> | ||
| 89 | <span>应缴金额:</span> | ||
| 90 | <h5>600元</h5> | ||
| 91 | </li> | ||
| 92 | <li> | ||
| 93 | <span>收费明细:</span> | ||
| 94 | <h6>工本费10元 </h6> | ||
| 95 | <h6>快递费20元</h6> | ||
| 96 | <h6>不动产登记费80元</h6> | ||
| 97 | </li> | ||
| 98 | </ul> | ||
| 99 | </div> | ||
| 100 | <!-- ------------------缴费通道----------------- --> | ||
| 101 | <div class="payment_channel"> | ||
| 102 | <h3>缴费通道</h3> | ||
| 103 | <ul> | ||
| 104 | <li> | ||
| 105 | <img src="../staticImages/wechat.png"> | ||
| 106 | <span>微信</span> | ||
| 107 | </li> | ||
| 108 | <li> | ||
| 109 | <img src="../staticImages/alipay.png" alt=""> | ||
| 110 | <span>支付宝</span> | ||
| 111 | </li> | ||
| 112 | </ul> | ||
| 113 | <div class="code"> | ||
| 114 | <img src="../staticImages/code.png"> | ||
| 115 | </div> | ||
| 116 | </div> | ||
| 117 | |||
| 118 | <!-- ------------------支付成功----------------- --> | ||
| 119 | <div class="payment_success"> | ||
| 120 | <h5> | ||
| 121 | <img src="../staticImages/success.png"> | ||
| 122 | <p>支付成功</p> | ||
| 123 | </h5> | ||
| 124 | <ul> | ||
| 125 | <li> | ||
| 126 | <span>支付流水号:</span> | ||
| 127 | <p>67879798798798</p> | ||
| 128 | </li> | ||
| 129 | <li> | ||
| 130 | <span>支付时间:</span> | ||
| 131 | <p>79879879</p> | ||
| 132 | </li> | ||
| 133 | <li> | ||
| 134 | <span>支付金额:</span> | ||
| 135 | <p>550.00元</p> | ||
| 136 | </li> | ||
| 137 | </ul> | ||
| 138 | <div class="next_button"> | ||
| 139 | <button type="button" class="layui-btn layui-btn-normal"> | ||
| 140 | <a href="">下一步</a> | ||
| 141 | </button> | ||
| 142 | </div> | ||
| 143 | </div> | ||
| 144 | </div> | ||
| 145 | </body> | ||
| 146 | <script type="text/javascript" src="../staticJs/common.js"></script> | ||
| 147 | <script type="text/javascript" src="../staticJs/down.js"></script> | ||
| 148 | <script type="text/javascript" src="../staticJs/xsjf.js"></script> | ||
| 149 | </html> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| ... | @@ -97,7 +97,7 @@ | ... | @@ -97,7 +97,7 @@ |
| 97 | <a class="left-top" title=" {{ item.headline }}" href="./xwxq.html" target="_blank"> | 97 | <a class="left-top" title=" {{ item.headline }}" href="./xwxq.html" target="_blank"> |
| 98 | {{ item.headline }} | 98 | {{ item.headline }} |
| 99 | </a> | 99 | </a> |
| 100 | <a class="xw" href="./xwxq.html" target="_blank"> | 100 | <a class="xw" href="./news/xwxq.html" target="_blank"> |
| 101 | <div class="xw-left"> | 101 | <div class="xw-left"> |
| 102 | <img | 102 | <img |
| 103 | src="{{ item.cover }}"> | 103 | src="{{ item.cover }}"> | ... | ... |
| ... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
| 6 | <style> | 6 | <style> |
| 7 | </style> | 7 | </style> |
| 8 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 8 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 9 | <title>立即办理-身份认证</title> | 9 | <title>立即办理-资料审核</title> |
| 10 | <script type="text/javascript" src="../staticJs/head.js"></script> | 10 | <script type="text/javascript" src="../staticJs/head.js"></script> |
| 11 | <link rel="stylesheet" type="text/css" href="../staticCss/progress.css"> | 11 | <link rel="stylesheet" type="text/css" href="../staticCss/progress.css"> |
| 12 | <link rel="stylesheet" type="text/css" href="../staticCss/zlsh.css"> | 12 | <link rel="stylesheet" type="text/css" href="../staticCss/zlsh.css"> |
| ... | @@ -63,8 +63,95 @@ | ... | @@ -63,8 +63,95 @@ |
| 63 | 生成电子证书 | 63 | 生成电子证书 |
| 64 | </li> | 64 | </li> |
| 65 | </ul> | 65 | </ul> |
| 66 | <div class="audit_progress"> | ||
| 67 | <h2>您的申请已提交,工作人员会在15个工作日内完成审核!</h2> | ||
| 68 | <p> | ||
| 69 | 您可以在“ 个人中心-我的业务”查看办理进度 | ||
| 70 | </p> | ||
| 71 | </div> | ||
| 72 | <div class="acceptance_information"> | ||
| 73 | <h3>受理信息</h3> | ||
| 74 | <ul> | ||
| 75 | <li> | ||
| 76 | <span>权利类型:</span> | ||
| 77 | <p>房屋等建筑物、构筑物所有权</p> | ||
| 78 | </li> | ||
| 79 | <li> | ||
| 80 | <span>业务类型:</span> | ||
| 81 | <p> | ||
| 82 | 商品房买卖转移登记(个人) | ||
| 83 | </p> | ||
| 84 | </li> | ||
| 85 | <li> | ||
| 86 | <span>受理编号:</span> | ||
| 87 | <p>78979879879</p> | ||
| 88 | </li> | ||
| 89 | <li> | ||
| 90 | <span>受理日期:</span> | ||
| 91 | <p> | ||
| 92 | 2023-5-9 | ||
| 93 | </p> | ||
| 94 | </li> | ||
| 95 | </ul> | ||
| 96 | </div> | ||
| 97 | <!-- ---------------房屋信息----------------- --> | ||
| 98 | <div class="acceptance_information"> | ||
| 99 | <h3>房屋信息</h3> | ||
| 100 | <ul> | ||
| 101 | <li> | ||
| 102 | <span>不动产单元号:</span> | ||
| 103 | <p>450101 450002 GB 00740W00000000</p> | ||
| 104 | </li> | ||
| 105 | <li> | ||
| 106 | <span>产权证号:</span> | ||
| 107 | <p>70205004005GB10030</p> | ||
| 108 | </li> | ||
| 109 | <li> | ||
| 110 | <span>坐落:</span> | ||
| 111 | <p> | ||
| 112 | XXX市(县)XXX街道(乡镇)XXX社区(村委会)XXX街(巷)xxx号XXXX楼XXX室 | ||
| 113 | </p> | ||
| 114 | </li> | ||
| 115 | <li> | ||
| 116 | <span>面积:</span> | ||
| 117 | <p>526</p> | ||
| 118 | </li> | ||
| 119 | <li> | ||
| 120 | <span>合同备案号:</span> | ||
| 121 | <p>YS000000000001</p> | ||
| 122 | </li> | ||
| 123 | </ul> | ||
| 124 | </div> | ||
| 125 | <!-- ----------买方信息--------- --> | ||
| 126 | <div class="acceptance_information"> | ||
| 127 | <h3>买方信息</h3> | ||
| 128 | <ul> | ||
| 129 | <li> | ||
| 130 | <span>姓名:</span> | ||
| 131 | <p>郭小美</p> | ||
| 132 | </li> | ||
| 133 | <li> | ||
| 134 | <span>证件类型:</span> | ||
| 135 | <p>身份证</p> | ||
| 136 | </li> | ||
| 137 | <li> | ||
| 138 | <span>证件号码:</span> | ||
| 139 | <p>611312317987</p> | ||
| 140 | </li> | ||
| 141 | <li> | ||
| 142 | <span>联系电话:</span> | ||
| 143 | <p>1977897987987</p> | ||
| 144 | </li> | ||
| 145 | </ul> | ||
| 146 | </div> | ||
| 147 | <!-- -------受理流程------------ --> | ||
| 148 | <div class="acceptance_process"> | ||
| 149 | <h3>受理流程</h3> | ||
| 150 | </div> | ||
| 66 | <div class="next_button"> | 151 | <div class="next_button"> |
| 67 | <button type="button" class="layui-btn layui-btn-normal">下一步</button> | 152 | <button type="button" class="layui-btn layui-btn-normal"> |
| 153 | <a href="./xsjf.html">下一步</a> | ||
| 154 | </button> | ||
| 68 | </div> | 155 | </div> |
| 69 | </div> | 156 | </div> |
| 70 | </body> | 157 | </body> | ... | ... |
-
Please register or sign in to post a comment