1 Star 3 Fork 2

hanyi/微信小程序物业管理+thinkphp5后端接口完整项目

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 895 Bytes
一键复制 编辑 原始数据 按行查看 历史
lamp365 提交于 2021-10-26 07:58 . init
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
page{
background: #F0F0F0;
color: #666;
font-size: 28rpx;
}
.pad24{padding:0 24rpx;}
.marb28{margin-bottom: 28rpx;}
.marb20{margin-bottom: 20rpx;}
.marb10{margin-bottom: 10rpx;}
.arrow{
display: flex;
justify-content: space-between;
align-items: center;
}
.arrow::after{
content: "";
width: 15rpx;
height: 15rpx;
border-top: 4rpx solid #ccc;
border-right: 4rpx solid #ccc;
transform: rotate(45deg);
display: block;
}
.arrow1{
display: flex;
justify-content: space-between;
align-items: center;
}
.arrow1::after{
content: "";
width: 15rpx;
height: 15rpx;
border-top: 4rpx solid #666;
border-right: 4rpx solid #666;
transform: rotate(45deg);
display: block;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/hanyi365/wuye-wechat.git
git@gitee.com:hanyi365/wuye-wechat.git
hanyi365
wuye-wechat
微信小程序物业管理+thinkphp5后端接口完整项目
master

搜索帮助