Feat(订单详情):订单详情重构(未完成)

This commit is contained in:
linxi
2024-09-06 18:13:17 +08:00
parent d7e290911d
commit 5640e3e24c
4 changed files with 268 additions and 78 deletions
+3 -3
View File
@@ -3461,10 +3461,10 @@ page {
}
.order-details .footer .bnt {
width: 1.76*100rpx;
height: 0.6*100rpx;
width: 1.36*100rpx;
height: 0.5*100rpx;
text-align: center;
line-height: 0.6*100rpx;
line-height: 0.5*100rpx;
border-radius: 0.5*100rpx;
color: #fff;
font-size: 0.27*100rpx;
+3 -1
View File
@@ -138,7 +138,9 @@ each(@colors, {
/*==============v12 按钮样式======================*/
.v12-text-right{
text-align: right;
}