vant-weapp/dist/steps/wxss/vstep.wxss
2018-07-30 10:26:34 +08:00

1 line
1.4 KiB
Plaintext

.van-steps--vsteps{color:#999;font-size:14px}.van-steps--vsteps .van-steps__step{position:relative;padding:15px 0}.van-steps--vsteps .van-steps__step--done{color:#4b0}.van-steps--vsteps .van-steps__line{position:absolute;top:0;bottom:0;left:7px;width:1px;background-color:#e5e5e5}.van-steps--vsteps .van-steps__title{display:inline-block;line-height:20px;padding-left:27px}.van-steps--vsteps .van-steps__title--desc{padding-left:3px}.van-steps--vsteps .van-steps__icons{position:absolute;left:7px;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2;padding:3px 0;background-color:#fff}.van-steps--vsteps .van-steps__circle{width:5px;height:5px;background-color:#e5e5e5;border-radius:10px}.van-steps--vsteps .van-steps__step--done .van-steps__circle{width:5px;height:5px;background-color:#09bb07}.van-steps--vsteps .van-steps__step--cur .van-steps__circle{width:13px;height:13px;background:transparent url(https://b.yzcdn.cn/v2/image/wap/success_small@2x.png);background-size:13px 13px;border-radius:0}.van-steps--vsteps .van-steps__icon--active{width:13px;height:13px}.van-steps--vsteps .van-steps__step--first-child .van-steps__title::before{content:'';position:absolute;top:0;bottom:50%;left:7px;width:1px;background-color:#fff;z-index:1}.van-steps--vsteps .van-steps__step--last-child .van-steps__title::after{content:'';position:absolute;top:50%;bottom:0;left:7px;width:1px;background-color:#fff;z-index:1}