爱简收旧衣按件回收前端代码仓库
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.
 
 
 
 

380 lines
9.0 KiB

/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.container.data-v-2cee0a47 {
min-height: 100vh;
background: #F7F8FA;
padding-bottom: calc(180rpx + env(safe-area-inset-bottom));
}
.nav-bar.data-v-2cee0a47 {
display: flex;
align-items: center;
height: 88rpx;
background: #fff;
padding: 0 30rpx;
}
.nav-bar .back.data-v-2cee0a47 {
padding: 20rpx;
margin-left: -20rpx;
}
.nav-bar .title.data-v-2cee0a47 {
flex: 1;
text-align: center;
font-size: 34rpx;
font-weight: 500;
}
.nav-bar .right-btns.data-v-2cee0a47 {
display: flex;
gap: 30rpx;
}
.nav-bar .right-btns .more.data-v-2cee0a47, .nav-bar .right-btns .share.data-v-2cee0a47 {
font-size: 40rpx;
color: #333;
}
.content.data-v-2cee0a47 {
padding: 20rpx;
}
.card.data-v-2cee0a47 {
background: #fff;
border-radius: 20rpx;
margin-bottom: 20rpx;
overflow: hidden;
}
.card.process-card.data-v-2cee0a47 {
background: #fffbf6;
}
.card .card-title.data-v-2cee0a47 {
font-size: 32rpx;
font-weight: bold;
color: #333;
padding: 30rpx;
border-bottom: 1rpx solid rgba(0, 0, 0, 0.05);
}
.process-steps.data-v-2cee0a47 {
display: flex;
justify-content: space-between;
padding: 30rpx;
}
.process-steps .step-item.data-v-2cee0a47 {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
}
.process-steps .step-item image.data-v-2cee0a47 {
width: 80rpx;
height: 80rpx;
margin-bottom: 12rpx;
}
.process-steps .step-item .step-label.data-v-2cee0a47 {
text-align: center;
}
.process-steps .step-item .step-label .step-num.data-v-2cee0a47 {
color: #FF9500;
font-size: 26rpx;
margin-right: 4rpx;
}
.process-steps .step-item .step-label text.data-v-2cee0a47 {
font-size: 26rpx;
color: #333;
}
.divider.data-v-2cee0a47 {
height: 1rpx;
background: rgba(0, 0, 0, 0.05);
margin: 0 30rpx;
}
.pickup-info.data-v-2cee0a47 {
padding: 0 30rpx;
}
.pickup-info .info-item.data-v-2cee0a47 {
padding: 30rpx 0;
border-bottom: 1rpx solid rgba(0, 0, 0, 0.05);
}
.pickup-info .info-item.data-v-2cee0a47:last-child {
border-bottom: none;
}
.pickup-info .info-item .label.data-v-2cee0a47 {
font-size: 28rpx;
color: #333;
margin-bottom: 16rpx;
display: block;
}
.pickup-info .info-item .value.data-v-2cee0a47 {
display: flex;
justify-content: space-between;
align-items: center;
}
.pickup-info .info-item .value .text.data-v-2cee0a47 {
flex: 1;
font-size: 28rpx;
color: #333;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.pickup-info .info-item .value .arrow.data-v-2cee0a47 {
color: #999;
font-size: 28rpx;
margin-left: 10rpx;
}
.order-items.data-v-2cee0a47 {
padding: 0 30rpx;
}
.order-items .order-item.data-v-2cee0a47 {
display: flex;
align-items: center;
padding: 30rpx 0;
border-bottom: 1rpx solid rgba(0, 0, 0, 0.05);
}
.order-items .order-item.data-v-2cee0a47:last-child {
border-bottom: none;
}
.order-items .order-item image.data-v-2cee0a47 {
width: 120rpx;
height: 120rpx;
margin-right: 20rpx;
}
.order-items .order-item .item-info.data-v-2cee0a47 {
flex: 1;
}
.order-items .order-item .item-info .name-row.data-v-2cee0a47 {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 8rpx;
}
.order-items .order-item .item-info .name-row .name.data-v-2cee0a47 {
font-size: 30rpx;
color: #333;
}
.order-items .order-item .item-info .name-row .rules.data-v-2cee0a47 {
font-size: 24rpx;
color: #999;
}
.order-items .order-item .item-info .desc.data-v-2cee0a47 {
font-size: 24rpx;
color: #999;
margin-bottom: 8rpx;
}
.order-items .order-item .item-info .price.data-v-2cee0a47 {
font-size: 28rpx;
color: #FF9500;
}
.order-items .order-item .quantity-control.data-v-2cee0a47 {
display: flex;
align-items: center;
margin: 0 20rpx;
}
.order-items .order-item .quantity-control .btn.data-v-2cee0a47 {
width: 60rpx;
height: 60rpx;
display: flex;
align-items: center;
justify-content: center;
background: #f5f5f5;
border-radius: 30rpx;
font-size: 36rpx;
color: #333;
}
.order-items .order-item .quantity-control .quantity.data-v-2cee0a47 {
width: 80rpx;
text-align: center;
font-size: 28rpx;
}
.bottom-bar.data-v-2cee0a47 {
position: fixed;
left: 0;
right: 0;
bottom: 0;
background: #fff;
padding: 20rpx 30rpx calc(20rpx + env(safe-area-inset-bottom));
box-shadow: 0 -2rpx 10rpx rgba(0, 0, 0, 0.05);
}
.bottom-bar .agreement.data-v-2cee0a47 {
display: flex;
align-items: center;
margin-bottom: 20rpx;
font-size: 24rpx;
color: #666;
}
.bottom-bar .agreement .custom-checkbox.data-v-2cee0a47 {
width: 32rpx;
height: 32rpx;
border-radius: 50%;
border: 2rpx solid #ddd;
margin-right: 10rpx;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s;
}
.bottom-bar .agreement .custom-checkbox.active.data-v-2cee0a47 {
background: #FFB74D;
border-color: #FFB74D;
}
.bottom-bar .agreement .custom-checkbox .checkbox-icon.data-v-2cee0a47 {
color: #fff;
font-size: 24rpx;
line-height: 1;
}
.bottom-bar .agreement .link.data-v-2cee0a47 {
color: #FFB74D;
margin: 0 4rpx;
}
.bottom-bar .submit-info.data-v-2cee0a47 {
display: flex;
justify-content: space-between;
align-items: center;
}
.bottom-bar .submit-info .price.data-v-2cee0a47 {
margin-right: 20rpx;
}
.bottom-bar .submit-info .price .symbol.data-v-2cee0a47 {
font-size: 24rpx;
color: #FF9500;
}
.bottom-bar .submit-info .price .value.data-v-2cee0a47 {
font-size: 36rpx;
color: #FF9500;
font-weight: bold;
}
.bottom-bar .submit-info .count.data-v-2cee0a47 {
font-size: 26rpx;
color: #666;
}
.bottom-bar .submit-info .count .num.data-v-2cee0a47 {
color: #FF9500;
margin: 0 4rpx;
}
.bottom-bar .submit-info .count .estimate.data-v-2cee0a47 {
margin-left: 20rpx;
}
.bottom-bar .submit-info .price-submit.data-v-2cee0a47 {
display: flex;
align-items: center;
}
.bottom-bar .submit-info .price-submit .submit-btn.data-v-2cee0a47 {
height: 80rpx;
padding: 0 40rpx;
background: #FFB74D;
color: #fff;
font-size: 28rpx;
border-radius: 40rpx;
display: flex;
align-items: center;
justify-content: center;
border: none;
}
.bottom-bar .submit-info .price-submit .submit-btn[disabled].data-v-2cee0a47 {
opacity: 0.5;
}
.bottom-bar .submit-info .price-submit .submit-btn.data-v-2cee0a47::after {
border: none;
}
.time-picker.data-v-2cee0a47 {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1000;
}
.time-picker .mask.data-v-2cee0a47 {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
}
.time-picker .picker-content.data-v-2cee0a47 {
position: absolute;
left: 0;
right: 0;
bottom: 0;
background: #fff;
border-radius: 20rpx 20rpx 0 0;
padding-bottom: env(safe-area-inset-bottom);
}
.time-picker .picker-content .picker-header.data-v-2cee0a47 {
padding: 30rpx;
display: flex;
align-items: center;
border-bottom: 1rpx solid #eee;
}
.time-picker .picker-content .picker-header .reset.data-v-2cee0a47 {
color: #666;
font-size: 28rpx;
}
.time-picker .picker-content .picker-header .title.data-v-2cee0a47 {
flex: 1;
text-align: center;
font-size: 32rpx;
font-weight: 500;
}
.time-picker .picker-content .date-tabs.data-v-2cee0a47 {
display: flex;
padding: 20rpx;
background: #f8f8f8;
}
.time-picker .picker-content .date-tabs .date-tab.data-v-2cee0a47 {
flex: 1;
height: 70rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 28rpx;
color: #333;
background: #fff;
margin: 0 10rpx;
border-radius: 8rpx;
}
.time-picker .picker-content .date-tabs .date-tab.data-v-2cee0a47:last-child {
color: #FF9500;
background: rgba(255, 149, 0, 0.1);
}
.time-picker .picker-content .date-tabs .date-tab.active.data-v-2cee0a47 {
background: #FF9500;
color: #fff;
}
.time-picker .picker-content .time-picker-view.data-v-2cee0a47 {
width: 100%;
height: 400rpx;
}
.time-picker .picker-content .time-picker-view .picker-item.data-v-2cee0a47 {
line-height: 80rpx;
text-align: center;
}
.time-picker .picker-content .confirm-btn.data-v-2cee0a47 {
margin: 30rpx;
height: 90rpx;
background: #FF9500;
color: #fff;
font-size: 32rpx;
border-radius: 45rpx;
display: flex;
align-items: center;
justify-content: center;
}