加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.css 748 Bytes
一键复制 编辑 原始数据 按行查看 历史
孙颖洲 提交于 2020-06-12 18:18 . 6666
page {
background: #242644;
}
.block-title {
padding: 20rpx 0;
margin: 20rpx 0;
}
.block-title .title {
border-left: 8rpx solid;
padding-left: 20rpx;
}
.wrapper {
padding: 30rpx;
color: #B8B8BF;
font-size: 30rpx;
}
.text-base {
color: #B8B8BF;
}
.text-light {
color: #B8B8C0;
}
.text-big {
font-size: 36rpx;
}
.active {
color: #00D28B;
}
.account {
height: 100vh;
background: url(static/images/login.png);
background-size: cover;
}
/* 等级 */
.level1-tag {
background-color: #00D28B !important;
}
.level2-tag {
background-color: #B7B8BD !important;
}
.level3-tag {
background-color: #DAB589 !important;
}
.level4-tag {
background-color: #F0AA88 !important;
}
.level5-tag {
background-color: #456DC5 !important;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化