1234567891011121314151617181920212223242526272829303132333435 |
- /* 轮播图 */
- .takeoutsupport-page .swiper {
- width: 100%;
- height: 100%;
- }
- .takeoutsupport-page .swiper-slide {
- font-size: 18px;
- }
- .takeoutsupport-page .swiper-slide img {
- height: 41.66vw;
- width: 100%;
- }
- .takeoutsupport-page .box1 {
- width: 100%;
- height: 41.666vw;
- position: absolute;
- top: 0;
- left: 0;
- z-index: 100;
- display: flex;
- align-items: center;
- }
- .takeoutsupport-page .box1 .title{
- font-size: 4.16vw;
- font-family: Gilroy, Gilroy-Bold;
- font-weight: 700;
- color: #ffffff;
- margin: 0 auto;
- }
|