1 Star 1 Fork 0

艾尔云/wxapp-hot-articles

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.wxss 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
Gaily. 提交于 2016-09-26 18:16 . no message
page {
background-color: #fff;
display: flex;
flex-direction: column;
}
.page-header {
display: flex;
justify-content: center;
border-bottom: 1rpx solid #ccc;
margin-bottom: 10rpx;
}
.page-header-text {
padding: 20rpx 40rpx;
color: #999;
font-size: 40rpx;
text-align: center;
}
.page-body {
display: flex;
flex: 1;
flex-direction: column;
}
.item {
display: flex;
padding: 20rpx 40rpx;
border-bottom: 1rpx solid #eee;
}
.item .poster {
width: 168rpx;
height: 128rpx;
}
.item .meta {
display: flex;
flex: 1;
margin-right: 20rpx;
flex-direction: column;
justify-content: space-between;
}
.item .meta .title,
.item .meta .sub-title {
display: block;
}
.item .meta .title {
font-size: 30rpx;
line-height: 140%;
}
.item .meta .sub-title {
font-size: 22rpx;
color: #c0c0c0;
}
.loadMore,.noPageLoad{
flex: 1;
flex-direction: row;
justify-content: center;
align-items: center;
text-align: center;
font-size: 28rpx;
color:#999;
margin: 15rpx 0rpx;
}
.loadMoreIcon{
flex:1
}
.loadMoreText{
flex: 1
}
.loadMoreIcon{
width:30rpx;
height:30rpx;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/aieryun/wxapp-hot-articles.git
git@gitee.com:aieryun/wxapp-hot-articles.git
aieryun
wxapp-hot-articles
wxapp-hot-articles
master

搜索帮助