UNPKG

vuepress-theme-aurora

Version:

A vuepress-based animation blog theme, simple, beautiful, multi-color, multiple custom functions, providing article poster sharing, talk, photo album, comment and other features 一个基于vuepress的动漫类博客主题,简洁,漂亮,多色彩,多种自定义功能,提供文章海报分享,说说,相册,评论等特色功�?

52 lines (49 loc) 1.05 kB
/*此文件为覆盖一些主题样式*/ .el-pager { margin-left: 1rem; margin-right: 1rem; } .el-pager li { height: 1.3rem; line-height: 1.3rem; color: #555555; cursor: pointer; padding-right: 10px; padding-left: 10px; margin-left: .3rem; margin-right: .3rem; -webkit-border-radius: 5px; border-radius: 5px; list-style: none; background-color: rgba(255,255,255,.8); } .el-icon-more { width: 2rem; } .el-icon-d-arrow-left,.el-icon-d-arrow-right { width: 2rem; } .el-pager li.active { background-color: #b2f7ef; color: whitesmoke; } .btn-next,.btn-prev { /*flex: 1;*/ height: 1.3rem; line-height: 1.3rem; color: #555555; cursor: pointer; padding-right: 10px; padding-left: 10px; margin-left: .3rem; margin-right: .3rem; -webkit-border-radius: 5px; border-radius: 5px; list-style: none; background-color: rgba(255,255,255,.8); } .el-pagination--small { display: flex; justify-content: center; align-items: center; }