爱简收旧衣按件回收前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

338 lines
7.6 KiB

/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.inspect-result-container.data-v-431a990e {
min-height: 100vh;
background: #f8f8f8;
display: flex;
flex-direction: column;
}
.nav-bar.data-v-431a990e {
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-431a990e {
padding: 20rpx;
margin-left: -20rpx;
}
.nav-bar .nav-title.data-v-431a990e {
flex: 1;
text-align: center;
font-size: 32rpx;
font-weight: 500;
color: #222;
}
.nav-bar .nav-icons.data-v-431a990e {
display: flex;
align-items: center;
gap: 12px;
}
.main-content.data-v-431a990e {
margin-top: calc(150rpx + var(--status-bar-height));
display: flex;
flex-direction: column;
background: none;
padding-bottom: 120px;
}
.result-card.data-v-431a990e {
background: #fff;
border-radius: 24px;
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
margin: 0 24px 24px 24px;
padding: 24px 24px 0 24px;
}
.card-title.data-v-431a990e {
font-size: 18px;
font-weight: bold;
color: #222;
margin-bottom: 18px;
}
.card-title-row.data-v-431a990e {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 18px;
}
.status-tag.data-v-431a990e {
background: #fff7e6;
color: #ffb400;
font-size: 14px;
border-radius: 12px;
padding: 2px 14px;
font-weight: 400;
height: 22px;
display: flex;
align-items: center;
}
.result-row.data-v-431a990e, .result-group.data-v-431a990e {
margin-bottom: 18px;
}
.row-main.data-v-431a990e {
display: flex;
align-items: center;
}
.row-main .row-name.data-v-431a990e {
font-size: 16px;
font-weight: bold;
color: #222;
margin-right: 8px;
}
.row-main .row-price.data-v-431a990e {
font-size: 15px;
color: #ffb400;
font-weight: bold;
margin-right: 8px;
}
.row-main .row-price .row-unit.data-v-431a990e {
font-size: 13px;
color: #bbb;
}
.row-main .row-count.data-v-431a990e {
font-size: 15px;
color: #888;
margin-right: 8px;
}
.row-main .row-total.data-v-431a990e {
font-size: 16px;
color: #222;
font-weight: bold;
margin-left: auto;
}
.row-reason.data-v-431a990e {
display: flex;
align-items: center;
margin-top: 8px;
}
.row-reason .reason-label.data-v-431a990e {
font-size: 15px;
color: #bbb;
min-width: 80px;
}
.row-reason .reason-input.data-v-431a990e {
flex: 1;
height: 40px;
border-radius: 12px;
background: #f6f6f6;
border: none;
font-size: 16px;
color: #222;
padding-left: 12px;
margin-left: 8px;
}
.row-reason .reason-select.data-v-431a990e {
flex: 1;
display: flex;
align-items: center;
height: 40px;
border-radius: 12px;
background: #f6f6f6;
font-size: 16px;
color: #bbb;
padding-left: 12px;
margin-left: 8px;
justify-content: space-between;
}
.row-reason .reason-placeholder.data-v-431a990e {
color: #bbb;
font-size: 16px;
}
.info-card.data-v-431a990e {
background: #fff;
border-radius: 24px;
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
margin: 0 24px 24px 24px;
padding: 24px 24px 0 24px;
}
.info-row.data-v-431a990e {
display: flex;
align-items: center;
margin-bottom: 16px;
}
.info-row .info-label.data-v-431a990e {
font-size: 15px;
color: #bbb;
min-width: 80px;
}
.info-row .info-value.data-v-431a990e {
font-size: 15px;
color: #222;
margin-left: 8px;
}
.info-row .copy-btn.data-v-431a990e {
color: #ffb400;
margin-left: 8px;
}
.footer-btns.data-v-431a990e {
position: fixed;
left: 0;
right: 0;
bottom: 0;
background: #fff;
display: flex;
gap: 16px;
padding: 12px 16px 24px 16px;
z-index: 101;
}
.footer-btns .btn-outline.data-v-431a990e {
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-431a990e {
flex: 1;
height: 40px;
border-radius: 16px;
background: linear-gradient(90deg, #ffd01e 0%, #ffac04 100%);
color: #fff;
border: none;
font-size: 15px;
font-weight: 500;
box-shadow: none;
padding: 0 18px;
}
.reason-popup.data-v-431a990e {
background: #fff;
border-radius: 32px 32px 0 0;
padding: 0 0 24px 0;
}
.reason-popup .popup-header.data-v-431a990e {
display: flex;
align-items: center;
justify-content: center;
height: 56px;
border-bottom: 1px solid #f5f5f5;
position: relative;
}
.reason-popup .popup-header .popup-close.data-v-431a990e {
position: absolute;
left: 24px;
color: #888;
font-size: 18px;
}
.reason-popup .popup-header .popup-title.data-v-431a990e {
font-size: 20px;
font-weight: bold;
color: #222;
}
.reason-popup .popup-section.data-v-431a990e {
padding: 24px 24px 0 24px;
}
.reason-popup .popup-section .section-label.data-v-431a990e {
font-size: 16px;
color: #888;
margin-bottom: 12px;
display: block;
}
.reason-popup .popup-section .img-list.data-v-431a990e {
display: flex;
gap: 12px;
margin-bottom: 16px;
}
.reason-popup .popup-section .img-list .img-item.data-v-431a990e {
width: 80px;
height: 80px;
border-radius: 16px;
background: #f6f6f6;
position: relative;
}
.reason-popup .popup-section .img-list .img-item .img.data-v-431a990e {
width: 100%;
height: 100%;
border-radius: 16px;
}
.reason-popup .popup-section .img-list .img-item .img-del.data-v-431a990e {
position: absolute;
top: 4px;
right: 4px;
width: 20px;
height: 20px;
background: rgba(0, 0, 0, 0.3);
color: #fff;
border-radius: 50%;
text-align: center;
line-height: 20px;
font-size: 16px;
}
.reason-popup .popup-section .img-list .img-item.add.data-v-431a990e {
display: flex;
align-items: center;
justify-content: center;
background: #f6f6f6;
color: #bbb;
}
.reason-popup .popup-section .reason-row.data-v-431a990e {
display: flex;
align-items: center;
padding: 18px 0;
border-bottom: 1px solid #f5f5f5;
}
.reason-popup .popup-section .reason-row .checkbox.data-v-431a990e {
width: 22px;
height: 22px;
border-radius: 6px;
border: 2px solid #ddd;
margin-right: 16px;
background: #fff;
}
.reason-popup .popup-section .reason-row .checkbox.checked.data-v-431a990e {
border-color: #ffb400;
background: #ffb400;
}
.reason-popup .popup-section .reason-row .reason-text.data-v-431a990e {
font-size: 16px;
color: #222;
}
.reason-popup .popup-save-btn.data-v-431a990e {
width: 90%;
margin: 32px auto 0 auto;
height: 52px;
border-radius: 26px;
background: linear-gradient(90deg, #ffd01e 0%, #ffac04 100%);
color: #fff;
font-size: 20px;
font-weight: bold;
border: none;
display: flex;
align-items: center;
justify-content: center;
}