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
9ff25577
authored
2020-11-10 09:42:51 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:页面中心内容快显示最小高度
1 parent
ebe150cb
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
26 additions
and
4 deletions
staticViews/grzx/css/index.css
staticViews/grzx/index.html
staticViews/wdyy/css/index.css
staticViews/wdyy/index.html
staticViews/yyjg/css/index.css
staticViews/yyjg/index.html
staticViews/yysj/css/index.css
staticViews/yysj/index.html
staticViews/grzx/css/index.css
View file @
9ff2557
...
...
@@ -2,10 +2,14 @@
.main
{
overflow-x
:
hidden
;
}
.central_area
{
min-height
:
calc
(
100vh
-
207px
);
}
.navigation_crumbs
{
height
:
45px
;
}
.personal_center
{
margin-top
:
10px
;
}
.personal_information
{
width
:
100%
;
...
...
@@ -35,7 +39,7 @@
}
/* --------------------业务模块----------------------- */
.business_module
{
margin-top
:
1
0px
;
margin-top
:
2
0px
;
overflow
:
hidden
;
margin-left
:
-10px
;
margin-right
:
-10px
;
...
...
staticViews/grzx/index.html
View file @
9ff2557
...
...
@@ -70,6 +70,7 @@
</div>
</div>
<!-- -----------------------------------个人中心模块---------------------------------------------- -->
<div
class=
"central_area"
>
<div
class=
"personal_center contentBox"
>
<div
class=
"personal_information layui-bg-gray"
>
<img
src=
"../../staticImages/logo-realestate.png"
alt=
"个人中心"
>
...
...
@@ -131,6 +132,7 @@
</li>
</ul>
</div>
</div>
<div
class=
"footer"
>
<div
class=
"system_service"
>
<ul
class=
""
>
...
...
staticViews/wdyy/css/index.css
View file @
9ff2557
.central_area
{
min-height
:
calc
(
100vh
-
207px
);
}
.navigation_crumbs
{
height
:
45px
;
}
...
...
@@ -5,6 +8,7 @@
height
:
100px
;
padding
:
20px
;
box-sizing
:
border-box
;
margin-top
:
10px
;
}
.perinfo_left
{
float
:
left
;
...
...
@@ -46,5 +50,5 @@
}
/* ----------------预约列表-------------------- */
.appointment_list
{
margin-top
:
10px
;
}
\ No newline at end of file
...
...
staticViews/wdyy/index.html
View file @
9ff2557
...
...
@@ -70,6 +70,7 @@
</div>
</div>
<!-- -----------------个人信息------------------------ -->
<div
class=
"central_area"
>
<div
class=
"perinfo contentBox layui-bg-gray"
>
<div
class=
"perinfo_left"
>
<img
src=
"../../staticImages/logo-realestate.png"
alt=
""
>
...
...
@@ -93,6 +94,7 @@
<div
class=
"appointment_list contentBox"
>
<table
class=
"layui-hide"
id=
"test"
lay-filter=
"test"
></table>
</div>
</div>
<div
class=
"footer"
>
<div
class=
"system_service"
>
<ul
class=
""
>
...
...
staticViews/yyjg/css/index.css
View file @
9ff2557
.central_area
{
min-height
:
calc
(
100vh
-
227px
);
}
.navigation_crumbs
{
height
:
45px
;
}
...
...
@@ -64,7 +67,8 @@
/* -------------分割线----------------------- */
.site-title
{
margin
:
20px
0
;
margin
:
20px
auto
;
width
:
1200px
;
}
.site-title
fieldset
{
border-top
:
1px
solid
#eee
;
...
...
staticViews/yyjg/index.html
View file @
9ff2557
...
...
@@ -73,6 +73,7 @@
</div>
</div>
<!-- ----------------------------------内容模块的开始----------------------------------------------- -->
<div
class=
"central_area"
>
<div
class=
"appointment_notice contentBox"
>
<ul
class=
"app_progress"
>
<li>
...
...
@@ -154,7 +155,7 @@
</li>
</ul>
</div>
<
!-- ---------------------------------------------------------------------------------------------- --
>
<
/div
>
<!-- ----------------------------------内容模块的end----------------------------------------------- -->
<div
class=
"footer"
>
<div
class=
"system_service"
>
...
...
staticViews/yysj/css/index.css
View file @
9ff2557
.central_area
{
min-height
:
calc
(
100vh
-
227px
);
}
.yysj_main
.navigation
.layui-nav-item
{
width
:
133px
;
}
...
...
staticViews/yysj/index.html
View file @
9ff2557
...
...
@@ -73,6 +73,7 @@
</div>
</div>
<!-- ----------------------------------内容模块的开始----------------------------------------------- -->
<div
class=
"central_area"
>
<div
class=
"appointment_notice contentBox"
>
<ul
class=
"app_progress"
>
<li>
...
...
@@ -175,6 +176,7 @@
</a>
</button>
</div>
</div>
<!-- ----------------------------------内容模块的end----------------------------------------------- -->
<div
class=
"footer"
>
<div
class=
"system_service"
>
...
...
Please
register
or
sign in
to post a comment