731 lines
19 KiB
Plaintext
731 lines
19 KiB
Plaintext
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.page.data-v-54a6e18d {
|
||
min-height: 100vh;
|
||
background-color: #F3F4F8;
|
||
}
|
||
.navbar-fixed.data-v-54a6e18d {
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
z-index: 100;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
padding-top: 44px;
|
||
height: 88rpx;
|
||
transition: background 0.3s ease;
|
||
}
|
||
.navbar-fixed .back-btn.data-v-54a6e18d {
|
||
position: absolute;
|
||
left: 30rpx;
|
||
width: 48rpx;
|
||
height: 48rpx;
|
||
filter: brightness(0) invert(1);
|
||
}
|
||
.navbar-fixed .navbar-title.data-v-54a6e18d {
|
||
font-size: 36rpx;
|
||
font-weight: 500;
|
||
color: #FFFFFF;
|
||
}
|
||
.reward-header.data-v-54a6e18d {
|
||
position: relative;
|
||
height: 550rpx;
|
||
background-color: #FF3B4E;
|
||
overflow: hidden;
|
||
}
|
||
.reward-header .bg-image.data-v-54a6e18d {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
object-fit: cover;
|
||
}
|
||
.reward-header .reward-content.data-v-54a6e18d {
|
||
position: relative;
|
||
z-index: 5;
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
justify-content: center;
|
||
min-height: 550rpx;
|
||
padding: 80rpx 30rpx 0;
|
||
}
|
||
.reward-header .reward-content .reward-title.data-v-54a6e18d {
|
||
font-size: 60rpx;
|
||
font-weight: bold;
|
||
color: #FFFFFF;
|
||
text-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.3);
|
||
margin-bottom: 60rpx;
|
||
letter-spacing: 2rpx;
|
||
text-align: center;
|
||
word-break: break-word;
|
||
max-width: 100%;
|
||
line-height: 1.3;
|
||
}
|
||
.reward-header .reward-content .reward-desc-box.data-v-54a6e18d {
|
||
background-color: rgba(255, 255, 255, 0.98);
|
||
border-radius: 60rpx;
|
||
padding: 24rpx 50rpx;
|
||
box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.1);
|
||
max-width: 90%;
|
||
}
|
||
.reward-header .reward-content .reward-desc-box .reward-desc.data-v-54a6e18d {
|
||
font-size: 26rpx;
|
||
color: #333333;
|
||
line-height: 1.8;
|
||
text-align: center;
|
||
word-break: break-word;
|
||
}
|
||
.steps-section.data-v-54a6e18d {
|
||
background-color: #FFFFFF;
|
||
margin: 30rpx;
|
||
border-radius: 20rpx;
|
||
padding: 40rpx 30rpx;
|
||
}
|
||
.steps-section .section-title-row.data-v-54a6e18d {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
margin-bottom: 40rpx;
|
||
}
|
||
.steps-section .section-title-row .title-line.data-v-54a6e18d {
|
||
width: 60rpx;
|
||
height: 2rpx;
|
||
background-color: #333333;
|
||
flex-shrink: 0;
|
||
}
|
||
.steps-section .section-title-row .section-title.data-v-54a6e18d {
|
||
font-size: 30rpx;
|
||
font-weight: bold;
|
||
color: #333333;
|
||
margin: 0 20rpx;
|
||
white-space: nowrap;
|
||
}
|
||
.steps-section .step-item.data-v-54a6e18d {
|
||
display: flex;
|
||
align-items: flex-start;
|
||
margin-left: 60rpx;
|
||
margin-bottom: 30rpx;
|
||
}
|
||
.steps-section .step-item .step-icon.data-v-54a6e18d {
|
||
width: 74rpx;
|
||
height: 74rpx;
|
||
border-radius: 50%;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
margin-right: 24rpx;
|
||
flex-shrink: 0;
|
||
}
|
||
.steps-section .step-item .step-icon .step-img.data-v-54a6e18d {
|
||
width: 74rpx;
|
||
height: 74rpx;
|
||
}
|
||
.steps-section .step-item .step-text.data-v-54a6e18d {
|
||
font-size: 26rpx;
|
||
color: #333333;
|
||
flex: 1;
|
||
line-height: 1.6;
|
||
word-break: break-word;
|
||
padding-top: 10rpx;
|
||
}
|
||
.steps-section .detail-link.data-v-54a6e18d {
|
||
text-align: center;
|
||
margin-top: 20rpx;
|
||
}
|
||
.steps-section .detail-link .detail-text.data-v-54a6e18d {
|
||
font-size: 26rpx;
|
||
color: #007AFF;
|
||
text-decoration: underline;
|
||
}
|
||
.action-buttons.data-v-54a6e18d {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
padding: 0 30rpx;
|
||
margin-bottom: 30rpx;
|
||
gap: 20rpx;
|
||
}
|
||
.action-buttons .action-btn.data-v-54a6e18d {
|
||
flex: 1;
|
||
min-height: 50rpx;
|
||
border-radius: 44rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
padding: 20rpx 10rpx;
|
||
}
|
||
.action-buttons .action-btn.qrcode-btn.data-v-54a6e18d {
|
||
background: linear-gradient(135deg, #FF3B4E 0%, #FF6B7A 100%);
|
||
}
|
||
.action-buttons .action-btn.share-btn.data-v-54a6e18d {
|
||
background: linear-gradient(135deg, #FF6B7A 0%, #FF3B4E 100%);
|
||
}
|
||
.action-buttons .action-btn.share-btn-native.data-v-54a6e18d {
|
||
border: none;
|
||
margin: 0;
|
||
line-height: normal;
|
||
}
|
||
.action-buttons .action-btn.share-btn-native.data-v-54a6e18d::after {
|
||
border: none;
|
||
}
|
||
.action-buttons .action-btn .btn-text.data-v-54a6e18d {
|
||
font-size: 28rpx;
|
||
font-weight: bold;
|
||
color: #FFFFFF;
|
||
text-align: center;
|
||
word-break: break-word;
|
||
line-height: 1.4;
|
||
}
|
||
.record-section.data-v-54a6e18d {
|
||
margin: 0 30rpx 30rpx;
|
||
border-radius: 20rpx;
|
||
overflow: hidden;
|
||
}
|
||
.record-section .record-header.data-v-54a6e18d {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
background: linear-gradient(135deg, #FF3B4E 0%, #FF6B7A 100%);
|
||
padding: 24rpx 30rpx;
|
||
}
|
||
.record-section .record-header .record-title.data-v-54a6e18d {
|
||
font-size: 32rpx;
|
||
font-weight: bold;
|
||
color: #FFFFFF;
|
||
}
|
||
.record-section .record-header .record-more.data-v-54a6e18d {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.record-section .record-header .record-more .more-text.data-v-54a6e18d {
|
||
font-size: 24rpx;
|
||
color: #FFFFFF;
|
||
margin-right: 8rpx;
|
||
}
|
||
.record-section .record-header .record-more .arrow-icon.data-v-54a6e18d {
|
||
width: 24rpx;
|
||
height: 24rpx;
|
||
filter: brightness(0) invert(1);
|
||
}
|
||
.record-section .record-content.data-v-54a6e18d {
|
||
background-color: #FFFFFF;
|
||
padding: 50rpx 30rpx 40rpx;
|
||
border: 4rpx solid #FF3B4E;
|
||
border-top: none;
|
||
border-radius: 0 0 20rpx 20rpx;
|
||
position: relative;
|
||
overflow: hidden;
|
||
}
|
||
.record-section .record-content .record-bg-image.data-v-54a6e18d {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
opacity: 1;
|
||
pointer-events: none;
|
||
z-index: 0;
|
||
}
|
||
.record-section .record-content .reward-cards.data-v-54a6e18d {
|
||
position: relative;
|
||
z-index: 1;
|
||
display: flex;
|
||
justify-content: space-around;
|
||
margin-bottom: 40rpx;
|
||
position: relative;
|
||
}
|
||
.record-section .record-content .reward-cards .reward-card.data-v-54a6e18d {
|
||
flex: 1;
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
position: relative;
|
||
}
|
||
.record-section .record-content .reward-cards .reward-card.data-v-54a6e18d:not(:last-child)::after {
|
||
content: "";
|
||
position: absolute;
|
||
right: 0;
|
||
top: 50%;
|
||
transform: translateY(-50%);
|
||
width: 1rpx;
|
||
height: 80rpx;
|
||
background-color: #E5E5E5;
|
||
}
|
||
.record-section .record-content .reward-cards .reward-card .reward-amount.data-v-54a6e18d {
|
||
font-size: 48rpx;
|
||
font-weight: bold;
|
||
color: #FF3B4E;
|
||
margin-bottom: 16rpx;
|
||
}
|
||
.record-section .record-content .reward-cards .reward-card .reward-status.data-v-54a6e18d {
|
||
font-size: 26rpx;
|
||
color: #333333;
|
||
}
|
||
.record-section .record-content .apply-withdraw-btn.data-v-54a6e18d {
|
||
background: linear-gradient(135deg, #FF3B4E 0%, #FF6B7A 100%);
|
||
height: 88rpx;
|
||
border-radius: 44rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
position: relative;
|
||
z-index: 1;
|
||
width: 70%;
|
||
margin: 0 auto;
|
||
}
|
||
.record-section .record-content .apply-withdraw-btn .apply-text.data-v-54a6e18d {
|
||
font-size: 32rpx;
|
||
font-weight: bold;
|
||
color: #FFFFFF;
|
||
}
|
||
.invite-record-section.data-v-54a6e18d {
|
||
margin: 0 30rpx 50rpx;
|
||
border-radius: 20rpx;
|
||
overflow: hidden;
|
||
padding-bottom: 50rpx;
|
||
}
|
||
.invite-record-section .invite-record-header.data-v-54a6e18d {
|
||
background: linear-gradient(135deg, #FF3B4E 0%, #FF6B7A 100%);
|
||
padding: 24rpx 30rpx;
|
||
}
|
||
.invite-record-section .invite-record-header .record-title.data-v-54a6e18d {
|
||
font-size: 32rpx;
|
||
font-weight: bold;
|
||
color: #FFFFFF;
|
||
}
|
||
.invite-record-section .invite-record-content.data-v-54a6e18d {
|
||
background-color: #FFFFFF;
|
||
border: 4rpx solid #FF3B4E;
|
||
border-top: none;
|
||
border-radius: 0 0 20rpx 20rpx;
|
||
position: relative;
|
||
overflow: hidden;
|
||
}
|
||
.invite-record-section .invite-record-content .content-bg-stamp.data-v-54a6e18d {
|
||
position: absolute;
|
||
right: 30rpx;
|
||
bottom: 30rpx;
|
||
width: 200rpx;
|
||
height: 200rpx;
|
||
opacity: 0.85;
|
||
pointer-events: none;
|
||
z-index: 0;
|
||
}
|
||
.invite-record-section .table-header.data-v-54a6e18d {
|
||
display: flex;
|
||
background-color: #FFFFFF;
|
||
padding: 24rpx 16rpx;
|
||
border-bottom: 2rpx solid #F0F0F0;
|
||
position: relative;
|
||
z-index: 1;
|
||
}
|
||
.invite-record-section .table-header .table-col.data-v-54a6e18d {
|
||
flex: 1;
|
||
font-size: 28rpx;
|
||
font-weight: bold;
|
||
color: #333333;
|
||
text-align: center;
|
||
}
|
||
.invite-record-section .table-body.data-v-54a6e18d {
|
||
position: relative;
|
||
z-index: 1;
|
||
}
|
||
.invite-record-section .table-body .table-row.data-v-54a6e18d {
|
||
display: flex;
|
||
padding: 24rpx 16rpx;
|
||
border-bottom: 1rpx solid #F0F0F0;
|
||
align-items: center;
|
||
}
|
||
.invite-record-section .table-body .table-row.data-v-54a6e18d:last-child {
|
||
border-bottom: none;
|
||
}
|
||
.invite-record-section .table-body .table-row .table-cell.data-v-54a6e18d {
|
||
flex: 1;
|
||
font-size: 26rpx;
|
||
color: #999999;
|
||
text-align: center;
|
||
}
|
||
.invite-record-section .table-body .table-row .table-cell.status-cell.data-v-54a6e18d {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.invite-record-section .table-body .table-row .table-cell.status-cell .paid-amount.data-v-54a6e18d {
|
||
font-size: 28rpx;
|
||
font-weight: bold;
|
||
color: #333333;
|
||
}
|
||
.invite-record-section .table-body .table-row .table-cell.status-cell .unpaid-text.data-v-54a6e18d {
|
||
font-size: 28rpx;
|
||
font-weight: bold;
|
||
color: #999999;
|
||
}
|
||
.invite-record-section .empty-state.data-v-54a6e18d {
|
||
padding: 80rpx 0;
|
||
text-align: center;
|
||
}
|
||
.invite-record-section .empty-state .empty-text.data-v-54a6e18d {
|
||
font-size: 28rpx;
|
||
color: #999999;
|
||
}
|
||
.modal-content.data-v-54a6e18d {
|
||
width: 600rpx;
|
||
max-height: 70vh;
|
||
display: flex;
|
||
flex-direction: column;
|
||
box-sizing: border-box;
|
||
}
|
||
.modal-content .modal-header.data-v-54a6e18d {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
padding: 30rpx;
|
||
border-bottom: 1rpx solid #F0F0F0;
|
||
position: relative;
|
||
}
|
||
.modal-content .modal-header .modal-title.data-v-54a6e18d {
|
||
font-size: 32rpx;
|
||
font-weight: bold;
|
||
color: #333333;
|
||
}
|
||
.modal-content .modal-header .close-icon.data-v-54a6e18d {
|
||
position: absolute;
|
||
right: 30rpx;
|
||
width: 40rpx;
|
||
height: 40rpx;
|
||
}
|
||
.modal-content .modal-table.data-v-54a6e18d {
|
||
flex: 1;
|
||
overflow-y: auto;
|
||
}
|
||
.modal-content .modal-table .modal-table-header.data-v-54a6e18d {
|
||
display: flex;
|
||
padding: 24rpx 20rpx;
|
||
background-color: #F8F8F8;
|
||
border-bottom: 1rpx solid #E5E5E5;
|
||
}
|
||
.modal-content .modal-table .modal-table-header .modal-table-col.data-v-54a6e18d {
|
||
flex: 1;
|
||
font-size: 28rpx;
|
||
font-weight: bold;
|
||
color: #333333;
|
||
text-align: center;
|
||
}
|
||
.modal-content .modal-table .modal-table-body .modal-table-row.data-v-54a6e18d {
|
||
display: flex;
|
||
padding: 24rpx 20rpx;
|
||
border-bottom: 1rpx solid #F0F0F0;
|
||
}
|
||
.modal-content .modal-table .modal-table-body .modal-table-row.data-v-54a6e18d:last-child {
|
||
border-bottom: none;
|
||
}
|
||
.modal-content .modal-table .modal-table-body .modal-table-row .modal-table-cell.data-v-54a6e18d {
|
||
flex: 1;
|
||
font-size: 26rpx;
|
||
color: #666666;
|
||
text-align: center;
|
||
}
|
||
.qrcode-modal-content.data-v-54a6e18d {
|
||
width: 600rpx;
|
||
padding: 40rpx 30rpx;
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
box-sizing: border-box;
|
||
position: relative;
|
||
overflow: hidden;
|
||
}
|
||
.qrcode-modal-content .qrcode-modal-title.data-v-54a6e18d {
|
||
font-size: 32rpx;
|
||
font-weight: bold;
|
||
color: #333333;
|
||
margin-bottom: 30rpx;
|
||
text-align: center;
|
||
}
|
||
.qrcode-modal-content .qrcode-box.data-v-54a6e18d {
|
||
width: 440rpx;
|
||
height: 440rpx;
|
||
background-color: #FFFFFF;
|
||
border-radius: 16rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
margin-bottom: 30rpx;
|
||
box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.1);
|
||
position: relative;
|
||
overflow: visible;
|
||
}
|
||
.qrcode-modal-content .qrcode-box.data-v-54a6e18d .u-qrcode {
|
||
position: static !important;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.qrcode-modal-content .qrcode-box.data-v-54a6e18d .u-qrcode__content {
|
||
position: static !important;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.qrcode-modal-content .qrcode-box.data-v-54a6e18d .u-qrcode__canvas {
|
||
position: static !important;
|
||
left: auto !important;
|
||
top: auto !important;
|
||
z-index: 1 !important;
|
||
}
|
||
.qrcode-modal-content .qrcode-box.data-v-54a6e18d canvas {
|
||
position: static !important;
|
||
left: auto !important;
|
||
top: auto !important;
|
||
}
|
||
.qrcode-modal-content .qrcode-actions.data-v-54a6e18d {
|
||
display: flex;
|
||
gap: 30rpx;
|
||
width: 100%;
|
||
}
|
||
.qrcode-modal-content .qrcode-actions .qrcode-action-btn.data-v-54a6e18d {
|
||
flex: 1;
|
||
height: 80rpx;
|
||
border-radius: 40rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.qrcode-modal-content .qrcode-actions .qrcode-action-btn.share-action-btn.data-v-54a6e18d {
|
||
background: linear-gradient(135deg, #4ECDC4 0%, #44A08D 100%);
|
||
}
|
||
.qrcode-modal-content .qrcode-actions .qrcode-action-btn.save-action-btn.data-v-54a6e18d {
|
||
background: linear-gradient(135deg, #4ECDC4 0%, #44A08D 100%);
|
||
}
|
||
.qrcode-modal-content .qrcode-actions .qrcode-action-btn.share-btn-native.data-v-54a6e18d {
|
||
border: none;
|
||
padding: 0;
|
||
margin: 0;
|
||
line-height: 80rpx;
|
||
}
|
||
.qrcode-modal-content .qrcode-actions .qrcode-action-btn.share-btn-native.data-v-54a6e18d::after {
|
||
border: none;
|
||
}
|
||
.qrcode-modal-content .qrcode-actions .qrcode-action-btn .action-btn-text.data-v-54a6e18d {
|
||
font-size: 28rpx;
|
||
font-weight: bold;
|
||
color: #FFFFFF;
|
||
}
|
||
.apply-modal-overlay.data-v-54a6e18d {
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
background-color: rgba(0, 0, 0, 0.5);
|
||
z-index: 999;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.apply-modal-wrapper.data-v-54a6e18d {
|
||
width: 650rpx;
|
||
max-width: 90vw;
|
||
max-height: 80vh;
|
||
background-color: #FFFFFF;
|
||
border-radius: 20rpx;
|
||
overflow: hidden;
|
||
}
|
||
.apply-modal-content.data-v-54a6e18d {
|
||
width: 100%;
|
||
display: flex;
|
||
flex-direction: column;
|
||
box-sizing: border-box;
|
||
}
|
||
.apply-modal-content .apply-modal-header.data-v-54a6e18d {
|
||
background: linear-gradient(135deg, #FF3B4E 0%, #FF6B7A 100%);
|
||
padding: 30rpx 20rpx;
|
||
text-align: center;
|
||
flex-shrink: 0;
|
||
}
|
||
.apply-modal-content .apply-modal-header .apply-modal-title.data-v-54a6e18d {
|
||
font-size: 30rpx;
|
||
font-weight: bold;
|
||
color: #FFFFFF;
|
||
word-break: keep-all;
|
||
}
|
||
.apply-modal-content .apply-step-content.data-v-54a6e18d {
|
||
padding: 40rpx 30rpx;
|
||
position: relative;
|
||
background-color: #FFFFFF;
|
||
overflow: hidden;
|
||
flex: 1;
|
||
}
|
||
.apply-modal-content .apply-step-content .step-bg-image.data-v-54a6e18d {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
opacity: 0.85;
|
||
pointer-events: none;
|
||
z-index: 0;
|
||
}
|
||
.apply-modal-content .apply-step-content .step-label.data-v-54a6e18d {
|
||
font-size: 26rpx;
|
||
color: #333333;
|
||
font-weight: bold;
|
||
display: block;
|
||
margin-bottom: 20rpx;
|
||
position: relative;
|
||
z-index: 1;
|
||
line-height: 1.5;
|
||
word-break: break-word;
|
||
}
|
||
.apply-modal-content .apply-step-content .amount-input-row.data-v-54a6e18d {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
margin-bottom: 16rpx;
|
||
position: relative;
|
||
z-index: 1;
|
||
}
|
||
.apply-modal-content .apply-step-content .amount-input-row .amount-input.data-v-54a6e18d {
|
||
flex: 1;
|
||
height: 80rpx;
|
||
background-color: #FFFFFF;
|
||
border: 1rpx solid #E5E5E5;
|
||
border-radius: 12rpx;
|
||
padding: 0 20rpx;
|
||
font-size: 32rpx;
|
||
text-align: center;
|
||
}
|
||
.apply-modal-content .apply-step-content .amount-input-row .currency-text.data-v-54a6e18d {
|
||
font-size: 32rpx;
|
||
color: #333333;
|
||
margin-left: 16rpx;
|
||
}
|
||
.apply-modal-content .apply-step-content .amount-hint.data-v-54a6e18d {
|
||
font-size: 24rpx;
|
||
color: #999999;
|
||
text-align: center;
|
||
display: block;
|
||
margin-bottom: 40rpx;
|
||
position: relative;
|
||
z-index: 1;
|
||
}
|
||
.apply-modal-content .apply-step-content .payment-methods.data-v-54a6e18d {
|
||
display: flex;
|
||
gap: 16rpx;
|
||
margin-bottom: 30rpx;
|
||
position: relative;
|
||
z-index: 1;
|
||
}
|
||
.apply-modal-content .apply-step-content .payment-methods .payment-method.data-v-54a6e18d {
|
||
flex: 1;
|
||
height: 88rpx;
|
||
background-color: #E8E8E8;
|
||
border-radius: 12rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
padding: 0 12rpx;
|
||
}
|
||
.apply-modal-content .apply-step-content .payment-methods .payment-method.active.data-v-54a6e18d {
|
||
background: linear-gradient(135deg, #4ECDC4 0%, #44A08D 100%);
|
||
}
|
||
.apply-modal-content .apply-step-content .payment-methods .payment-method.active .method-text.data-v-54a6e18d {
|
||
color: #FFFFFF;
|
||
}
|
||
.apply-modal-content .apply-step-content .payment-methods .payment-method .method-text.data-v-54a6e18d {
|
||
font-size: 28rpx;
|
||
color: #666666;
|
||
font-weight: 500;
|
||
text-align: center;
|
||
line-height: 1.2;
|
||
}
|
||
.apply-modal-content .apply-step-content .upload-area.data-v-54a6e18d {
|
||
width: 200rpx;
|
||
height: 200rpx;
|
||
border: 2rpx dashed #CCCCCC;
|
||
border-radius: 12rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
margin: 0 auto 40rpx;
|
||
background-color: #FFFFFF;
|
||
position: relative;
|
||
z-index: 1;
|
||
}
|
||
.apply-modal-content .apply-step-content .upload-area .upload-icon.data-v-54a6e18d {
|
||
font-size: 80rpx;
|
||
color: #CCCCCC;
|
||
}
|
||
.apply-modal-content .apply-step-content .upload-area .uploaded-image.data-v-54a6e18d {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 12rpx;
|
||
}
|
||
.apply-modal-content .apply-step-content .form-item.data-v-54a6e18d {
|
||
margin-bottom: 20rpx;
|
||
position: relative;
|
||
z-index: 1;
|
||
}
|
||
.apply-modal-content .apply-step-content .form-item .form-label.data-v-54a6e18d {
|
||
font-size: 24rpx;
|
||
color: #666666;
|
||
display: block;
|
||
margin-bottom: 10rpx;
|
||
line-height: 1.5;
|
||
word-break: break-word;
|
||
}
|
||
.apply-modal-content .apply-step-content .form-item .form-input.data-v-54a6e18d {
|
||
width: 100%;
|
||
height: 80rpx;
|
||
background-color: #FFFFFF;
|
||
border: 1rpx solid #E5E5E5;
|
||
border-radius: 12rpx;
|
||
padding: 0 20rpx;
|
||
font-size: 26rpx;
|
||
box-sizing: border-box;
|
||
}
|
||
.apply-modal-content .apply-step-content .apply-btn.data-v-54a6e18d {
|
||
background: linear-gradient(135deg, #FF3B4E 0%, #FF6B7A 100%);
|
||
height: 88rpx;
|
||
border-radius: 44rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
position: relative;
|
||
z-index: 1;
|
||
margin-top: 20rpx;
|
||
}
|
||
.apply-modal-content .apply-step-content .apply-btn .apply-btn-text.data-v-54a6e18d {
|
||
font-size: 32rpx;
|
||
font-weight: bold;
|
||
color: #FFFFFF;
|
||
text-align: center;
|
||
} |