/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.order-manage-container.data-v-33a4a1f0 {
|
|
background: #f8f8f8;
|
|
min-height: 100vh;
|
|
padding-bottom: 24px;
|
|
}
|
|
.nav-bar.data-v-33a4a1f0 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 100;
|
|
background: #fff;
|
|
padding: 0 32rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.nav-bar .nav-title.data-v-33a4a1f0 {
|
|
flex: 1;
|
|
text-align: center;
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
color: #222;
|
|
}
|
|
.nav-bar .nav-icons.data-v-33a4a1f0 {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 32rpx;
|
|
}
|
|
.order-tabs-scroll.data-v-33a4a1f0 {
|
|
position: fixed;
|
|
left: 0;
|
|
width: 100%;
|
|
z-index: 99;
|
|
background: #fff;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
height: 96rpx;
|
|
overflow-x: auto;
|
|
white-space: nowrap;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
.order-tabs-scroll.data-v-33a4a1f0::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
.order-tabs.data-v-33a4a1f0 {
|
|
display: flex;
|
|
width: 100%;
|
|
}
|
|
.tab-item.data-v-33a4a1f0 {
|
|
flex: 1 0 0%;
|
|
text-align: center;
|
|
font-size: 34rpx;
|
|
color: #bfbfbf;
|
|
height: 96rpx;
|
|
line-height: 96rpx;
|
|
position: relative;
|
|
font-weight: 500;
|
|
transition: color 0.2s;
|
|
letter-spacing: 0.5px;
|
|
}
|
|
.tab-item.active.data-v-33a4a1f0 {
|
|
color: #ffb400;
|
|
font-weight: bold;
|
|
}
|
|
.tab-item.active.data-v-33a4a1f0::after {
|
|
content: "";
|
|
display: block;
|
|
margin: 0 auto;
|
|
margin-top: 2px;
|
|
width: 22px;
|
|
height: 3px;
|
|
border-radius: 2px;
|
|
background: #ffb400;
|
|
}
|
|
.search-bar.data-v-33a4a1f0 {
|
|
width: 100vw;
|
|
height: 40px;
|
|
position: fixed;
|
|
z-index: 10;
|
|
left: 0;
|
|
top: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.search-bar-inner.data-v-33a4a1f0 {
|
|
margin: 0 16px;
|
|
background: #fff;
|
|
border-radius: 20px;
|
|
height: 40px;
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
|
|
padding: 0 12px;
|
|
justify-content: space-around;
|
|
}
|
|
.search-bar-inner .search-icon.data-v-33a4a1f0 {
|
|
margin-right: 8px;
|
|
}
|
|
.search-bar-inner .scan-icon.data-v-33a4a1f0 {
|
|
margin-left: 8px;
|
|
}
|
|
.search-input-wrap.data-v-33a4a1f0 {
|
|
display: flex;
|
|
align-items: center;
|
|
flex: 1;
|
|
background: #f5f5f5;
|
|
border-radius: 20px;
|
|
height: 32px;
|
|
margin: 0 0;
|
|
padding: 0 8px;
|
|
}
|
|
.search-input-wrap .search-input.data-v-33a4a1f0 {
|
|
flex: 1;
|
|
border: none;
|
|
outline: none;
|
|
background: transparent;
|
|
font-size: 15px;
|
|
color: #222;
|
|
margin-left: 8px;
|
|
}
|
|
.search-cancel.data-v-33a4a1f0 {
|
|
margin-left: 8px;
|
|
color: #999;
|
|
font-size: 15px;
|
|
line-height: 40px;
|
|
}
|
|
.order-list.data-v-33a4a1f0 {
|
|
margin: 0;
|
|
padding-top: calc(var(--status-bar-height, 0px) + 44px + 44px + 16px);
|
|
}
|
|
.order-card.data-v-33a4a1f0 {
|
|
background: #fff;
|
|
border-radius: 20px;
|
|
margin: 0 16px 16px 16px;
|
|
padding: 20px;
|
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
|
|
}
|
|
.order-card-header.data-v-33a4a1f0 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
margin-bottom: 12px;
|
|
}
|
|
.order-card-header .order-id.data-v-33a4a1f0 {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #222;
|
|
}
|
|
.order-card-header .order-status-tag.data-v-33a4a1f0 {
|
|
font-size: 14px;
|
|
border-radius: 12px;
|
|
padding: 2px 12px;
|
|
}
|
|
.order-card-header .order-status-tag.green.data-v-33a4a1f0 {
|
|
background: #e6f9e6;
|
|
color: #1ecb1e;
|
|
}
|
|
.order-card-header .order-status-tag.red.data-v-33a4a1f0 {
|
|
background: #ffeaea;
|
|
color: #ff4d4f;
|
|
}
|
|
.order-card-header .order-status-tag.orange.data-v-33a4a1f0 {
|
|
background: #fff7e6;
|
|
color: #ffb400;
|
|
}
|
|
.order-card-header .order-status-tag.blue.data-v-33a4a1f0 {
|
|
background: #e6f0ff;
|
|
color: #409eff;
|
|
}
|
|
.order-card-header .order-status-tag.gray.data-v-33a4a1f0 {
|
|
background: #f5f5f5;
|
|
color: #999;
|
|
}
|
|
.order-info-wrapper.data-v-33a4a1f0 {
|
|
position: relative;
|
|
}
|
|
.order-info-wrapper .order-info-status.data-v-33a4a1f0 {
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
font-size: 14px;
|
|
border-radius: 12px;
|
|
padding: 2px 12px;
|
|
}
|
|
.order-info-wrapper .order-info-status.green.data-v-33a4a1f0 {
|
|
background: #e6f9e6;
|
|
color: #1ecb1e;
|
|
}
|
|
.order-info-wrapper .order-info-status.red.data-v-33a4a1f0 {
|
|
background: #ffeaea;
|
|
color: #ff4d4f;
|
|
}
|
|
.order-info-wrapper .order-info-status.orange.data-v-33a4a1f0 {
|
|
background: #fff7e6;
|
|
color: #ffb400;
|
|
}
|
|
.order-info-wrapper .order-info-status.blue.data-v-33a4a1f0 {
|
|
background: #e6f0ff;
|
|
color: #409eff;
|
|
}
|
|
.order-info-wrapper .order-info-status.gray.data-v-33a4a1f0 {
|
|
background: #f5f5f5;
|
|
color: #999;
|
|
}
|
|
.order-info.data-v-33a4a1f0 {
|
|
font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 1.4;
|
|
letter-spacing: 0;
|
|
vertical-align: middle;
|
|
color: #666;
|
|
margin-bottom: 12px;
|
|
}
|
|
.order-info view.data-v-33a4a1f0 {
|
|
margin-bottom: 4px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.order-info .info-label.data-v-33a4a1f0 {
|
|
color: #999;
|
|
font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 1.4;
|
|
margin-right: 4px;
|
|
}
|
|
.order-info .info-value.data-v-33a4a1f0 {
|
|
color: #222;
|
|
font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 1.4;
|
|
}
|
|
.order-card-footer.data-v-33a4a1f0 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 0 -20px -20px -20px;
|
|
padding: 0 20px;
|
|
border-bottom-left-radius: 20px;
|
|
border-bottom-right-radius: 20px;
|
|
background: #fafbfc;
|
|
min-height: 60px;
|
|
position: relative;
|
|
}
|
|
.order-card-footer .order-actions-bar.data-v-33a4a1f0 {
|
|
display: flex;
|
|
flex: 1;
|
|
justify-content: center;
|
|
align-items: center;
|
|
gap: 48px;
|
|
}
|
|
.order-card-footer .order-actions-bar .action-btn-bar.data-v-33a4a1f0 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
color: #666;
|
|
margin-top: 8px;
|
|
margin-bottom: 8px;
|
|
}
|
|
.order-card-footer .order-actions-bar .action-btn-bar uni-icons.data-v-33a4a1f0 {
|
|
margin-bottom: 2px;
|
|
}
|