1 Star 0 Fork 0

weli/MiniProgram

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 1.98 KB
一键复制 编辑 原始数据 按行查看 历史
/**app.wxss**/
@import 'style/weui.wxss';
@import "style/fontawesome.wxss";
@import "style/common.wxss";
page{
background-color: #F8F8F8;
font-size: 16px;
font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
}
.page__hd {
padding: 40px;
}
.page__bd {
padding-bottom: 40px;
}
.page__bd_spacing {
padding-left: 15px;
padding-right: 15px;
}
.page__ft{
padding-bottom: 10px;
text-align: center;
}
.page__title {
text-align: center;
font-size: 20px;
font-weight: 400;
}
.page__desc {
margin-top: 5px;
color: #888888;
text-align: left;
font-size: 14px;
}
.container {
height: 100%;
display: flex;
flex-direction: column;
padding: 0;
box-sizing: border-box;
}
.header {
height: 80rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 36rpx;
background-color: #56abe4;
border-bottom: 1px solid #eee;
}
.topic-item {
padding:30rpx;
}
.topic-item {
display: flex;
flex-direction: row;
}
.member-avatar {
width: 128rpx;
height: 128rpx;
margin-left: 10rpx;
margin-right: 20rpx;
margin-top: 15rpx;
border-radius: 100%;
}
.topic-info {
flex:1;
font-size: 24rpx;
}
.topic-inner {
display: flex;
align-items: center;
color:#777;
}
.topic-title {
font-size:150%;
height:50rpx;
line-height: 1.4;
box-sizing: border-box;
padding-top: 5rpx;
overflow:hidden;
}
.topic-left {
flex:1;
}
.node-name {
font-size: 100%;
display: inline-block;
margin-right: 20rpx;
padding:5rpx 10rpx;
border-radius: 5rpx;
background-color: #eee;
margin-top: 20rpx;
}
.reply-num {
display: inline-block;
margin-left: 50rpx;
padding:10rpx;
height:22rpx;
background-color: #ddd;
border-radius: 5rpx;
color:#777;
}
.member-nickname {
color: #aaa;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/abduweli205/MiniProgram.git
git@gitee.com:abduweli205/MiniProgram.git
abduweli205
MiniProgram
MiniProgram
master

搜索帮助