取消订单完成,小程序订单详情页完善
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user