1 Star 0 Fork 104

fooval/租车小程序前端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 506 Bytes
一键复制 编辑 原始数据 按行查看 历史
shensi88 提交于 2018-06-09 15:02 . 加入门店、门店定位
@import "dist/index.wxss";
.container {
background: #F9F9F9;
min-height: 100vh;
padding: 0 0;
height:100%;
display:flex;
flex-direction:column;
box-sizing:border-box;
}
.container::before {
position: fixed;
top: 0;
left: 0;
content: ' ';
width: 100%;
height: 1rpx;
background-color: #e2e2e2;
z-index: 5;
}
.zan-row{
width:100%;
}
.theme-background-color{
background-color:#FABE00
}
.theme-color{
color:#FABE00
}
.padding-20{
padding:20rpx;
}
.hide{
display: none;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/shenfh163/zuchemini.git
git@gitee.com:shenfh163/zuchemini.git
shenfh163
zuchemini
租车小程序前端
master

搜索帮助