处理订单

This commit is contained in:
2026-01-16 05:06:34 +08:00
parent 578189d316
commit 7bff4f6191
6 changed files with 49 additions and 57 deletions

View File

@@ -52,38 +52,18 @@
min-height: 100vh;
background-color: #f2f3f5;
}
.title-list.data-v-2c2d73a5 {
display: flex;
justify-content: space-around;
.top-bar.data-v-2c2d73a5 {
background: #fff;
align-items: center;
width: 100%;
text-align: center;
padding: 20rpx 60rpx;
}
.title-list .title-item.data-v-2c2d73a5 {
.top-inner-price.data-v-2c2d73a5 {
display: flex;
justify-content: space-around;
align-items: center;
position: relative;
}
.title-list .tabs-active.data-v-2c2d73a5 {
font-weight: bold;
color: var(--nut-tabs-titles-item-active-color, var(--nut-title-color, #1a1a1a));
opacity: var(--nut-tabs-titles-item-line-opacity, 1);
transition: width 0.3s ease;
}
.title-list .tabs-active .item__line.data-v-2c2d73a5 {
position: absolute;
bottom: -10%;
left: 50%;
overflow: hidden;
content: " ";
border-radius: var(--nut-tabs-titles-item-line-border-radius, 0);
opacity: var(--nut-tabs-titles-item-line-opacity, 1);
transition: width 0.3s ease;
transform: translate(-50%, 0);
width: var(--nut-tabs-horizontal-titles-item-active-line-width, 40px);
height: 3px;
content: " ";
background: var(--nut-tabs-horizontal-tab-line-color, linear-gradient(90deg, var(--nut-primary-color, #fa2c19) 0%, rgba(250, 44, 25, 0.15) 100%));
flex-direction: column;
padding: 20rpx;
font-size: 26rpx;
align-items: flex-start;
}
.order-list.data-v-2c2d73a5 {
display: flex;