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
74ffa16d
authored
2020-12-23 09:10:42 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式
1 parent
95418f1b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
18 deletions
staticCss/yysq.css
staticJs/onlineApply/houseFill.js
staticViews/onlineApply/houseFill.html
staticCss/yysq.css
View file @
74ffa16
...
...
@@ -246,7 +246,7 @@ input[type='file'] {
.acceptance_information
ul
li
span
{
color
:
#9B9B9B
;
width
:
1
00
px
;
width
:
1
13
px
;
text-align
:
right
;
display
:
inline-block
;
}
...
...
@@ -352,12 +352,13 @@ input[type='file'] {
display
:
inline-block
;
color
:
rgb
(
133
,
125
,
125
);
margin-right
:
13px
;
font-size
:
14px
;
}
.ssq
{
width
:
9
9
.5%
;
width
:
9
4
.5%
;
white-space
:
nowrap
;
left
:
-
13
px
;
left
:
-
5
px
;
}
.ssq
.layui-inline
{
...
...
staticJs/onlineApply/houseFill.js
View file @
74ffa16
...
...
@@ -4,8 +4,8 @@ var bsmCl;
// 领证方式
var
lzfs
=
1
;
layui
.
use
(
'element'
,
function
()
{
let
element
=
layui
.
element
;
//导航的hover效果、二级菜单等功能,需要依赖element模块
});
$
(
function
()
{
addTabs
(
'#wssq'
);
//设置步骤条信息
...
...
@@ -20,6 +20,16 @@ $(function () {
}).
extend
({
//设定模块别名
common
:
'cityCommon'
});
layui
.
use
([
'form'
,
'common'
],
function
()
{
var
common
=
layui
.
common
,
form
=
layui
.
form
;
//三级地址联动
common
.
showCity
(
'province'
,
'city'
,
'district'
);
//区域选择
form
.
on
(
'select(selectCity)'
,
function
(
data
)
{
return
false
;
});
});
//读取受理信息
loadAcceptDetail
()
//获取房屋信息
...
...
staticViews/onlineApply/houseFill.html
View file @
74ffa16
...
...
@@ -199,18 +199,6 @@
<!-----------------资料上传------------------ -->
<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"
>
...
...
@@ -246,7 +234,7 @@
<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"
>
data-area=
"陕西省"
"
lay-filter=
"province"
>
<option
value=
""
>
选择省
</option>
</select>
</div>
...
...
@@ -293,7 +281,6 @@
</div>
</body>
<script
type=
"text/javascript"
src=
"../../staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/city-picker.js"
></script>
<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>
...
...
Please
register
or
sign in
to post a comment