1 Star 0 Fork 7

一心/99_仿拼多多小程序模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 955 Bytes
一键复制 编辑 原始数据 按行查看 历史
ganshisheng 提交于 2020-05-31 21:39 . first commit
/**app.wxss**/
page{background:#f9f9f9;font-size:26rpx;color: #1b1b1b;}
image{vertical-align: middle;}
.text-center{text-align: center;}
.pull-left{float: left;}
.pull-right{float: right;}
.clearfix{clear: both;}
.bg-fff{background-color:#fff;}
.mt-10{margin-top: 10rpx;}
.mt-20{margin-top: 20rpx;}
.p-20{padding: 20rpx;}
.text-red{color: red;}
.row{width: 100%;}
.on{border-bottom:2px solid red;color:red;}
.toast{position: fixed;bottom: 15%;width: 100%;z-index: 1111;text-align: center;color:#fff;}
.toast .toast-mask{display:inline-block;background-color: #000;width: 30%;padding: 20rpx;border-radius: 10rpx;}
.loading image{width: 100prx;height: 100rpx;}
.loading .no-data{padding: 40rpx;color: #5d5d5d;font-size: 28rpx;}
::-webkit-scrollbar{
width:0;
height:0;
color:transparent;
}
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/caiyuanlin_13/wxapp_99.git
[email protected]:caiyuanlin_13/wxapp_99.git
caiyuanlin_13
wxapp_99
99_仿拼多多小程序模板
master

搜索帮助