1 Star 0 Fork 2

robby/开源中国资讯小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.wxss 913 Bytes
一键复制 编辑 原始数据 按行查看 历史
//null 提交于 2018-03-06 21:46 . 字体修改
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
/*padding: 200rpx 0;*/
box-sizing: border-box;
background: #F0F4F3;
}
.flex-wrp{
display: flex;
}
.flex-tab{
flex-flow: row nowrap;
justify-content: space-around;
align-items: stretch;
}
.flex-item{
flex-grow: 1;
text-align: center;
}
.container .feed-item{
width: 600rpx;
padding: 30rpx 30rpx 30rpx;
margin-left: 50rpx;
margin-right: 20rpx;
margin-top: 30rpx;
background: #ffffff;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
box-shadow: 0 2px 5px #eeeeee;
border-radius: 8px;
}
.container .feed-item .feed-content{
padding: 0 0 0 0;
}
.container .feed-item .feed-content .question text{
font-size: 32rpx;
font-weight: 600px;
line-height: 40rpx;
}
.line{
width: 640rpx;
height:2rpx;
background:#dcdcdc;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/uustudy/oschina_news.git
git@gitee.com:uustudy/oschina_news.git
uustudy
oschina_news
开源中国资讯小程序
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385