日照项目的居民端小程序
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.
 
 
 

50 lines
948 B

@import '../c/conf';
.m-slideshow {
position: relative;
width: 750rpx;
height: 280rpx;
overflow: hidden;
transform: rotate3d(0);
image {
display: block;
width: 750rpx;
height: 280rpx;
}
.num {
position: absolute;
bottom: 20rpx;
left: 50%;
.numc {
margin-left: -50%;
max-width: 750rpx;
padding: 8rpx;
overflow: hidden;
view {
float: left;
display: block;
margin-left: 20rpx;
width: 14rpx;
height: 14rpx;
background-color: rgba(#fff, 0.7);
border-radius: 100%;
transition: transform 0.15s;
box-shadow: 0 1px 3px 0 rgba(#000, 0.05);
&:first-child {
margin-left: 0;
}
&.z-on {
position: relative;
transform: scale(1.2);
background-color: rgba(#fff, 0.9);
}
}
}
}
}