element-nice-ui
Version:
A Component Library for Vue.js.
1 lines • 714 B
CSS
.el-page{height:100%;padding-bottom:48px;box-sizing:border-box;background:#fff;border-radius:4px}.el-page--without-footer{padding-bottom:0}.el-page__body,.el-page__footer{padding:0 10px}.el-page__footer{height:48px;margin-bottom:-48px;display:flex;justify-content:space-between;align-items:center;align-content:center;box-sizing:border-box;border-top:1px solid #eee;padding:0 10px}.el-page__body{height:100%;overflow:auto}.el-page__anchor-list{box-sizing:border-box;position:fixed;top:30px;right:30px;margin:0;height:160px;font-size:12px;z-index:1;color:#999}.el-page__anchor-list ul{margin:0;padding:0}.el-page__anchor-list li{list-style:none;cursor:pointer}.el-page__anchor-list li:hover{color:#409eff}