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

517 lines
12 KiB

/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.promotion-page.data-v-50cfba12 {
min-height: 100vh;
background: linear-gradient(to right, #b2f08d 0%, #39e9d2 100%);
padding-bottom: calc(env(safe-area-inset-bottom) + 120rpx);
}
.nav-bar.data-v-50cfba12 {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
width: 100vw;
background: linear-gradient(to right, #b2f08d 0%, #39e9d2 100%);
box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.03);
}
.nav-bar .nav-bar-inner.data-v-50cfba12 {
display: flex;
align-items: center;
height: 44px;
width: 100vw;
position: relative;
}
.nav-bar .back-icon.data-v-50cfba12 {
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
}
.nav-bar .nav-bar-title.data-v-50cfba12 {
flex: 1;
text-align: center;
font-size: 36rpx;
font-weight: bold;
color: #222;
letter-spacing: 2rpx;
line-height: 44px;
}
.nav-bar .nav-bar-right.data-v-50cfba12 {
width: 44px;
height: 44px;
position: absolute;
right: 0;
top: 0;
display: flex;
align-items: center;
justify-content: center;
}
.feature-tags.data-v-50cfba12 {
border-radius: 32rpx;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 24rpx;
height: 80rpx;
box-shadow: 0 4rpx 24rpx rgba(60, 167, 250, 0.08);
}
.feature-tags .tag.data-v-50cfba12 {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
}
.feature-tags .tag .check.data-v-50cfba12 {
width: 36rpx;
height: 36rpx;
background: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 28rpx;
color: #13ac47;
font-weight: bold;
margin-right: 10rpx;
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.08);
}
.feature-tags .tag .text.data-v-50cfba12 {
color: #fff;
font-size: 28rpx;
font-weight: bold;
}
.main-content.data-v-50cfba12 {
margin-top: 20rpx;
padding-top: 88rpx;
background: linear-gradient(180deg, #eaffe6 0%, #fff 30%);
min-height: 100vh;
width: 100vw;
box-sizing: border-box;
position: relative;
z-index: 11;
border-radius: 40rpx 40rpx 0 0;
overflow: hidden;
}
.user-card.data-v-50cfba12 {
margin: 0 32rpx;
background: linear-gradient(to bottom, #f6fff2 0%, #fff 100%);
border-radius: 32rpx;
box-shadow: 0 8rpx 32rpx rgba(60, 167, 250, 0.12);
padding: 48rpx 36rpx 36rpx 36rpx;
border: none;
position: relative;
top: -40rpx;
display: flex;
flex-direction: column;
align-items: stretch;
}
.user-card .user-info-row.data-v-50cfba12 {
display: flex;
align-items: center;
padding-bottom: 0;
margin-bottom: 32rpx;
}
.user-card .user-info-row .avatar-box.data-v-50cfba12 {
margin-right: 24rpx;
display: flex;
flex-direction: column;
align-items: center;
}
.user-card .user-info-row .avatar-box .avatar-frame.data-v-50cfba12 {
width: 104rpx;
height: 104rpx;
border-radius: 10rpx;
overflow: hidden;
position: relative;
background: #f2f2f2;
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
}
.user-card .user-info-row .avatar-box .avatar-frame .avatar-img.data-v-50cfba12 {
width: 104rpx;
height: 80rpx;
object-fit: cover;
display: block;
}
.user-card .user-info-row .avatar-box .avatar-frame .user-type.data-v-50cfba12 {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 32rpx;
background: #e5e5e5;
color: #888;
font-size: 22rpx;
font-weight: 500;
text-align: center;
line-height: 32rpx;
border-bottom-left-radius: 10rpx;
border-bottom-right-radius: 10rpx;
}
.user-card .user-info-row .user-meta.data-v-50cfba12 {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.user-card .user-info-row .user-meta .nickname.data-v-50cfba12 {
font-size: 32rpx;
font-weight: bold;
color: #222;
margin-bottom: 6rpx;
}
.user-card .user-info-row .user-meta .userid.data-v-50cfba12 {
font-size: 24rpx;
color: #bbb;
}
.user-card .user-info-row .user-count.data-v-50cfba12 {
font-size: 30rpx;
color: #222;
font-weight: bold;
text-align: right;
min-width: 120rpx;
margin-left: 16rpx;
align-self: center;
}
.user-card .user-stats-row.data-v-50cfba12 {
display: flex;
align-items: stretch;
justify-content: center;
background: #f2fff6;
border-radius: 24rpx;
margin: 0 0 8rpx 0;
padding: 32rpx 0;
box-sizing: border-box;
}
.user-card .user-stats-row .stat-block.data-v-50cfba12 {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 0 24rpx;
}
.user-card .user-stats-row .stat-block .stat-label.data-v-50cfba12 {
font-size: 24rpx;
color: #bbb;
margin-bottom: 12rpx;
text-align: center;
}
.user-card .user-stats-row .stat-block .stat-value.data-v-50cfba12 {
font-size: 40rpx;
color: #222;
font-weight: bold;
margin-bottom: 18rpx;
}
.user-card .user-stats-row .stat-block .stat-value.main.data-v-50cfba12 {
color: #13ac47;
font-size: 48rpx;
}
.user-card .user-stats-row .stat-block .withdraw-btn.data-v-50cfba12, .user-card .user-stats-row .stat-block .record-btn.data-v-50cfba12 {
width: 180rpx;
height: 56rpx;
border-radius: 28rpx;
font-size: 26rpx;
font-weight: bold;
margin-top: 0;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
box-sizing: border-box;
}
.user-card .user-stats-row .stat-block .withdraw-btn.data-v-50cfba12 {
background: linear-gradient(90deg, #b2f08d, #39e9d2);
color: #fff;
border: none;
}
.user-card .user-stats-row .stat-block .record-btn.data-v-50cfba12 {
background: #fff;
color: #13ac47;
border: 2rpx solid #13ac47;
}
.user-card .user-stats-row .stat-block .record-btn.data-v-50cfba12:active, .user-card .user-stats-row .stat-block .record-btn.data-v-50cfba12:focus {
opacity: 0.8;
}
.user-card .user-stats-row .stat-divider.data-v-50cfba12 {
width: 2rpx;
height: 72rpx;
background: #e0e0e0;
margin: 0 16rpx;
border-radius: 2rpx;
align-self: center;
}
.user-card .bottom-menu-row.data-v-50cfba12 {
display: flex;
justify-content: center;
align-items: center;
margin: 40rpx 0 0 0;
}
.user-card .bottom-menu-row .menu-item.data-v-50cfba12 {
display: flex;
align-items: center;
margin: 0 40rpx;
}
.user-card .bottom-menu-row .menu-item .menu-icon.data-v-50cfba12 {
width: 56rpx;
height: 56rpx;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 12rpx;
}
.user-card .bottom-menu-row .menu-item .menu-icon.red.data-v-50cfba12 {
background: #ff7e6a;
}
.user-card .bottom-menu-row .menu-item .menu-icon.blue.data-v-50cfba12 {
background: #7eb6ff;
}
.user-card .bottom-menu-row .menu-item .menu-text.data-v-50cfba12 {
font-size: 28rpx;
color: #222;
font-weight: 500;
}
.rank-section.data-v-50cfba12 {
margin: 32rpx 32rpx 0 32rpx;
}
.rank-section .rank-title.data-v-50cfba12 {
font-size: 30rpx;
color: #222;
font-weight: bold;
text-align: center;
margin-bottom: 24rpx;
}
.rank-section .rank-list.data-v-50cfba12 {
background: #fff;
border-radius: 24rpx;
box-shadow: 0 2rpx 8rpx rgba(60, 167, 250, 0.04);
overflow: hidden;
}
.rank-section .rank-list .rank-item.data-v-50cfba12 {
display: flex;
align-items: center;
padding: 0 44rpx;
height: 104rpx;
border-bottom: 1rpx solid #f3f3f3;
}
.rank-section .rank-list .rank-item.data-v-50cfba12:last-child {
border-bottom: none;
}
.rank-section .rank-list .rank-item .rank-icon.data-v-50cfba12 {
width: 44rpx;
display: flex;
align-items: center;
justify-content: center;
}
.rank-section .rank-list .rank-item .rank-icon .crown.data-v-50cfba12, .rank-section .rank-list .rank-item .rank-icon .num-icon.data-v-50cfba12 {
width: 36rpx;
height: 36rpx;
}
.rank-section .rank-list .rank-item .rank-avatar.data-v-50cfba12 {
width: 48rpx;
height: 48rpx;
border-radius: 50%;
margin: 0 18rpx 0 10rpx;
background: #f5f5f5;
}
.rank-section .rank-list .rank-item .rank-phone.data-v-50cfba12 {
flex: 1;
font-size: 28rpx;
color: #222;
font-weight: bold;
}
.rank-section .rank-list .rank-item .rank-amount.data-v-50cfba12 {
font-size: 30rpx;
color: #b98c4a;
font-weight: bold;
min-width: 120rpx;
text-align: right;
}
.rights-section.data-v-50cfba12 {
margin: 40rpx 32rpx 0 32rpx;
}
.rights-section .rights-title.data-v-50cfba12 {
font-size: 30rpx;
color: #222;
font-weight: bold;
text-align: center;
margin-bottom: 24rpx;
}
.rights-section .rights-image.data-v-50cfba12 {
width: 100%;
height: auto;
}
.qrcode-section.data-v-50cfba12 {
margin: 48rpx 32rpx 0 32rpx;
background: #fff;
border-radius: 32rpx;
box-shadow: 0 4rpx 24rpx rgba(60, 167, 250, 0.08);
display: flex;
flex-direction: column;
align-items: center;
padding: 32rpx 0 40rpx 0;
}
.qrcode-section .qrcode-title.data-v-50cfba12 {
font-size: 28rpx;
color: #222;
font-weight: bold;
margin-bottom: 24rpx;
}
.qrcode-section .qrcode-img.data-v-50cfba12 {
width: 220rpx;
height: 220rpx;
background: #fff;
border-radius: 24rpx;
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.08);
}
.bottom-btns.data-v-50cfba12 {
position: fixed;
left: 0;
right: 0;
bottom: 0;
display: flex;
justify-content: space-between;
padding: 24rpx 32rpx calc(env(safe-area-inset-bottom) + 24rpx) 32rpx;
background: #fff;
z-index: 100;
}
.bottom-btns .btn.data-v-50cfba12 {
flex: 1;
height: 88rpx;
border-radius: 44rpx;
font-size: 32rpx;
font-weight: bold;
margin: 0 12rpx;
border: none;
}
.bottom-btns .btn.gray.data-v-50cfba12 {
background: #f5f5f5;
color: #999;
}
.bottom-btns .btn.green.data-v-50cfba12 {
background: linear-gradient(90deg, #42dfc2, #9be48f);
color: #fff;
}
.bottom-menu-row.data-v-50cfba12 {
display: flex;
justify-content: center;
align-items: center;
margin: 40rpx 0 0 0;
}
.bottom-menu-row .menu-item.data-v-50cfba12 {
display: flex;
align-items: center;
margin: 0 40rpx;
}
.bottom-menu-row .menu-item .menu-icon.data-v-50cfba12 {
width: 56rpx;
height: 56rpx;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 12rpx;
}
.bottom-menu-row .menu-item .menu-icon.red.data-v-50cfba12 {
background: #ff7e6a;
}
.bottom-menu-row .menu-item .menu-icon.blue.data-v-50cfba12 {
background: #7eb6ff;
}
.bottom-menu-row .menu-item .menu-text.data-v-50cfba12 {
font-size: 28rpx;
color: #222;
font-weight: 500;
}
.progress-modal-mask.data-v-50cfba12 {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.25);
z-index: 2000;
display: flex;
align-items: center;
justify-content: center;
}
.progress-modal-box.data-v-50cfba12 {
width: 80vw;
max-width: 420px;
background: linear-gradient(180deg, #f3fff2 0%, #eafff6 100%);
border-radius: 32rpx;
box-shadow: 0 8rpx 32rpx rgba(60, 167, 250, 0.1);
padding: 56rpx 0 32rpx 0;
display: flex;
flex-direction: column;
align-items: center;
}
.progress-modal-title.data-v-50cfba12 {
font-size: 34rpx;
color: #222;
font-weight: bold;
text-align: center;
margin-bottom: 48rpx;
white-space: pre-line;
}
.progress-modal-list.data-v-50cfba12 {
width: 88%;
display: flex;
flex-direction: column;
gap: 18rpx;
margin-bottom: 48rpx;
}
.progress-modal-item.data-v-50cfba12 {
border-radius: 18rpx;
height: 80rpx;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 30rpx;
color: #222;
padding: 0 32rpx;
box-shadow: 0 2rpx 8rpx rgba(60, 167, 250, 0.04);
}
.progress-modal-btn.data-v-50cfba12 {
width: 88%;
height: 88rpx;
background: linear-gradient(90deg, #b2f08d, #39e9d2);
color: #222;
font-size: 32rpx;
font-weight: bold;
border-radius: 44rpx;
margin-top: 8rpx;
box-shadow: 0 4rpx 16rpx rgba(60, 167, 250, 0.08);
display: flex;
align-items: center;
justify-content: center;
border: none;
}