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.
 

48 lines
751 B

/* pages/info/guideInfo/index.wxss */
.swiper,.info image {
display: block;
width: 100%;
height: 100%;
}
.info {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
}
.pages {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
right: 0;
bottom: 100rpx;
}
.pages .btn {
font-size: 28rpx;
background: white;
line-height: 50rpx;
width: 140rpx;
text-align: center;
color: #815D3A;
border: 1rpx solid #815D3A;
border-radius: 20rpx;
}
.pagenum {
margin: 0 30rpx;
color: #815D3A;
font-size: 28rpx;
}
swiper {
width: 100%;
height: 100%;
}
.img-box {
display: flex;
align-items: center;
}