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.
|
|
|
|
/* 定义类名为swiper的样式 */
|
|
|
|
|
.swiper {
|
|
|
|
|
padding: 0 10px; /* 设置左右内边距为10px,顶部和底部内边距为0 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 定义image元素的样式 */
|
|
|
|
|
image {
|
|
|
|
|
width: 100%; /* 设置图片宽度为100%,使其宽度自适应其父容器 */
|
|
|
|
|
}
|