1 Star 0 Fork 3

张志鑫/微信小程序--到店点餐系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 478 Bytes
一键复制 编辑 原始数据 按行查看 历史
郭鹏真PattenKuo 提交于 2018-07-13 17:18 . PattenKuo提交于20180713
/**app.wxss**/
page {
background-color: #efefef;
}
.section {
background: #fff;
border-bottom: 1rpx solid #dedede;
margin-bottom: 15rpx;
padding: 20rpx;
}
.ellipsis {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
/*special button*/
button.yellow {
color: #fff;
background: #feb70f;
}
button.yellow:after {
border-color: rgba(255, 133, 111, 0.3);
}
button.yellow.hover {
background: #e4b203;
}
button.yellow.disabled {
background: #f4e283;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/zhang-zhixin3/orderInShop.git
[email protected]:zhang-zhixin3/orderInShop.git
zhang-zhixin3
orderInShop
微信小程序--到店点餐系统
master

搜索帮助