305 lines
6.9 KiB
Plaintext
305 lines
6.9 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
/* App.vue 或 uni.scss */
|
||
.data-v-69317d1c .u-picker__view__column__item {
|
||
font-size: 32rpx !important;
|
||
}
|
||
.data-v-69317d1c .u-toolbar {
|
||
height: 60rpx !important;
|
||
}
|
||
.data-v-69317d1c .u-toolbar__wrapper__cancel {
|
||
font-size: 45rpx !important;
|
||
padding: 0 15rpx !important;
|
||
}
|
||
.data-v-69317d1c .u-toolbar__wrapper__confirm {
|
||
font-size: 45rpx !important;
|
||
padding: 0 15rpx !important;
|
||
}
|
||
.data-v-69317d1c .u-safe-bottom {
|
||
height: 500rpx;
|
||
width: 500rpx;
|
||
}
|
||
.member-select-container.data-v-69317d1c {
|
||
min-height: 100vh;
|
||
background-color: #f8f9fc;
|
||
padding: 30rpx;
|
||
box-sizing: border-box;
|
||
display: flex;
|
||
flex-direction: column;
|
||
}
|
||
.page-header.data-v-69317d1c {
|
||
margin-bottom: 40rpx;
|
||
text-align: center;
|
||
}
|
||
.header-title.data-v-69317d1c {
|
||
font-size: 40rpx;
|
||
font-weight: bold;
|
||
color: #333;
|
||
margin-bottom: 10rpx;
|
||
}
|
||
.header-subtitle.data-v-69317d1c {
|
||
font-size: 28rpx;
|
||
color: #666;
|
||
}
|
||
/* 会员状态统一显示区域样式 */
|
||
.member-status-overview.data-v-69317d1c {
|
||
margin-bottom: 30rpx;
|
||
}
|
||
.status-card.data-v-69317d1c {
|
||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||
border-radius: 16rpx;
|
||
padding: 30rpx;
|
||
margin-bottom: 20rpx;
|
||
box-shadow: 0 8rpx 24rpx rgba(102, 126, 234, 0.15);
|
||
}
|
||
.status-card-header.data-v-69317d1c {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
margin-bottom: 20rpx;
|
||
}
|
||
.status-type.data-v-69317d1c {
|
||
font-size: 32rpx;
|
||
font-weight: bold;
|
||
color: #fff;
|
||
}
|
||
.status-badge.vip.data-v-69317d1c {
|
||
background-color: #FFD700;
|
||
color: #333;
|
||
padding: 8rpx 16rpx;
|
||
border-radius: 20rpx;
|
||
font-size: 24rpx;
|
||
font-weight: bold;
|
||
}
|
||
.status-badge.expired.data-v-69317d1c {
|
||
background-color: rgba(255, 255, 255, 0.2);
|
||
color: #FF6B6B;
|
||
padding: 8rpx 16rpx;
|
||
border-radius: 20rpx;
|
||
font-size: 24rpx;
|
||
font-weight: bold;
|
||
border: 1rpx solid #FF6B6B;
|
||
}
|
||
.status-card-content.data-v-69317d1c {
|
||
background-color: rgba(255, 255, 255, 0.1);
|
||
border-radius: 12rpx;
|
||
padding: 20rpx;
|
||
}
|
||
.status-detail.data-v-69317d1c {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
margin-bottom: 12rpx;
|
||
}
|
||
.status-detail.data-v-69317d1c:last-child {
|
||
margin-bottom: 0;
|
||
}
|
||
.detail-label.data-v-69317d1c {
|
||
font-size: 26rpx;
|
||
color: rgba(255, 255, 255, 0.8);
|
||
}
|
||
.detail-label.expired.data-v-69317d1c {
|
||
color: #FF6B6B;
|
||
font-weight: bold;
|
||
}
|
||
.detail-value.data-v-69317d1c {
|
||
font-size: 26rpx;
|
||
color: #fff;
|
||
font-weight: 500;
|
||
}
|
||
.detail-value.remaining-days.data-v-69317d1c {
|
||
color: #FFD700;
|
||
font-weight: bold;
|
||
}
|
||
.no-member-tip.data-v-69317d1c {
|
||
background-color: #fff;
|
||
border-radius: 16rpx;
|
||
padding: 40rpx 30rpx;
|
||
text-align: center;
|
||
border: 2rpx dashed #ddd;
|
||
}
|
||
.tip-text.data-v-69317d1c {
|
||
font-size: 28rpx;
|
||
color: #999;
|
||
line-height: 1.5;
|
||
}
|
||
.tab-container.data-v-69317d1c {
|
||
margin-bottom: 30rpx;
|
||
}
|
||
.tab-list.data-v-69317d1c {
|
||
display: flex;
|
||
background-color: #f5f5f5;
|
||
border-radius: 12rpx;
|
||
padding: 6rpx;
|
||
}
|
||
.tab-item.data-v-69317d1c {
|
||
flex: 1;
|
||
text-align: center;
|
||
padding: 20rpx 0;
|
||
font-size: 28rpx;
|
||
color: #666;
|
||
border-radius: 8rpx;
|
||
transition: all 0.3s ease;
|
||
}
|
||
.tab-item.active.data-v-69317d1c {
|
||
background-color: #fff;
|
||
color: #4A5CFF;
|
||
font-weight: bold;
|
||
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.1);
|
||
}
|
||
.member-cards.data-v-69317d1c {
|
||
display: flex;
|
||
flex-direction: column;
|
||
gap: 30rpx;
|
||
margin-bottom: 40rpx;
|
||
flex: 1;
|
||
}
|
||
.member-card.data-v-69317d1c {
|
||
background-color: #fff;
|
||
border-radius: 16rpx;
|
||
overflow: hidden;
|
||
box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.05);
|
||
position: relative;
|
||
transition: all 0.3s ease;
|
||
}
|
||
.member-card.selected.data-v-69317d1c {
|
||
-webkit-transform: scale(1.02);
|
||
transform: scale(1.02);
|
||
box-shadow: 0 8rpx 30rpx rgba(0, 0, 0, 0.1);
|
||
}
|
||
.card-header.data-v-69317d1c {
|
||
padding: 30rpx;
|
||
color: #fff;
|
||
position: relative;
|
||
overflow: hidden;
|
||
}
|
||
.card-header.data-v-69317d1c::after {
|
||
content: "";
|
||
position: absolute;
|
||
right: -40rpx;
|
||
top: -40rpx;
|
||
width: 120rpx;
|
||
height: 120rpx;
|
||
border-radius: 50%;
|
||
background-color: rgba(255, 255, 255, 0.1);
|
||
}
|
||
.card-title.data-v-69317d1c {
|
||
font-size: 36rpx;
|
||
font-weight: bold;
|
||
margin-bottom: 10rpx;
|
||
}
|
||
.card-price.data-v-69317d1c {
|
||
font-size: 48rpx;
|
||
font-weight: bold;
|
||
}
|
||
.card-content.data-v-69317d1c {
|
||
padding: 30rpx;
|
||
}
|
||
.benefit-item.data-v-69317d1c {
|
||
display: flex;
|
||
align-items: center;
|
||
margin-bottom: 20rpx;
|
||
}
|
||
.benefit-item.data-v-69317d1c:last-child {
|
||
margin-bottom: 0;
|
||
}
|
||
.benefit-icon.data-v-69317d1c {
|
||
width: 40rpx;
|
||
height: 40rpx;
|
||
background-color: #f0f5ff;
|
||
border-radius: 50%;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
color: #4A5CFF;
|
||
margin-right: 20rpx;
|
||
font-size: 24rpx;
|
||
}
|
||
.benefit-text.data-v-69317d1c {
|
||
font-size: 28rpx;
|
||
color: #666;
|
||
}
|
||
.select-mark.data-v-69317d1c {
|
||
position: absolute;
|
||
top: 20rpx;
|
||
right: 20rpx;
|
||
width: 40rpx;
|
||
height: 40rpx;
|
||
border-radius: 50%;
|
||
background-color: #fff;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.select-icon.data-v-69317d1c {
|
||
color: #4A5CFF;
|
||
font-size: 24rpx;
|
||
font-weight: bold;
|
||
}
|
||
.bottom-bar.data-v-69317d1c {
|
||
position: -webkit-sticky;
|
||
position: sticky;
|
||
bottom: 0;
|
||
left: 0;
|
||
right: 0;
|
||
background-color: #fff;
|
||
padding: 30rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
box-shadow: 0 -4rpx 10rpx rgba(0, 0, 0, 0.05);
|
||
border-radius: 16rpx;
|
||
margin-top: 20rpx;
|
||
}
|
||
.selected-info.data-v-69317d1c {
|
||
display: flex;
|
||
flex-direction: column;
|
||
}
|
||
.selected-name.data-v-69317d1c {
|
||
font-size: 28rpx;
|
||
color: #666;
|
||
}
|
||
.selected-price.data-v-69317d1c {
|
||
font-size: 40rpx;
|
||
font-weight: bold;
|
||
color: #FF4757;
|
||
}
|
||
.pay-button.data-v-69317d1c {
|
||
background: linear-gradient(to right, #4A5CFF, #6979FF);
|
||
color: #fff;
|
||
padding: 20rpx 60rpx;
|
||
border-radius: 50rpx;
|
||
font-size: 32rpx;
|
||
font-weight: bold;
|
||
box-shadow: 0 10rpx 20rpx rgba(74, 92, 255, 0.3);
|
||
}
|
||
.pay-button.disabled.data-v-69317d1c {
|
||
background: linear-gradient(to right, #ccc, #ddd);
|
||
box-shadow: none;
|
||
opacity: 0.8;
|
||
}
|