focus.wxss
518 Bytes
.resource-focus {
position: relative;
width: 100%;
}
.resource-focus .swiper-wrapper {
height: 360rpx;
}
.resource-focus .slide-image {
width: 100%;
}
.resource-focus .dots {
position: absolute;
left: 0;
right: 0;
bottom: 30rpx;
display: flex;
justify-content: center;
}
.resource-focus .dots .dot {
margin-right: 20rpx;
width: 10rpx;
height: 10rpx;
border-radius: 10rpx;
border: 6rpx solid #1C1C1B;
}
.resource-focus .dots .dot.active {
background: #1C1C1B;
}