Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
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
5b2e2e4b
authored
2020-05-22 11:03:59 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
首页极端情况下兼容ie11
1 parent
5eb34117
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
7 deletions
src/pages/index/index.scss
src/pages/index/index.vue
src/pages/index/index.scss
View file @
5b2e2e4
...
...
@@ -330,19 +330,21 @@
position
:
relative
;
}
// .quote-swiper
{
// min-height: 600p
x;
//
}
.table-fl
{
display
:
fle
x
;
}
&
-cont
{
.table
-cont
{
min-height
:
384px
;
margin
:
0
auto
0
;
position
:
relative
;
display
:
flex
;
width
:
100%
;
/* 增加宽度100% */
.panel
{
//
position: relative;
position
:
relative
;
width
:
50%
;
flex-grow
:
1
;
}
.panel-left
{
...
...
@@ -366,7 +368,6 @@
background-color
:
#ffffff
;
// @extend .fcc;
.plugin
{
width
:
100%
;
height
:
100%
;
...
...
@@ -916,6 +917,22 @@
// 投保
.quote
{
min-height
:
0
;
&
-bg-swiper
{
min-height
:
0
;
.ebg
{
min-height
:
0
;
height
:
800px
;
}
.tit-wrap
{
height
:
470px
;
}
}
.space1
{
height
:
500px
;
}
.tit
{
font-size
:
$fontSizeTitle-M2
;
}
...
...
@@ -931,13 +948,19 @@
&
-tab
{
}
&
-cont
{
.table-fl
{
// display: block;
}
.table-cont
{
display
:
block
;
height
:
auto
;
width
:
100%
!
important
;
font-size
:
$fontSize-M2
;
.panel
{
width
:
100%
;
.func1
{
&
-item
{
display
:
block
;
...
...
src/pages/index/index.vue
View file @
5b2e2e4
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment