上传文件至 'css'
parent
ab71b52b37
commit
a611ac219b
|
@ -605,6 +605,7 @@
|
||||||
.pull-banner{
|
.pull-banner{
|
||||||
height: 574px;
|
height: 574px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.pull-banner>img{
|
.pull-banner>img{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -628,18 +629,35 @@
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 42px;
|
font-size: 42px;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
|
display: block;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow:ellipsis;
|
||||||
}
|
}
|
||||||
.banner-content .banner-txt h1{
|
.banner-content .banner-txt h1{
|
||||||
font-size: 48px;
|
font-size: 48px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
display: block;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow:ellipsis;
|
||||||
}
|
}
|
||||||
.banner-content .banner-txt p{
|
.banner-content .banner-txt p{
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
display: block;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow:ellipsis;
|
||||||
|
}
|
||||||
|
.banner-content .banner-img{
|
||||||
|
width: 370px;
|
||||||
|
height: 370px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner-content .banner-img img{
|
.banner-content .banner-img img{
|
||||||
|
width: 100%;
|
||||||
height: 370px;
|
height: 370px;
|
||||||
}
|
}
|
||||||
/* 子导航 */
|
/* 子导航 */
|
||||||
|
|
Loading…
Reference in New Issue