feat: 订单详情布局功能调整

This commit is contained in:
duanshuwen
2025-10-29 21:08:35 +08:00
parent 89cf4f81cd
commit 2b9afb936e
23 changed files with 221 additions and 726 deletions

View File

@@ -27,6 +27,10 @@
background-color: #eef8ff;
}
.bg-FF3D60 {
background-color: #ff3d60;
}
.bg-liner {
background: linear-gradient(205deg, #8ae3fc 0%, rgba(138, 227, 252, 0) 20%),
linear-gradient(155deg, #fef7e1 0%, rgba(254, 247, 225, 0) 20%),

View File

@@ -17,4 +17,8 @@
.border-none {
border: none;
&::after {
display: none !important;
}
}

View File

@@ -1,8 +1,4 @@
// 弹性布局
.flex {
display: flex;
}
.flex-items-center {
align-items: center;
}

View File

@@ -9,6 +9,11 @@
.w-50 {
width: 50%;
}
.w-60 {
width: 60px;
}
.w-80 {
width: 80px;
}