vant
Version:
A Vue.js 2.0 Mobile UI at YouZan
1 lines • 847 B
CSS
.van-actionsheet{position:fixed;left:0;right:0;bottom:0;color:#333;-webkit-transition:.2s ease-out;transition:.2s ease-out;background-color:#f8f8f8}.van-actionsheet--withtitle{background-color:#fff}.van-actionsheet__item{height:50px;line-height:50px;font-size:16px;text-align:center;background-color:#fff}.van-actionsheet__item:active{background-color:#e8e8e8}.van-actionsheet__subname{font-size:12px;color:#666;margin-left:5px}.van-actionsheet__loading{display:inline-block}.van-actionsheet__cancel{margin-top:10px}.van-actionsheet__header{line-height:44px;text-align:center}.van-actionsheet__header .van-icon-close{top:0;right:0;padding:0 15px;font-size:18px;color:#999;position:absolute;line-height:inherit}.van-actionsheet-float-enter,.van-actionsheet-float-leave-active{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}