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.
61 lines
1.1 KiB
61 lines
1.1 KiB
@import '../c/conf';
|
|
|
|
.m-slideshow {
|
|
position: relative;
|
|
width: 750rpx;
|
|
height: 280rpx;
|
|
overflow: hidden;
|
|
transform: rotate3d(0);
|
|
|
|
image {
|
|
display: block;
|
|
width: 750rpx;
|
|
height: 280rpx;
|
|
}
|
|
|
|
.list {
|
|
width: 2000%;
|
|
transition: transform 0.23s;
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
view {
|
|
display: block;
|
|
float: left;
|
|
}
|
|
}
|
|
|
|
.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);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|