Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3556cd9b
authored
2020-12-22 19:28:01 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of yun.pashanhoo.com:renchao/portalStaticPage
2 parents
617251ea
840abffc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
52 additions
and
35 deletions
staticCss/yysq.css
staticJs/onlineApply/houseFill.js
staticViews/onlineApply/houseFill.html
staticCss/yysq.css
View file @
3556cd9
...
...
@@ -401,6 +401,7 @@ input[type='file'] {
.layui-form-label
{
font-size
:
14px
;
}
.pictureUpload
{
width
:
240px
;
height
:
240px
;
...
...
@@ -410,6 +411,7 @@ input[type='file'] {
top
:
0
;
display
:
none
;
}
.formInfo
{
margin-top
:
8px
;
height
:
15px
;
...
...
@@ -424,4 +426,16 @@ input[type='file'] {
}
#titleCertificate
span
{
width
:
112px
!important
;
}
.pic
{
width
:
240px
;
height
:
240px
;
/* border-radius: 6px;
margin: 20px auto; */
cursor
:
pointer
;
}
.ddd
{
}
\ No newline at end of file
...
...
staticJs/onlineApply/houseFill.js
View file @
3556cd9
This diff is collapsed.
Click to expand it.
staticViews/onlineApply/houseFill.html
View file @
3556cd9
...
...
@@ -32,8 +32,8 @@
<ul
class=
"app_progress"
id=
"app_progress"
>
</ul>
</div>
<!-- 受理情况 -->
<div
class=
"acceptance_information"
>
<!-- 受理情况 -->
<div
class=
"acceptance_information"
>
<h3>
受理情况
</h3>
<ul
class=
"acceptance"
>
...
...
@@ -44,7 +44,7 @@
<li
id=
"titleCertificate"
>
<span>
原不动产权证号:
</span>
<p>
70205004005GB10030
</p>
</li>
</li>
<li
id=
"22"
>
<span>
申请编号:
</span>
<p>
FW202000015
</p>
...
...
@@ -55,7 +55,7 @@
</li>
<li
id=
"33"
>
<span>
申请人:
</span>
<p>
张三
<p>
张三
</p>
</li>
<li
id=
"44"
>
...
...
@@ -70,8 +70,8 @@
<span>
登记情形:
</span>
<p>
二手房
</p>
</li>
</ul>
</div>
<!-- 房屋信息 -->
...
...
@@ -85,7 +85,7 @@
<li
id=
"unitNumber"
>
<span>
不动产单元号:
</span>
<p>
450101 450002 GB 00740W00000000
</p>
</li>
</li>
<li
id=
"beLocated"
>
<span>
坐落:
</span>
<p>
...
...
@@ -96,7 +96,7 @@
<span>
面积:
</span>
<p>
526
</p>
</li>
<li>
<span>
土地用途:
</span>
<p>
城镇住宅用地
</p>
...
...
@@ -143,8 +143,8 @@
</li>
</ul>
</div>
<!-- 受理情况 -->
<div
class=
"acceptance_information"
>
<!-- 受理情况 -->
<div
class=
"acceptance_information"
>
<h3>
网签合同情况
</h3>
<ul
class=
"acceptance"
>
<li
id=
"recordNo"
>
...
...
@@ -158,10 +158,10 @@
<li
id=
"22"
>
<span>
交易价格:
</span>
<p>
100(万元)
</p>
</li>
</li>
</ul>
</div>
<!-----------------
买方
信息------------------ -->
<!-----------------
权利人
信息------------------ -->
<div
class=
"person_info"
>
<h3>
权利人信息
</h3>
<div
class=
"person_radio"
>
...
...
@@ -188,7 +188,7 @@
</div>
<div
class=
"layui-inline"
>
<label
class=
"layui-form-label"
>
联系方式
</label>
<p
class=
"formInfo"
id=
"phone"
></p>
<p
class=
"formInfo"
id=
"phone"
></p>
</div>
</div>
</form>
...
...
@@ -197,9 +197,22 @@
<p>
添加个人信息
</p>
</div>
</div>
<!-----------------资料上传------------------ -->
<div
class=
"data_upload"
id=
"clxx"
>
<h3>
资料上传
</h3>
<!-- <div>
<div style="float: left;">
<img class="pic" src="">
<input name="file" accept="image/*" type="file" style="display: none" />
<div class="certificate">
<span> 申请书【原件】 3-1</span>
<a href="#">删除</a>
</div>
</div>
</div> -->
</div>
<!-- 领证方式 -->
<div
class=
"obtaining_license"
>
...
...
@@ -216,15 +229,16 @@
<div
class=
"layui-inline"
>
<label
class=
"layui-form-label"
>
收件人
</label>
<div
class=
"layui-input-block"
>
<input
type=
"text"
name=
"consignee"
id=
"consignee"
lay-verify=
"title"
autocomplete=
"off"
placeholder=
"请输入收件人"
class=
"layui-input"
>
<input
type=
"text"
name=
"consignee"
id=
"consignee"
lay-verify=
"title"
autocomplete=
"off"
placeholder=
"请输入收件人"
class=
"layui-input"
>
</div>
</div>
<div
class=
"layui-inline"
>
<label
class=
"layui-form-label"
>
手机号码
</label>
<div
class=
"layui-input-block"
>
<input
type=
"tel"
maxlength=
"11"
id=
"consigneePhone"
name=
"consigneePhone"
lay-verify=
"consigneePhone"
autocomplete=
"off"
placeholder=
"请输入手机号码"
class=
"layui-input"
>
<input
type=
"tel"
maxlength=
"11"
id=
"consigneePhone"
name=
"consigneePhone"
lay-verify=
"consigneePhone"
autocomplete=
"off"
placeholder=
"请输入手机号码"
class=
"layui-input"
>
</div>
</div>
</div>
...
...
@@ -233,7 +247,8 @@
<div
class=
"layui-input-block ssq"
>
<h2>
省
</h2>
<div
class=
"layui-inline layui-select-default"
style=
"margin-right: 10px;"
>
<select
name=
"province"
class=
"Pselected"
id=
"province"
data-area=
"陕西省"
"
lay-filter=
"province"
>
<select
name=
"province"
class=
"Pselected"
id=
"province"
data-area=
"陕西省"
"
lay-filter=
" province"
>
<option
value=
""
>
选择省
</option>
</select>
</div>
...
...
@@ -245,7 +260,8 @@
</div>
<h2>
区
</h2>
<div
class=
"layui-inline selected layui-select-default"
>
<select
name=
"district"
class=
"Cselected"
id=
"district"
data-area=
"雁塔区"
lay-filter=
"selectCity"
>
<select
name=
"district"
class=
"Cselected"
id=
"district"
data-area=
"雁塔区"
lay-filter=
"selectCity"
>
<option
value=
""
>
选择区
</option>
</select>
</div>
...
...
@@ -254,7 +270,8 @@
<div>
<label
class=
"layui-form-label"
>
详细地址
</label>
<div
class=
"layui-input-block"
>
<textarea
name=
"consigneeAddress"
id=
"consigneeAddress"
placeholder=
"请输入内容"
class=
"layui-textarea"
></textarea>
<textarea
name=
"consigneeAddress"
id=
"consigneeAddress"
placeholder=
"请输入内容"
class=
"layui-textarea"
></textarea>
</div>
</div>
<div
class=
"next_button"
>
...
...
@@ -282,19 +299,5 @@
<script
type=
"text/javascript"
src=
"../../staticJs/onlineApply/workFlow.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/onlineApply/houseFill.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/down.js"
></script>
</html>
<!-- <div class="img_update">
<div class="fileBox">
<div class="fileSpan vm">
<input type="file" multiple id="fileInput3" />
<div class="file_name">
<img class="update" src="../../staticImages/update.png">
<p class="updatetext">点击文件上传</p>
</div>
<div class="fileListName3"></div>
<a class="record">下载模板</a>
</div>
<div class="certificate">询问笔录(1)份</div>
</div>
</div> -->
\ No newline at end of file
</html>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment