1 Star 0 Fork 25

在天涯 / 灵犀外卖

forked from 秀杰 / 灵犀外卖 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
秀杰 提交于 2017-08-03 11:22 . 还原全局背景
/*app.wxss*/
/*商品清单信息*/
page {
background: #f5f5f5;
}
.info {
background: white;
margin-top: 10px;
}
/*商品信息*/
.info .header {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
font-size: 14px;
color: #3d3d3d;
border-bottom: 1px solid #eee;
}
/*logo图标*/
.logo {
width: 30px;
height: 30px;
margin: 5px;
}
/*每行*/
.item {
display: flex;
flex-direction: row;
line-height: 40px;
color: #666;
border-bottom: 1px solid #eee;
margin-left: 10px;
font-size: 14px;
/*relative供arrow参照用*/
position: relative;
/*justify-content: space-between;*/
}
.item:last-child {
border-bottom: 0;
}
.arrow {
content: " ";
height: 6px;
width: 6px;
border-width: 2px 2px 0 0;
border-color: #ccc;
border-style: solid;
transform:rotate(45deg);
position: absolute;
margin-top: -4px;
top: 50%;
right: 15px;
}
/*清单*/
.list {
display: flex;
flex-direction: column;
}
/*商品名称*/
.title {
margin-left: 10px;
flex: 8;
}
/*数量*/
.quantity {
color: #ccc;
flex: 1;
margin-right: 5px;
}
.quantity:before {
content: "× "
}
/*价格*/
.price {
margin-right: 5px;
}
.price:before {
content: "¥"
}
/*配送费*/
.express-label {
/*width: 90%;*/
margin-left: 10px;
flex: 9;
}
.express-fee {
/*width: 10%;*/
margin-right: 5px;
flex: 1;
}
.express-fee:before {
content: "¥"
}
.item .amount {
width: 100%;
text-align: right;
padding-right: 10px;
}
/*待支付*/
.item .amount:before {
content: "待支付 ¥";
}
/*初始隐藏*/
.hidden {
display: none;
}
/*运行时显示*/
.show {
display: block;
}
/*空白占位*/
.holder {
margin-top: 40%;
}
.holder image {
margin: 20px auto;
width: 50px;
height: 50px;
display: block;
}
.holder view {
margin: 10px auto;
font-size: 16px;
color: #ccc;
text-align: center;
}
微信
1
https://gitee.com/nieyin/dinner.git
git@gitee.com:nieyin/dinner.git
nieyin
dinner
灵犀外卖
master

搜索帮助