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

470 lines
11 KiB

/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.container.data-v-24407015 {
min-height: 100vh;
background-color: #f8f8f8;
display: flex;
flex-direction: column;
padding-bottom: calc(var(--window-bottom) + 70px);
}
.safe-area.data-v-24407015 {
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}
.banner.data-v-24407015 {
width: 100%;
height: 380rpx;
position: relative;
overflow: hidden;
border-radius: 0 0 30rpx 30rpx;
}
.banner image.data-v-24407015 {
width: 100%;
height: 100%;
}
.content.data-v-24407015 {
width: 90%;
margin: -70rpx auto 0;
position: relative;
z-index: 3;
padding-bottom: 20rpx;
}
.Xiadan-section.data-v-24407015 {
display: flex;
align-items: center;
margin-bottom: 20rpx;
background: linear-gradient(to bottom, #fff3db 0%, #fffefb 50%);
}
.Xiadan-section image.data-v-24407015 {
width: 80rpx;
height: 80rpx;
}
.Xiadan-section .left-text.data-v-24407015 {
font-family: PingFang SC;
font-weight: 400;
font-size: 12px;
line-height: 140%;
letter-spacing: 0%;
}
.Xiadan-section .right.data-v-24407015 {
display: flex;
box-sizing: border-box;
align-items: center;
justify-content: center;
background-color: #fff0d2;
color: #da7143;
font-size: 24rpx;
border: 1px solid #da7143;
border-radius: 10rpx;
width: 25%;
}
.Xiadan-section .right image.data-v-24407015 {
width: 40rpx;
height: 40rpx;
}
.section-header.data-v-24407015 {
display: flex;
align-items: center;
margin-bottom: 20rpx;
}
.section-header .title.data-v-24407015 {
font-size: 32rpx;
font-weight: bold;
color: #333;
}
.section-header .more.data-v-24407015 {
display: flex;
flex-direction: row-reverse;
align-items: center;
color: #999;
font-size: 24rpx;
flex-grow: 2;
}
.process-section.data-v-24407015 {
background: #fff;
border-radius: 50rpx;
padding: 30rpx;
margin-bottom: 20rpx;
background: linear-gradient(to bottom, #fff5e1 0%, #fffefb 30%);
}
.process-section .contact-service.data-v-24407015 {
display: flex;
align-items: center;
font-size: 24rpx;
color: #666;
border: 1px solid #da7143;
background-color: #fff0d2;
}
.process-section .contact-service .service-icon.data-v-24407015 {
width: 32rpx;
height: 32rpx;
margin-right: 8rpx;
}
.process-section .process-grid.data-v-24407015 {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20rpx;
margin: 30rpx 0;
border: none;
}
.process-section .process-item.data-v-24407015 {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
background-color: #fff8ea;
}
.process-section .process-item .process-icon.data-v-24407015 {
width: 80rpx;
height: 80rpx;
margin-bottom: 10rpx;
}
.process-section .process-item .process-text.data-v-24407015 {
font-size: 24rpx;
color: #333;
}
.process-section .process-item .process-number.data-v-24407015 {
position: absolute;
top: -10rpx;
left: 50%;
transform: translateX(-50%);
font-size: 24rpx;
color: #999;
}
.process-section .submit-btn.data-v-24407015 {
background: linear-gradient(to right, #ffd01e, #ff8917);
border-radius: 70rpx;
padding: 20rpx;
text-align: center;
position: relative;
border: none;
display: flex;
flex-direction: column;
overflow: visible;
}
.process-section .submit-btn text.data-v-24407015 {
color: #ffffff;
font-size: 32rpx;
font-weight: bold;
line-height: 40rpx;
}
.process-section .submit-btn .btn-desc.data-v-24407015 {
font-size: 24rpx;
font-weight: normal;
}
.process-section .submit-btn .arrow-icon.data-v-24407015 {
position: absolute;
right: 10rpx;
top: 10%;
transform: translateY(-50%);
width: 40rpx;
height: 40rpx;
}
.process-section .submit-btn .arrow-icon-left.data-v-24407015 {
position: absolute;
left: 1rpx;
top: 90%;
transform: translateY(-50%);
width: 40rpx;
height: 40rpx;
}
.process-section .submit-btn.data-v-24407015::after {
border: none !important;
}
.city-section.data-v-24407015 {
background: #fff;
border-radius: 20rpx;
padding: 30rpx;
margin-bottom: 20rpx;
}
.city-section .city-header.data-v-24407015 {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 28rpx;
color: #333;
margin-bottom: 10rpx;
}
.city-section .city-list.data-v-24407015 {
font-size: 24rpx;
color: #999;
}
.price-section.data-v-24407015 {
background: #f0f9eb;
border-radius: 20rpx;
padding: 30rpx;
margin-bottom: 20rpx;
background-color: #fffefb;
background: linear-gradient(to bottom, #fff3db 0%, #fffefb 5%);
}
.price-section .section-header.data-v-24407015 {
margin-bottom: 40rpx;
}
.price-section .price-grid.data-v-24407015 {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20rpx;
}
.price-section .price-item.data-v-24407015 {
display: flex;
flex-direction: column;
align-items: center;
background: #fff;
border-radius: 16rpx;
padding: 30rpx;
background-color: #fff8ea;
}
.price-section .price-item .item-icon.data-v-24407015 {
width: 80rpx;
height: 80rpx;
margin-bottom: 10rpx;
}
.price-section .price-item .item-icon.placeholder.data-v-24407015 {
width: 80rpx;
height: 80rpx;
margin-bottom: 10rpx;
background: #f5f5f5;
border-radius: 16rpx;
}
.price-section .price-item .item-name.data-v-24407015 {
font-size: 26rpx;
color: #333;
margin-bottom: 6rpx;
}
.price-section .price-item .item-price.data-v-24407015 {
font-family: PingFang SC;
font-weight: 400;
font-size: 24rpx;
line-height: 140%;
letter-spacing: 0%;
text-align: center;
}
.price-section .price-item .item-price .item-price-right.data-v-24407015 {
text-align: center;
font-size: 24rpx;
color: #666;
line-height: 140%;
letter-spacing: 0%;
}
.recent-section.data-v-24407015 {
background: #f0f9eb;
border-radius: 20rpx;
padding: 30rpx;
margin-bottom: 20rpx;
background-color: #fffefb;
background: linear-gradient(to bottom, #e8ffe0 0%, #fffefb 15%);
}
.recent-section .records-grid.data-v-24407015 {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20rpx;
}
.recent-section .record-item.data-v-24407015 {
display: flex;
flex-direction: column;
align-items: center;
background: linear-gradient(to top, #e8ffe0 0%, #fffefb 100%);
border-radius: 16rpx;
padding: 10rpx;
background-color: #fff8ea;
}
.recent-section .record-item image.data-v-24407015 {
width: 60rpx;
height: 60rpx;
}
.recent-section .record-item .location.data-v-24407015 {
font-size: 28rpx;
color: #333;
font-weight: bold;
}
.recent-section .record-item .amount.data-v-24407015 {
font-size: 30rpx;
color: #13ac47;
font-weight: bold;
margin: 6rpx 0;
}
.recent-section .record-item .user-id.data-v-24407015 {
font-family: PingFang SC;
font-weight: 500;
font-size: 24rpx;
line-height: 140%;
letter-spacing: 0%;
text-align: center;
color: #183c5c;
}
.recent-section .record-item .user-id-f.data-v-24407015 {
font-family: PingFang SC;
font-weight: 400;
font-size: 22rpx;
line-height: 140%;
letter-spacing: 0%;
text-align: center;
color: #9b9b9b;
}
.destination-section.data-v-24407015 {
border-radius: 20rpx;
padding: 30rpx;
margin-bottom: 20rpx;
background: linear-gradient(to bottom, #f2f0fc 0%, #fffefb 10%);
padding-bottom: calc(var(--window-bottom) + 60px);
}
.destination-section .destination-grid.data-v-24407015 {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20rpx;
}
.destination-section .destination-item.data-v-24407015 {
display: flex;
align-items: center;
border-radius: 16rpx;
padding: 20rpx;
}
.destination-section .destination-item .dest-icon.data-v-24407015 {
width: 60rpx;
height: 60rpx;
margin-right: 16rpx;
}
.destination-section .destination-item .dest-info.data-v-24407015 {
flex: 1;
}
.destination-section .destination-item .dest-info .dest-title.data-v-24407015 {
font-size: 26rpx;
color: #333;
margin-bottom: 4rpx;
}
.destination-section .destination-item .dest-info .dest-desc.data-v-24407015 {
font-size: 22rpx;
color: #999;
}
.destination-item1.data-v-24407015 {
background: linear-gradient(to top, #ffebeb, #fffefb);
}
.destination-item2.data-v-24407015 {
background: linear-gradient(to top, #ebf8ff, #fffefb);
}
.destination-item3.data-v-24407015 {
background: linear-gradient(to top, #ebedff, #fffefb);
}
.destination-item4.data-v-24407015 {
background: linear-gradient(to top, #ebfff2, #fffefb);
}
.about-section.data-v-24407015 {
background: linear-gradient(to bottom, #fff3db 0%, #fffefb 30%);
border-radius: 20rpx;
padding: 30rpx;
display: flex;
justify-content: space-between;
flex-direction: column;
}
.about-section .about-footer.data-v-24407015 {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.about-section .about-header.data-v-24407015 {
display: flex;
align-items: center;
}
.about-section .about-header .logo.data-v-24407015 {
width: 60rpx;
height: 60rpx;
margin-right: 16rpx;
}
.about-section .about-header .about-title.data-v-24407015 {
font-size: 28rpx;
color: #333;
}
.about-section .about-content.data-v-24407015 {
flex: 1;
margin-left: 20rpx;
}
.about-section .about-content text.data-v-24407015 {
display: block;
font-size: 26rpx;
color: #333;
}
.about-section .about-content .about-desc.data-v-24407015 {
font-size: 22rpx;
color: #999;
margin-top: 4rpx;
}
.tab-bar.data-v-24407015 {
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 100rpx;
background-color: #fff;
display: flex;
justify-content: space-around;
align-items: center;
border-top: 1rpx solid #f5f5f5;
box-shadow: 0 -2rpx 10rpx rgba(0, 0, 0, 0.05);
}
.tab-bar .tab-item.data-v-24407015 {
display: flex;
flex-direction: column;
align-items: center;
padding: 10rpx 0;
transition: all 0.3s ease;
}
.tab-bar .tab-item .tab-icon.data-v-24407015 {
width: 48rpx;
height: 48rpx;
margin-bottom: 6rpx;
}
.tab-bar .tab-item text.data-v-24407015 {
font-size: 22rpx;
color: #666;
transition: color 0.3s ease;
}
.tab-bar .tab-item.active text.data-v-24407015 {
color: #ff5e00;
}
.tab-bar .tab-item.data-v-24407015:active {
transform: scale(0.95);
}
@keyframes fadeInUp-24407015 {
from {
opacity: 0;
transform: translateY(20rpx);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeInScale-24407015 {
from {
opacity: 0;
transform: scale(0.8);
}
to {
opacity: 1;
transform: scale(1);
}
}