1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

取消订单完成,小程序订单详情页完善

This commit is contained in:
2023-03-21 19:18:06 +08:00
parent b71d4381d7
commit 23dfc8288c
8 changed files with 208 additions and 28 deletions

View File

@@ -134,11 +134,29 @@
display: inline-grid;
align-items: center;
justify-content: center;
border-radius: 40rpx;
box-sizing: border-box;
margin: 0 10px;
}
.btn-solid {
background-color: #fa4126;
border: 1rpx solid #fa4126;
color: white;
}
#btn-confirm-payment {
background-color: #fa4126;
color: #fff;
border-radius: 40rpx;
.btn-hollow {
border: 1rpx solid black;
}
.txt {
margin: 10px 0;
}
.txt-disabled {
color: #bbbbbb;
}
.txt-done {
color: #099921;
}