1 Star 0 Fork 40

殿书/GiteeOnWechat

forked from OpenGitee/GiteeOnWechat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.wxss 1.86 KB
一键复制 编辑 原始数据 按行查看 历史
Hamm 提交于 2020-06-26 01:09 . 优化UI
@import 'style/weui.wxss';
@import 'style/font/iconfont.wxss';
page {
background-color: #f5f5f5;
font-size: 16px;
font-family: 'Roboto';
padding-bottom: calc(env(safe-area-inset-bottom)/2);
}
view i span font h1 h2 h3 h4 h5 h6 p .iconfont {
font-family: 'Roboto';
}
.weui-media-box__title {
display: block;
font-size: 18px;
}
.page {
padding-bottom: 10px;
}
.weui-title {
font-size: 32px;
font-weight: bold;
text-align: center;
}
.app_title {
font-size: 30px;
color: #333;
font-weight: 600;
margin-top: 50px;
text-align: center;
}
.app_desc {
font-size: 14px;
color: #999;
margin: 5px 30px;
text-align: center;
word-break: break-word;
}
.weui-footer {
bottom: 20px;
}
.weui-flex__item {
text-align: center;
padding: 10px 0px;
font-size: 16px;
}
.weui-flex {
background-color: white;
margin: 10px;
color: #333;
border-radius: 10px;
}
#searchBox {
margin: 10px;
}
.repo {
position: relative;
min-height: 110px;
}
.repo .title {
padding-right: 30px;
}
.repo .desc {
margin-bottom: 30px;
}
.repo .project_counts {
position: absolute;
right: 15px;
bottom: 10px;
font-size: 12px;
color: #999;
}
.repo .project_counts i {
margin-left: 5px;
font-size: 12px;
}
.repo .project_badges {
position: absolute;
left: 15px;
bottom: 10px;
}
.repo .project_badges .badge {
padding: 1px 3px;
border: 1px solid #999;
color: #999;
border-radius: 3px;
font-size: 12px;
margin-right: 3px;
}
.repo .open {
position: absolute;
right: 15px;
top: 10px;
}
.repo .public {
font-size: 22px;
color: #aaa;
}
.repo .private {
font-size: 18px;
color: #999;
}
.repo .time {
margin-bottom: 5px;
font-size: 14px;
color: #999;
}
.tips {
text-align: center;
padding-top: 100px;
}
.tips image {
width: 100px;
height: 100px;
}
.tips view {
font-size: 16px;
color: #999;
margin-top: 20px;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/palace_book/GiteeOnWechat.git
git@gitee.com:palace_book/GiteeOnWechat.git
palace_book
GiteeOnWechat
GiteeOnWechat
master

搜索帮助