代码拉取完成,页面将自动刷新
同步操作将从 秀杰/灵犀外卖 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
/*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;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。