Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
0f6081af
Commit
0f6081af
authored
Jan 10, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台优化
parent
c128c65f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
15 deletions
+27
-15
houseList.html
application/index/view/houses/houseList.html
+17
-13
users_list.html
application/index/view/member/users_list.html
+0
-0
remark_follow_index.html
application/index/view/remark/remark_follow_index.html
+6
-2
public.css
public/resource/css/public.css
+4
-0
No files found.
application/index/view/houses/houseList.html
View file @
0f6081af
...
...
@@ -163,7 +163,7 @@
background
:
#fff
;
border
:
.5px
solid
#ccc
;
border-top
:
none
;
left
:
4
px
;
left
:
11
px
;
z-index
:
999
;
}
.user-ul-agent
li
{
...
...
@@ -192,6 +192,10 @@
.modal-dialog-tuiguang
{
width
:
1080px
;
}
/*搜索条件的margain变小*/
.ld-Marheight
{
margin-top
:
5px
;
}
</style>
<div
id=
"page-content-wrapper"
>
<div
class=
"container"
>
...
...
@@ -245,16 +249,16 @@
<div
class=
"clear"
>
</div>
<span
class=
"fore-span"
>
面积m²:
</span>
<input
class=
"form-control btn2"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"area_start"
name=
""
type=
"text"
placeholder=
"请输入"
>
<span
class=
"fore-span"
>
-
</span>
<input
class=
"form-control btn2"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"area_end"
name=
""
type=
"text"
placeholder=
"请输入"
>
<span
class=
"fore-span
ld-Marheight
"
>
面积m²:
</span>
<input
class=
"form-control btn2
ld-Marheight
"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"area_start"
name=
""
type=
"text"
placeholder=
"请输入"
>
<span
class=
"fore-span
ld-Marheight
"
>
-
</span>
<input
class=
"form-control btn2
ld-Marheight
"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"area_end"
name=
""
type=
"text"
placeholder=
"请输入"
>
<!--<div class="clear"></div>-->
<span
class=
"fore-span"
>
月租金(元/月):
</span>
<input
class=
"form-control btn2"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"price_start"
name=
""
type=
"text"
placeholder=
"请输入"
>
<span
class=
"fore-span"
>
-
</span>
<input
class=
"form-control btn2"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"price_end"
name=
""
type=
"text"
placeholder=
"请输入"
>
<input
class=
"form-control btn2"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"suitable_yetai_input"
name=
""
type=
"text"
placeholder=
"最适合业态"
>
<span
class=
"fore-span
ld-Marheight
"
>
月租金(元/月):
</span>
<input
class=
"form-control btn2
ld-Marheight
"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"price_start"
name=
""
type=
"text"
placeholder=
"请输入"
>
<span
class=
"fore-span
ld-Marheight
"
>
-
</span>
<input
class=
"form-control btn2
ld-Marheight
"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"price_end"
name=
""
type=
"text"
placeholder=
"请输入"
>
<input
class=
"form-control btn2
ld-Marheight
"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"suitable_yetai_input"
name=
""
type=
"text"
placeholder=
"最适合业态"
>
</div>
<div
class=
"main-select col-xs-12"
style=
"padding:0px;"
>
...
...
@@ -286,7 +290,7 @@
<select
class=
"form-control btn4 ld-Marheight input"
name=
""
id=
"guest_stores_panfang"
value=
""
>
</select>
<div
class=
"left-phone"
>
<input
class=
"form-control
margin-top-ld
"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"dish_name"
placeholder=
"盘方(员工)姓名"
type=
"text"
value=
""
>
<input
class=
"form-control
ld-Marheight
"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"dish_name"
placeholder=
"盘方(员工)姓名"
type=
"text"
value=
""
>
<ul
class=
"user-ul-agent"
></ul>
</div>
<!--盘方员工姓名 下拉式 搜索-->
...
...
@@ -311,11 +315,11 @@
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"reset"
>
重置
</span>
<!-- 批量修改盘方 -->
<a
href=
"#modal_modify_user"
data-toggle=
"modal"
class=
"btn btn-info btn3
margin-top-ld
"
><i
class=
"icon-plus"
></i>
批量修改盘方
</a>
<a
href=
"#modal_modify_user"
data-toggle=
"modal"
class=
"btn btn-info btn3
ld-Marheight
"
><i
class=
"icon-plus"
></i>
批量修改盘方
</a>
<!-- 本人商铺 -->
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"persional_shop"
title=
"点击切换到本人商铺"
>
本人商铺
</span>
<!-- 生成推广链接 -->
<a
href=
"#modal_link"
data-toggle=
"modal"
class=
"btn btn-info btn3
margin-top-ld
link_shop_c"
>
生成推广链接
</a>
<a
href=
"#modal_link"
data-toggle=
"modal"
class=
"btn btn-info btn3
ld-Marheight
link_shop_c"
>
生成推广链接
</a>
<!-- 高级搜索 -->
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"main_select"
title=
"高级搜索"
>
高级搜索
</span>
</div>
...
...
application/index/view/member/users_list.html
View file @
0f6081af
This diff is collapsed.
Click to expand it.
application/index/view/remark/remark_follow_index.html
View file @
0f6081af
...
...
@@ -334,7 +334,7 @@
width
:
100px
;
height
:
100px
;
margin-left
:
50px
;
margin-top
:
-
100px
;
margin-top
:
-
200px
;
;
overflow
:
hidden
;
display
:
none
;
}
...
...
@@ -360,9 +360,13 @@
}
.left-phone-liu
{
float
:
left
;
margin-top
:
1
5px
;
margin-top
:
5px
;
margin-left
:
10px
;
}
/*改变搜索条件的 margain*/
.ld-Marheight
{
margin-top
:
5px
!important
;
}
</style>
<div
id=
"page-content-wrapper"
>
<div
class=
"container"
>
...
...
public/resource/css/public.css
View file @
0f6081af
...
...
@@ -818,3 +818,7 @@ p{margin: 0;}
padding-right
:
15px
;
padding-top
:
10px
;
}
.panel-default
>
.panel-heading
{
background-image
:
none
!important
;
background-color
:
#fff
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment