You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
276 B
21 lines
276 B
2 years ago
|
.focus .swiper {
|
||
|
width: 100%;
|
||
|
height: 180px;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.focus .swiper image {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.focus .swiper .text {
|
||
|
color: #fff;
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
bottom: 30px;
|
||
|
font-size: 16px;
|
||
|
left: 0;
|
||
|
}
|