@import '../c/conf'; .m-step { position: relative; width: 750rpx; height: 720rpx; overflow: hidden; transform: rotate3d(0); .list { width: 2000%; transition: transform 0.23s; transform: translate3d(0, 0, 0); overflow: hidden; view { display: block; width: 750rpx; float: left; image { display: block; width: 750rpx; height: 400rpx; } text { display: block; margin: 30rpx 30rpx 20rpx; height: 200rpx; line-height: 50rpx; color: $fc2; overflow: hidden; } } } .num { position: absolute; bottom: 40rpx; left: 50%; .numc { margin-left: -50%; max-width: 750rpx; padding: 8rpx; overflow: hidden; view { position: relative; width: 36rpx; height: 36rpx; float: left; display: block; margin-left: 10rpx; &:first-child { margin-left: 0; } text { position: absolute; display: block; width: 20rpx; height: 7rpx; top: 0; left: 0; right: 0; bottom: 0; margin: auto; line-height: 36rpx; background-color: #ccc; border-radius: 4rpx; transition: all 0.15s; text-align: center; font-size: 11px; color: #fff; } &.z-on { text { width: 36rpx; height: 36rpx; border-radius: 36rpx; line-height: 36rpx; background-color: #ffaa6d; } } } } } }