/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.order-detail-container.data-v-9bb1abc0 {
|
|
background: #f8f8f8;
|
|
min-height: 100vh;
|
|
font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.nav-bar.data-v-9bb1abc0 {
|
|
display: flex;
|
|
align-items: center;
|
|
height: calc(150rpx + var(--status-bar-height));
|
|
padding: 0 32rpx;
|
|
padding-top: var(--status-bar-height);
|
|
background: #fff;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 999;
|
|
box-sizing: border-box;
|
|
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.03);
|
|
}
|
|
.nav-bar .back.data-v-9bb1abc0 {
|
|
padding: 20rpx;
|
|
margin-left: -20rpx;
|
|
}
|
|
.nav-bar .nav-title.data-v-9bb1abc0 {
|
|
flex: 1;
|
|
text-align: center;
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
color: #222;
|
|
}
|
|
.nav-bar .nav-icons.data-v-9bb1abc0 {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 12px;
|
|
}
|
|
.main-content.data-v-9bb1abc0 {
|
|
margin-top: calc(150rpx + var(--status-bar-height));
|
|
width: 100vw;
|
|
min-width: 0;
|
|
box-sizing: border-box;
|
|
padding: 0 16px 60px 16px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.info-card.data-v-9bb1abc0 {
|
|
width: 100%;
|
|
max-width: 375px;
|
|
min-width: 0;
|
|
box-sizing: border-box;
|
|
margin: 0 auto 28px auto;
|
|
padding: 16px 8px;
|
|
background: #fff;
|
|
border-radius: 20px;
|
|
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
|
|
}
|
|
.info-card.process-card.data-v-9bb1abc0 {
|
|
position: relative;
|
|
}
|
|
.info-card.process-card .status-tag.data-v-9bb1abc0 {
|
|
position: absolute;
|
|
right: 18px;
|
|
top: 18px;
|
|
font-size: 13px;
|
|
border-radius: 12px;
|
|
padding: 2px 10px;
|
|
font-weight: 500;
|
|
background: #e6f9e6;
|
|
color: #1ecb1e;
|
|
height: 22px;
|
|
line-height: 18px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.info-card.process-card .status-tag.orange.data-v-9bb1abc0 {
|
|
background: #fff7e6;
|
|
color: #ffb400;
|
|
font-size: 14px;
|
|
border-radius: 12px;
|
|
padding: 2px 14px;
|
|
font-weight: 400;
|
|
height: 22px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.info-card.process-card .status-tag.gray.data-v-9bb1abc0 {
|
|
background: #f5f5f5;
|
|
color: #444;
|
|
font-size: 14px;
|
|
border-radius: 12px;
|
|
padding: 2px 14px;
|
|
font-weight: 400;
|
|
height: 22px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.info-card.process-card .status-tag.blue.data-v-9bb1abc0 {
|
|
background: #eaf6ff;
|
|
color: #2a9cfb;
|
|
font-size: 14px;
|
|
border-radius: 12px;
|
|
padding: 2px 14px;
|
|
font-weight: 400;
|
|
height: 22px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.info-card.process-card .status-tag.red.data-v-9bb1abc0 {
|
|
background: #fff0f0;
|
|
color: #ff4d4f;
|
|
}
|
|
.info-card .info-card-header.data-v-9bb1abc0 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
}
|
|
.info-card .info-card-header .info-title-wrap.data-v-9bb1abc0 {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.info-card .info-card-header .info-title-wrap .info-title.data-v-9bb1abc0 {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
color: #222;
|
|
}
|
|
.info-card .info-card-header .info-title-wrap .tag-nobaoyou.data-v-9bb1abc0 {
|
|
margin-left: 8px;
|
|
background: #fff0f0;
|
|
color: #ff4d4f;
|
|
font-size: 14px;
|
|
border-radius: 12px;
|
|
padding: 2px 14px;
|
|
font-weight: 400;
|
|
height: 22px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.info-card .info-card-header .status-tag.data-v-9bb1abc0 {
|
|
margin-left: auto;
|
|
}
|
|
.info-card .steps-bar.data-v-9bb1abc0 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
margin: 24px 0 24px 0;
|
|
gap: 14px;
|
|
}
|
|
.info-card .steps-bar .step-item.data-v-9bb1abc0 {
|
|
background: #fff8ea;
|
|
border-radius: 16px;
|
|
width: 76px;
|
|
height: 76px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
box-shadow: 0 2px 8px rgba(255, 156, 0, 0.04);
|
|
overflow: hidden;
|
|
position: relative;
|
|
transition: all 0.3s ease;
|
|
}
|
|
.info-card .steps-bar .step-item .step-icon.data-v-9bb1abc0 {
|
|
width: 44px;
|
|
height: 44px;
|
|
margin: 6px 0 0 0;
|
|
transition: transform 0.3s ease;
|
|
}
|
|
.info-card .steps-bar .step-item .step-label.data-v-9bb1abc0 {
|
|
width: 100%;
|
|
height: 28px;
|
|
background: transparent;
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
border-radius: 0 0 12px 12px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
transition: all 0.3s ease;
|
|
overflow: hidden;
|
|
line-height: 1;
|
|
}
|
|
.info-card .steps-bar .step-item .step-label .step-num.data-v-9bb1abc0, .info-card .steps-bar .step-item .step-label .step-text.data-v-9bb1abc0 {
|
|
font-size: 11px;
|
|
color: #9b9b9b;
|
|
font-weight: 600;
|
|
line-height: 1;
|
|
vertical-align: middle;
|
|
transition: color 0.3s ease;
|
|
}
|
|
.info-card .steps-bar .step-item .step-label .step-num.data-v-9bb1abc0 {
|
|
margin-right: 2px;
|
|
}
|
|
.info-card .steps-bar .step-item.active.data-v-9bb1abc0 {
|
|
transform: translateY(-2px);
|
|
box-shadow: 0 4px 12px rgba(255, 156, 0, 0.08);
|
|
}
|
|
.info-card .steps-bar .step-item.active .step-icon.data-v-9bb1abc0 {
|
|
transform: scale(1.05);
|
|
}
|
|
.info-card .steps-bar .step-item.active .step-label.data-v-9bb1abc0 {
|
|
background: linear-gradient(90deg, #ffd01e 0%, #ff8917 100%);
|
|
}
|
|
.info-card .steps-bar .step-item.active .step-num.data-v-9bb1abc0, .info-card .steps-bar .step-item.active .step-text.data-v-9bb1abc0 {
|
|
color: #fff;
|
|
font-weight: bold;
|
|
}
|
|
.info-card .steps-bar .step-item.data-v-9bb1abc0:not(.active):hover {
|
|
transform: translateY(-1px);
|
|
box-shadow: 0 2px 12px rgba(255, 156, 0, 0.06);
|
|
}
|
|
.info-card .base-info.data-v-9bb1abc0 {
|
|
margin-top: 18px;
|
|
}
|
|
.info-card .base-info .base-info-row.data-v-9bb1abc0 {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
padding: 0 0 0 0;
|
|
position: relative;
|
|
min-height: 36px;
|
|
justify-content: space-between;
|
|
}
|
|
.info-card .base-info .base-info-row .base-label-wrap.data-v-9bb1abc0 {
|
|
min-width: 80px;
|
|
text-align: left;
|
|
color: #8b8b8b;
|
|
font-size: 13px;
|
|
}
|
|
.info-card .base-info .base-info-row .base-value-wrap.data-v-9bb1abc0 {
|
|
display: flex;
|
|
align-items: center;
|
|
flex: 1;
|
|
justify-content: flex-end;
|
|
}
|
|
.info-card .base-info .base-info-row .base-value.data-v-9bb1abc0 {
|
|
color: #222;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
word-break: break-all;
|
|
text-align: right;
|
|
}
|
|
.info-card .base-info .base-info-row .copy-btn.data-v-9bb1abc0 {
|
|
color: #ffb400;
|
|
font-size: 13px;
|
|
margin-left: 6px;
|
|
font-weight: 400;
|
|
padding: 1px 6px;
|
|
border-radius: 6px;
|
|
transition: background 0.2s;
|
|
}
|
|
.info-card .base-info .base-info-row .copy-btn.data-v-9bb1abc0:active {
|
|
background: #fff7e6;
|
|
}
|
|
.info-card .base-info .base-info-row .divider.data-v-9bb1abc0 {
|
|
position: absolute;
|
|
left: 16px;
|
|
right: 16px;
|
|
bottom: -1px;
|
|
height: 1px;
|
|
background: #f0f0f0;
|
|
}
|
|
.info-card .base-info .base-info-row uni-icons.data-v-9bb1abc0 {
|
|
margin-left: 6px;
|
|
}
|
|
.info-card .base-info .base-info-row .base-value-wrap.data-v-9bb1abc0 {
|
|
flex-wrap: wrap;
|
|
}
|
|
.info-card .base-info .base-info-row .base-value.data-v-9bb1abc0 {
|
|
white-space: pre-line;
|
|
line-height: 1.5;
|
|
}
|
|
.info-card.detail-card.data-v-9bb1abc0 {
|
|
position: relative;
|
|
padding: 0;
|
|
background: transparent;
|
|
}
|
|
.info-card.detail-card .card-header-bg.data-v-9bb1abc0 {
|
|
height: 56px;
|
|
background: linear-gradient(180deg, #fff7e6 0%, #fff 100%);
|
|
border-radius: 20px 20px 0 0;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
padding-left: 20px;
|
|
padding-top: 12px;
|
|
}
|
|
.info-card.detail-card .detail-content.data-v-9bb1abc0 {
|
|
background: #fff;
|
|
border-radius: 0 0 20px 20px;
|
|
padding: 20px 16px 16px 16px;
|
|
}
|
|
.info-card.detail-card .detail-row.data-v-9bb1abc0 {
|
|
display: flex;
|
|
align-items: center;
|
|
min-height: 32px;
|
|
}
|
|
.info-card.detail-card .detail-row .detail-label.data-v-9bb1abc0 {
|
|
color: #bcbcbc;
|
|
font-size: 14px;
|
|
width: 90px;
|
|
flex-shrink: 0;
|
|
}
|
|
.info-card.detail-card .detail-row .detail-value.data-v-9bb1abc0 {
|
|
color: #222;
|
|
font-size: 15px;
|
|
font-weight: 500;
|
|
text-align: left;
|
|
margin-left: 0;
|
|
flex: 1;
|
|
}
|
|
.info-card.detail-card .detail-row.total-row .detail-value.total.data-v-9bb1abc0 {
|
|
color: #ffb400;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
text-align: right;
|
|
flex: unset;
|
|
margin-left: auto;
|
|
min-width: 100px;
|
|
}
|
|
.info-card.detail-card .detail-row .orange.data-v-9bb1abc0 {
|
|
color: #ffb400;
|
|
}
|
|
.info-card.detail-card .divider.data-v-9bb1abc0 {
|
|
height: 1px;
|
|
background: #f0f0f0;
|
|
margin: 16px 0;
|
|
}
|
|
.info-card.detail-card .goods-row.data-v-9bb1abc0 {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
margin-bottom: 18px;
|
|
}
|
|
.info-card.detail-card .goods-img.data-v-9bb1abc0 {
|
|
width: 48px;
|
|
height: 48px;
|
|
border-radius: 12px;
|
|
margin-right: 12px;
|
|
}
|
|
.info-card.detail-card .goods-info.data-v-9bb1abc0 {
|
|
flex: 1;
|
|
}
|
|
.info-card.detail-card .goods-name.data-v-9bb1abc0 {
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
color: #222;
|
|
margin-bottom: 2px;
|
|
}
|
|
.info-card.detail-card .goods-desc.data-v-9bb1abc0 {
|
|
font-size: 13px;
|
|
color: #bbb;
|
|
margin-bottom: 8px;
|
|
}
|
|
.info-card.detail-card .goods-price-row.data-v-9bb1abc0 {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.info-card.detail-card .goods-price.data-v-9bb1abc0 {
|
|
color: #ffb400;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
margin-right: 8px;
|
|
}
|
|
.info-card.detail-card .goods-unit.data-v-9bb1abc0 {
|
|
font-size: 13px;
|
|
color: #bbb;
|
|
}
|
|
.info-card.detail-card .goods-count.data-v-9bb1abc0 {
|
|
color: #bbb;
|
|
font-size: 13px;
|
|
margin-left: 8px;
|
|
}
|
|
.info-card.detail-card .goods-total.data-v-9bb1abc0 {
|
|
color: #222;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
margin-left: auto;
|
|
}
|
|
.footer-btns.data-v-9bb1abc0 {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: #fff;
|
|
display: flex;
|
|
gap: 16px;
|
|
padding: 16px 24px 32px 24px;
|
|
z-index: 101;
|
|
}
|
|
.footer-btns .btn-outline.data-v-9bb1abc0 {
|
|
flex: 1;
|
|
height: 40px;
|
|
border-radius: 16px;
|
|
border: 1px solid #ffe09a;
|
|
color: #ffb400;
|
|
background: #fff0d2;
|
|
font-size: 15px;
|
|
font-weight: 500;
|
|
box-shadow: none;
|
|
padding: 0 18px;
|
|
}
|
|
.footer-btns .btn-main.data-v-9bb1abc0 {
|
|
flex: 1;
|
|
height: 40px;
|
|
border-radius: 16px;
|
|
background: linear-gradient(90deg, #ffbe3d 0%, #ffac04 100%);
|
|
color: #fff;
|
|
border: none;
|
|
font-size: 15px;
|
|
font-weight: 500;
|
|
box-shadow: none;
|
|
padding: 0 18px;
|
|
}
|
|
.cancel-reason.data-v-9bb1abc0 {
|
|
color: #bbb;
|
|
font-size: 13px;
|
|
margin-bottom: 10px;
|
|
padding-left: 2px;
|
|
}
|
|
.inspect-card.data-v-9bb1abc0 {
|
|
max-width: 335px;
|
|
width: 100%;
|
|
margin: 0 auto 28px auto;
|
|
border-radius: 24px;
|
|
overflow: hidden;
|
|
}
|
|
.inspect-card .inspect-header.data-v-9bb1abc0 {
|
|
height: 60px;
|
|
background: linear-gradient(180deg, #fff7e6 0%, #fffbe6 100%);
|
|
border-radius: 24px 24px 0 0;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
padding-left: 24px;
|
|
}
|
|
.inspect-card .inspect-title.data-v-9bb1abc0 {
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
color: #222;
|
|
line-height: 60px;
|
|
}
|
|
.inspect-card .inspect-content.data-v-9bb1abc0 {
|
|
background: #fff;
|
|
border-radius: 0 0 24px 24px;
|
|
padding: 24px 24px 20px 24px;
|
|
}
|
|
.inspect-card .inspect-row.data-v-9bb1abc0 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
min-height: 40px;
|
|
position: relative;
|
|
}
|
|
.inspect-card .inspect-row .inspect-label.data-v-9bb1abc0 {
|
|
color: #bcbcbc;
|
|
font-size: 16px;
|
|
}
|
|
.inspect-card .inspect-row .inspect-value.data-v-9bb1abc0 {
|
|
color: #222;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
}
|
|
.inspect-card .inspect-row .inspect-divider.data-v-9bb1abc0 {
|
|
height: 1px;
|
|
background: #f0f0f0;
|
|
margin: 0;
|
|
width: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
}
|
|
.inspect-card .inspect-btn.data-v-9bb1abc0 {
|
|
width: 100%;
|
|
margin: 24px 0 0 0;
|
|
height: 48px;
|
|
border-radius: 24px;
|
|
border: 1.5px solid #ffb400;
|
|
color: #ffb400;
|
|
background: #fff0d2;
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
box-shadow: none;
|
|
text-align: center;
|
|
line-height: 48px;
|
|
}
|
|
.card-title.data-v-9bb1abc0 {
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
color: #222;
|
|
margin-bottom: 12px;
|
|
}
|
|
.custom-inspect-card.data-v-9bb1abc0 {
|
|
background: linear-gradient(180deg, #fffbe6 0%, #fff 90%);
|
|
border-radius: 20px;
|
|
box-shadow: 0 8px 24px rgba(255, 156, 0, 0.03);
|
|
padding: 0;
|
|
margin: 24rpx 0 0 0;
|
|
overflow: hidden;
|
|
}
|
|
.custom-header-bg.data-v-9bb1abc0 {
|
|
height: 56px;
|
|
background: linear-gradient(180deg, #fff7e6 0%, #fff 100%);
|
|
border-radius: 20px 20px 0 0;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
padding-left: 24px;
|
|
padding-top: 12px;
|
|
}
|
|
.custom-card-title.data-v-9bb1abc0 {
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
color: #222;
|
|
margin-bottom: 12px;
|
|
}
|
|
.custom-detail-content.data-v-9bb1abc0 {
|
|
background: #fff;
|
|
border-radius: 0 0 20px 20px;
|
|
padding: 20px 16px 16px 16px;
|
|
}
|
|
.custom-detail-row.data-v-9bb1abc0 {
|
|
display: flex;
|
|
align-items: center;
|
|
min-height: 32px;
|
|
font-size: 15px;
|
|
}
|
|
.custom-detail-row .custom-detail-label.data-v-9bb1abc0 {
|
|
color: #bcbcbc;
|
|
font-size: 14px;
|
|
width: 90px;
|
|
flex-shrink: 0;
|
|
}
|
|
.custom-detail-row .custom-detail-value.data-v-9bb1abc0 {
|
|
color: #222;
|
|
font-size: 15px;
|
|
font-weight: 500;
|
|
text-align: left;
|
|
margin-left: 0;
|
|
flex: 1;
|
|
}
|
|
.custom-detail-row.total-row .custom-detail-value.total.data-v-9bb1abc0 {
|
|
color: #ffb400;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
text-align: right;
|
|
flex: unset;
|
|
margin-left: auto;
|
|
min-width: 100px;
|
|
}
|
|
.custom-detail-row .highlight.data-v-9bb1abc0 {
|
|
color: #ffb400;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
.custom-divider.data-v-9bb1abc0 {
|
|
width: 100%;
|
|
height: 1px;
|
|
background: #f0f0f0;
|
|
margin: 16px 0;
|
|
}
|
|
.custom-goods-row.data-v-9bb1abc0 {
|
|
background: #fff;
|
|
border-radius: 24px;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 24px 20px;
|
|
box-shadow: 0 2px 8px rgba(255, 156, 0, 0.04);
|
|
position: relative;
|
|
margin-bottom: 18px;
|
|
}
|
|
.custom-goods-img.data-v-9bb1abc0 {
|
|
width: 48px;
|
|
height: 48px;
|
|
border-radius: 12px;
|
|
margin-right: 12px;
|
|
flex-shrink: 0;
|
|
}
|
|
.custom-goods-info.data-v-9bb1abc0 {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
.custom-goods-name.data-v-9bb1abc0 {
|
|
font-size: 15px;
|
|
color: #222;
|
|
font-weight: bold;
|
|
margin-bottom: 2px;
|
|
}
|
|
.custom-goods-desc.data-v-9bb1abc0 {
|
|
font-size: 13px;
|
|
color: #bcbcbc;
|
|
margin-bottom: 10px;
|
|
}
|
|
.custom-goods-meta.data-v-9bb1abc0 {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
}
|
|
.custom-goods-price.data-v-9bb1abc0 {
|
|
color: #ffb400;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
}
|
|
.custom-goods-unit.data-v-9bb1abc0 {
|
|
color: #bcbcbc;
|
|
font-size: 13px;
|
|
font-weight: normal;
|
|
}
|
|
.custom-goods-count.data-v-9bb1abc0 {
|
|
color: #bcbcbc;
|
|
font-size: 13px;
|
|
margin-left: 8px;
|
|
}
|
|
.custom-goods-total.data-v-9bb1abc0 {
|
|
color: #222;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
margin-left: 18px;
|
|
flex-shrink: 0;
|
|
}
|
|
.user-stat-modal-mask.data-v-9bb1abc0 {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
background: rgba(0, 0, 0, 0.45);
|
|
z-index: 9999;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.user-stat-modal-box.data-v-9bb1abc0 {
|
|
width: 80vw;
|
|
max-width: 420px;
|
|
background: linear-gradient(180deg, #fff7f2 0%, #fff 100%);
|
|
border-radius: 32px;
|
|
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
|
|
padding: 38px 0 32px 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.user-stat-modal-title.data-v-9bb1abc0 {
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
color: #222;
|
|
text-align: center;
|
|
margin-bottom: 32px;
|
|
}
|
|
.user-stat-modal-row.data-v-9bb1abc0 {
|
|
width: 80%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size: 18px;
|
|
margin: 0 auto;
|
|
padding: 12px 0;
|
|
}
|
|
.user-stat-label.data-v-9bb1abc0 {
|
|
color: #999;
|
|
font-size: 16px;
|
|
}
|
|
.user-stat-value.data-v-9bb1abc0 {
|
|
color: #222;
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
}
|
|
.user-stat-modal-divider.data-v-9bb1abc0 {
|
|
width: 80%;
|
|
height: 1px;
|
|
background: #f0f0f0;
|
|
margin: 0 auto;
|
|
}
|
|
.user-stat-modal-btn.data-v-9bb1abc0 {
|
|
width: 80%;
|
|
margin: 32px auto 0 auto;
|
|
height: 48px;
|
|
border-radius: 24px;
|
|
background: #fffbe6;
|
|
color: #ffb400;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
border: 2px solid #ffd01e;
|
|
text-align: center;
|
|
line-height: 48px;
|
|
}
|
|
.user-stat-trigger.data-v-9bb1abc0 {
|
|
color: #222;
|
|
font-weight: 500;
|
|
cursor: pointer;
|
|
}
|