部分优化

This commit is contained in:
2026-07-07 18:02:55 +08:00
parent b8af01cc69
commit bf5203b081
48 changed files with 3228 additions and 1755 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -536,12 +536,15 @@
flex-direction: column;
width: 100%;
height: 100vh;
background-color: #f5f6fa;
background: linear-gradient(180deg, #f0f2ff 0%, #f5f4f9 40%, #faf9fe 100%);
}
.cloud-db-header[data-v-51006ffb] {
flex-shrink: 0;
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
padding-bottom: 0;
border-bottom: 0.03125rem solid rgba(170, 170, 255, 0.1);
}
.custom-navbar[data-v-51006ffb] {
display: flex;
@@ -574,18 +577,18 @@
}
.navbar-before-title[data-v-51006ffb] {
font-size: 0.8125rem;
color: #3b86ff;
color: #6c63ff;
margin-left: 0.25rem;
}
.navbar-right-text[data-v-51006ffb] {
font-size: 0.875rem;
color: #3b86ff;
color: #6c63ff;
font-weight: 500;
}
/* 菜单 */
.menu-open[data-v-51006ffb] {
color: #3b86ff;
color: #6c63ff;
}
.menu-card[data-v-51006ffb] {
position: absolute;
@@ -633,7 +636,7 @@
transition: color 0.3s;
}
.category-tab.active[data-v-51006ffb] {
color: #3b86ff;
color: #6c63ff;
font-weight: 600;
}
.category-tab.active[data-v-51006ffb]::after {
@@ -644,7 +647,7 @@
transform: translateX(-50%);
width: 1.5rem;
height: 0.1875rem;
background: #3b86ff;
background: linear-gradient(90deg, #6c63ff, #aaaaff);
border-radius: 0.09375rem;
}
@@ -680,7 +683,7 @@
}
.section-title .iconfont[data-v-51006ffb] {
font-size: 1.125rem;
color: #3b86ff;
color: #6c63ff;
}
.section-actions[data-v-51006ffb] {
display: flex;
@@ -692,11 +695,15 @@
align-items: center;
gap: 0.1875rem;
padding: 0.3125rem 0.625rem;
background: rgba(59, 134, 255, 0.08);
color: #3b86ff;
border-radius: 0.9375rem;
background: rgba(108, 99, 255, 0.06);
color: #6c63ff;
border-radius: 0.625rem;
font-size: 0.75rem;
font-weight: 500;
transition: all 0.15s ease;
}
.action-btn[data-v-51006ffb]:active {
background: rgba(108, 99, 255, 0.12);
}
.section-divider[data-v-51006ffb] {
height: 0.0625rem;
@@ -738,8 +745,8 @@
box-sizing: border-box;
}
.file-item[data-v-51006ffb]:active {
border-color: #3b86ff;
background: rgba(59, 134, 255, 0.04);
border-color: #6c63ff;
background: rgba(108, 99, 255, 0.04);
}
.file-icon[data-v-51006ffb] {
width: 2.5rem;
@@ -758,11 +765,11 @@
color: #ffa500;
}
.file-icon.is-file[data-v-51006ffb] {
background: rgba(59, 134, 255, 0.1);
background: rgba(108, 99, 255, 0.1);
}
.file-icon.is-file .iconfont[data-v-51006ffb] {
font-size: 1.375rem;
color: #3b86ff;
color: #6c63ff;
}
.file-name[data-v-51006ffb] {
font-size: 0.75rem;
@@ -807,8 +814,8 @@
transition: all 0.2s;
}
.table-item[data-v-51006ffb]:active {
border-color: #3b86ff;
background: rgba(59, 134, 255, 0.03);
border-color: #6c63ff;
background: rgba(108, 99, 255, 0.03);
}
.table-icon[data-v-51006ffb] {
width: 2rem;
@@ -816,7 +823,7 @@
display: flex;
align-items: center;
justify-content: center;
background: rgba(59, 134, 255, 0.08);
background: rgba(108, 99, 255, 0.08);
border-radius: 0.4375rem;
margin-right: 0.625rem;
flex-shrink: 0;
@@ -875,7 +882,7 @@
}
.team-chip.active[data-v-51006ffb] {
color: #fff;
background: #3b86ff;
background: #6c63ff;
font-weight: 500;
}
.team-info[data-v-51006ffb] {
@@ -887,8 +894,8 @@
}
.team-type-tag[data-v-51006ffb] {
font-size: 0.6875rem;
color: #3b86ff;
background: rgba(59, 134, 255, 0.1);
color: #6c63ff;
background: rgba(108, 99, 255, 0.1);
padding: 0.1875rem 0.5rem;
border-radius: 0.25rem;
font-weight: 500;
@@ -968,7 +975,7 @@
background: #f9fafb;
}
.create-folder-name uni-input[data-v-51006ffb]:focus {
border-color: #3b86ff;
border-color: #6c63ff;
background: #fff;
}
.nf-path-label[data-v-51006ffb] {
@@ -978,8 +985,8 @@
}
.nf-path-display[data-v-51006ffb] {
font-size: 0.75rem;
color: #3b86ff;
background: rgba(59, 134, 255, 0.06);
color: #6c63ff;
background: rgba(108, 99, 255, 0.06);
padding: 0.375rem 0.5rem;
border-radius: 0.3125rem;
margin-bottom: 0.625rem;
@@ -1002,7 +1009,7 @@
}
.opt-confirm[data-v-51006ffb] {
color: #fff;
background: #3b86ff;
background: #6c63ff;
}
/* 团队管理弹窗 */
@@ -1071,8 +1078,8 @@
background: rgba(230, 162, 60, 0.1);
}
.member-role.admin[data-v-51006ffb] {
color: #3b86ff;
background: rgba(59, 134, 255, 0.1);
color: #6c63ff;
background: rgba(108, 99, 255, 0.1);
}
.member-role.member[data-v-51006ffb] {
color: #67c23a;
@@ -1088,8 +1095,8 @@
border-radius: 0.5rem;
}
.set-admin[data-v-51006ffb] {
color: #3b86ff;
border: 0.03125rem solid #3b86ff;
color: #6c63ff;
border: 0.03125rem solid #6c63ff;
}
.demote-admin[data-v-51006ffb] {
color: #e6a23c;
@@ -1119,7 +1126,7 @@
background: #f9fafb;
}
.invite-btn[data-v-51006ffb] {
background: #3b86ff;
background: #6c63ff;
color: #fff;
font-size: 0.75rem;
padding: 0.4375rem 1rem;
@@ -1142,7 +1149,7 @@
border-bottom: none;
}
.search-result-item[data-v-51006ffb]:active {
background: rgba(59, 134, 255, 0.05);
background: rgba(108, 99, 255, 0.05);
}
.result-avatar[data-v-51006ffb] {
width: 2rem;
@@ -1155,7 +1162,7 @@
width: 2rem;
height: 2rem;
border-radius: 50%;
background: linear-gradient(135deg, #3b86ff, #6db3ff);
background: linear-gradient(135deg, #6c63ff, #6db3ff);
display: flex;
align-items: center;
justify-content: center;
@@ -1184,9 +1191,9 @@
.result-add-btn[data-v-51006ffb] {
flex-shrink: 0;
font-size: 0.75rem;
color: #3b86ff;
color: #6c63ff;
padding: 0.3125rem 0.75rem;
border: 0.03125rem solid #3b86ff;
border: 0.03125rem solid #6c63ff;
border-radius: 0.625rem;
}
.search-empty[data-v-51006ffb] {
@@ -1240,13 +1247,13 @@
text-align: center;
padding: 0.5625rem;
font-size: 0.8125rem;
color: #3b86ff;
background: rgba(59, 134, 255, 0.06);
color: #6c63ff;
background: rgba(108, 99, 255, 0.06);
border-radius: 0.4375rem;
border: 0.03125rem solid rgba(59, 134, 255, 0.2);
border: 0.03125rem solid rgba(108, 99, 255, 0.2);
}
.edit-team-btn[data-v-51006ffb]:active {
background: rgba(59, 134, 255, 0.12);
background: rgba(108, 99, 255, 0.12);
}
.edit-team-form[data-v-51006ffb] {
margin-bottom: 0.3125rem;
@@ -1290,7 +1297,7 @@
width: 1.75rem;
height: 1.75rem;
border: 0.125rem solid #e8e8e8;
border-top-color: #3b86ff;
border-top-color: #6c63ff;
border-radius: 50%;
animation: spin-51006ffb 0.8s linear infinite;
}
@@ -1315,9 +1322,9 @@ to {
vertical-align: middle;
}
.db-tag.tag-personal[data-v-51006ffb] {
color: #3b86ff;
background: rgba(59, 134, 255, 0.08);
border: 0.03125rem solid rgba(59, 134, 255, 0.2);
color: #6c63ff;
background: rgba(108, 99, 255, 0.08);
border: 0.03125rem solid rgba(108, 99, 255, 0.2);
}
.db-tag.tag-team[data-v-51006ffb] {
color: #67c23a;
@@ -1341,12 +1348,12 @@ to {
margin-bottom: 0.625rem;
}
.upload-file-area[data-v-51006ffb]:active {
border-color: #3b86ff;
background: rgba(59, 134, 255, 0.03);
border-color: #6c63ff;
background: rgba(108, 99, 255, 0.03);
}
.selected-file[data-v-51006ffb] {
font-size: 0.8125rem;
color: #3b86ff;
color: #6c63ff;
font-weight: 500;
word-break: break-all;
}

View File

@@ -533,13 +533,13 @@
/* ========== 通用 ========== */
.status-bar[data-v-96fa4671] {
height: var(--status-bar-height);
background-color: #ffffff;
background: linear-gradient(180deg, #fafbff 0%, #f5f6fa 100%);
}
.page-container[data-v-96fa4671] {
display: flex;
flex-direction: column;
height: 100vh;
background-color: #f5f6fa;
background: linear-gradient(180deg, #f0f2ff 0%, #f5f4f9 40%, #faf9fe 100%);
}
/* ========== 导航栏 ========== */
.cloud-db-header[data-v-96fa4671] {

View File

@@ -533,10 +533,11 @@
.tabbar-page[data-v-976117c3] {
display: flex;
flex-direction: column;
background: linear-gradient(180deg, #f5f4f9 0%, #faf9fe 100%);
}
.content-swiper[data-v-976117c3] {
width: 100%;
height: calc(100% - 3.125rem);
height: calc(100% - 3.75rem);
}
.tabpage-content[data-v-976117c3] {
display: flex;
@@ -556,13 +557,22 @@
display: flex;
align-items: center;
flex-shrink: 0;
padding: 0.625rem 0.75rem;
box-sizing: border-box;
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-bottom: 0.03125rem solid rgba(170, 170, 255, 0.1);
}
.tabpage-header .iconfont[data-v-976117c3] {
font-size: 1.5625rem;
margin-right: 0.3125rem;
font-size: 1.4375rem;
margin-right: 0.375rem;
color: #6c63ff;
}
.tabpage-title[data-v-976117c3] {
font-size: 1.25rem;
font-size: 1.125rem;
font-weight: 700;
color: #1a1a2e;
}
.tabpage-body[data-v-976117c3] {
width: 100%;
@@ -571,7 +581,7 @@
min-height: 0;
align-items: center;
flex-direction: column;
padding: 0.625rem;
padding: 0.75rem;
box-sizing: border-box;
}
@@ -595,10 +605,17 @@
.group-name .input[data-v-976117c3] {
width: 100%;
height: auto;
padding: 0.625rem;
padding: 0.6875rem 0.875rem;
box-sizing: border-box;
border: 0.03125rem solid #007aff;
border-radius: 0.9375rem;
border: 0.0625rem solid #d4d4f0;
border-radius: 0.75rem;
font-size: 0.875rem;
background: #fff;
transition: all 0.2s ease;
}
.group-name .input[data-v-976117c3]:focus {
border-color: #6c63ff;
box-shadow: 0 0 0 0.125rem rgba(108, 99, 255, 0.06);
}
.group-member-wrapper[data-v-976117c3] {
width: 100%;
@@ -606,49 +623,57 @@
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0.625rem;
padding: 0.75rem;
box-sizing: border-box;
background-color: rgba(16, 185, 129, .05);
border: 0.03125rem solid rgba(16, 185, 129, .2);
border-radius: 0.9375rem;
margin: 0.3125rem 0;
background: rgba(16, 185, 129, .04);
border: 0.0625rem solid rgba(16, 185, 129, .15);
border-radius: 0.75rem;
margin: 0.375rem 0;
}
.group-member-wrapper .member-title[data-v-976117c3] {
color: #059669;
font-weight: bold;
font-weight: 600;
font-size: 0.875rem;
}
.group-ismember-list[data-v-976117c3] {
display: flex;
flex-wrap: wrap;
margin-top: 0.3125rem;
margin-top: 0.375rem;
box-sizing: border-box;
max-height: 6.25rem;
overflow-y: auto;
}
.group-ismember-info[data-v-976117c3] {
padding: 0.3125rem 0.5rem;
padding: 0.3125rem 0.625rem;
box-sizing: border-box;
border: 0.03125rem solid rgba(16, 185, 129, 0.8);
background-color: #fff;
border-radius: 0.9375rem;
margin: 0.15625rem 0.3125rem;
border: 0.0625rem solid rgba(16, 185, 129, 0.5);
background: #fff;
border-radius: 0.75rem;
margin: 0.1875rem 0.25rem;
}
.group-ismember-name[data-v-976117c3] {
font-size: 0.6875rem;
color: #059669;
font-weight: 500;
}
.create-group-btn[data-v-976117c3] {
width: 100%;
background: #007aff;
border-radius: 0.9375rem;
padding: 0.625rem;
background: linear-gradient(135deg, #6c63ff, #4a45d1);
border-radius: 0.75rem;
padding: 0.75rem;
box-sizing: border-box;
font-weight: bold;
font-weight: 600;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 0.3125rem;
font-size: 0.9375rem;
box-shadow: 0 0.125rem 0.5rem rgba(108, 99, 255, 0.25);
transition: all 0.2s ease;
}
.create-group-btn[data-v-976117c3]:active {
transform: scale(0.97);
}
.group-member[data-v-976117c3] {
display: flex;
@@ -664,31 +689,39 @@
flex-direction: column;
justify-content: center;
align-items: flex-start;
width: 100%;
}
.friend-card[data-v-976117c3] {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
padding: 0.625rem;
margin: 0.3125rem 0;
padding: 0.75rem;
margin: 0.25rem 0;
box-sizing: border-box;
border: 0.03125rem solid #aaaaff;
border-radius: 0.9375rem;
border: 0.0625rem solid rgba(170, 170, 255, 0.25);
border-radius: 0.75rem;
background: rgba(255, 255, 255, 0.7);
transition: all 0.2s ease;
}
.friend-card[data-v-976117c3]:active {
background: rgba(108, 99, 255, 0.04);
border-color: #6c63ff;
transform: scale(0.98);
}
.friend-card-left[data-v-976117c3] {
flex-shrink: 0;
margin-right: 0.3125rem;
margin-right: 0.5rem;
}
.friend-avatar[data-v-976117c3] {
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
width: 3.125rem;
height: 3.125rem;
border-radius: 50%;
width: 2.8125rem;
height: 2.8125rem;
overflow: hidden;
border: 0.09375rem solid rgba(170, 170, 255, 0.2);
}
.friend-card-middle[data-v-976117c3] {
flex: 1;
@@ -699,8 +732,9 @@
align-items: flex-start;
}
.friend-name[data-v-976117c3] {
font-weight: 500;
font-size: 1rem;
font-weight: 600;
font-size: 0.9375rem;
color: #1a1a2e;
}
.friend-card-right[data-v-976117c3] {
width: auto;
@@ -710,13 +744,18 @@
align-items: center;
}
.friend-checkbox[data-v-976117c3] {
width: 0.9375rem;
height: 0.9375rem;
width: 1.125rem;
height: 1.125rem;
border-radius: 0.3125rem;
display: flex;
justify-content: center;
align-items: center;
border: 0.03125rem solid #3b86ff;
border: 0.0625rem solid rgba(108, 99, 255, 0.5);
background: #fff;
}
.friend-checkbox.checked[data-v-976117c3] {
background: linear-gradient(135deg, #6c63ff, #4a45d1);
border-color: #6c63ff;
}
/* 添加好友 */
@@ -727,26 +766,27 @@
}
.search-warpper .search-file-input[data-v-976117c3] {
flex: 1;
background-color: #f9fafb;
border: 0.0625rem solid rgba(139, 195, 232, .2);
padding: 0.625rem;
margin-right: 0.625rem;
background: #ffffff;
border: 0.0625rem solid #e8e7f5;
padding: 0.6875rem 0.75rem;
margin-right: 0.5rem;
height: auto;
box-sizing: border-box;
border-radius: 0.9375rem;
border-radius: 0.75rem;
font-size: 0.875rem;
transition: all 0.25s ease;
}
.search-file-input.active[data-v-976117c3] {
background-color: #ffffff;
box-shadow: 0 0 0.46875rem #aaaaff;
border-color: #007aff;
border-color: #6c63ff;
box-shadow: 0 0 0 0.125rem rgba(108, 99, 255, 0.06);
}
.search-warpper .iconfont[data-v-976117c3] {
flex-shrink: 0;
font-size: 1.1875rem;
font-size: 1.125rem;
font-weight: bold;
color: #fff;
background-color: #007aff;
padding: 0.5625rem;
background: linear-gradient(135deg, #6c63ff, #4a45d1);
padding: 0.625rem;
box-sizing: border-box;
border-radius: 0.625rem;
}
@@ -754,10 +794,13 @@
width: 100%;
}
.add-btn[data-v-976117c3] {
background: #3b86ff;
background: linear-gradient(135deg, #6c63ff, #4a45d1);
color: #fff;
font-size: 14px;
font-weight: 500;
border-radius: 0.625rem;
padding: 0.375rem 0.875rem;
box-shadow: 0 0.0625rem 0.25rem rgba(108, 99, 255, 0.25);
}
/* 添加好友卡片 */
@@ -773,19 +816,24 @@
.input-nickname[data-v-976117c3] {
width: 100%;
height: auto;
padding: 0.625rem;
padding: 0.6875rem 0.75rem;
box-sizing: border-box;
border: 0.03125rem solid #007aff;
border-radius: 0.9375rem;
border: 0.0625rem solid #d4d4f0;
border-radius: 0.75rem;
margin: 0.625rem 0;
box-sizing: border-box;
font-size: 0.875rem;
background: #fff;
}
.input-nickname[data-v-976117c3]:focus {
border-color: #6c63ff;
}
.confirm-btn[data-v-976117c3] {
background: #3b86ff;
background: linear-gradient(135deg, #6c63ff, #4a45d1);
color: #fff;
font-size: 16px;
font-weight: 500;
padding: 10px;
font-weight: 600;
padding: 0.4375rem 1.25rem;
border-radius: 0.75rem;
}
/* 视频会议 */
@@ -802,18 +850,27 @@
.input-meeting[data-v-976117c3] {
width: 100%;
height: auto;
padding: 0.625rem;
padding: 0.6875rem 0.75rem;
box-sizing: border-box;
border: 0.03125rem solid #007aff;
border-radius: 0.9375rem;
border: 0.0625rem solid #d4d4f0;
border-radius: 0.75rem;
margin: 0.3125rem 0;
box-sizing: border-box;
font-size: 0.875rem;
background: #fff;
}
.input-meeting[data-v-976117c3]:focus {
border-color: #6c63ff;
}
.meeting-btn[data-v-976117c3] {
width: 100%;
background: #007aff;
background: linear-gradient(135deg, #6c63ff, #4a45d1);
margin: 0.3125rem 0;
color: #fff;
border-radius: 0.75rem;
padding: 0.75rem;
font-size: 0.9375rem;
font-weight: 600;
box-shadow: 0 0.125rem 0.5rem rgba(108, 99, 255, 0.25);
}
.meeting-field[data-v-976117c3] {
width: 100%;
@@ -833,6 +890,7 @@
width: 100%;
display: flex;
justify-content: space-between;
padding: 0.5rem 0;
}
/* 好友申请 */
@@ -844,21 +902,26 @@
.agree-btn[data-v-976117c3] {
font-size: 14px;
font-weight: 500;
border: 1px solid #3b86ff;
color: #3b86ff;
border: 0.0625rem solid #6c63ff;
color: #6c63ff;
box-sizing: border-box;
border-radius: 0.625rem;
padding: 0.3125rem 0.75rem;
}
.agree-btn[data-v-976117c3]:active {
background: rgba(108, 99, 255, 0.08);
}
/* 好友申请状态 */
.friend-status[data-v-976117c3] {
font-size: 14px;
font-weight: 500;
padding: 0.25rem 0.625rem;
border-radius: 0.9375rem;
padding: 0.25rem 0.75rem;
border-radius: 0.625rem;
}
.friend-status.agreed[data-v-976117c3] {
color: #059669;
background-color: rgba(16, 185, 129, 0.1);
background-color: rgba(16, 185, 129, 0.08);
}
/* 通讯录 */
@@ -873,20 +936,34 @@
/* 底部导航 */
.bottom-tabbar[data-v-976117c3] {
width: 100%;
height: 4.375rem;
height: 4.0625rem;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.625rem;
padding: 0.5rem 0.9375rem;
box-sizing: border-box;
background: rgba(200, 200, 200, 0.1);
background: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-top: 0.03125rem solid rgba(170, 170, 255, 0.1);
}
.tab-item[data-v-976117c3] {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0.25rem 0.625rem;
border-radius: 0.5rem;
transition: all 0.2s ease;
}
.tab-item.active[data-v-976117c3] {
background: rgba(108, 99, 255, 0.08);
}
.tab-label[data-v-976117c3] {
font-size: 0.875rem;
font-size: 0.8125rem;
color: #666;
}
.tab-item.active .tab-label[data-v-976117c3] {
color: #6c63ff;
font-weight: 600;
}

View File

@@ -1,22 +1,29 @@
.login-container[data-v-461d1d79] {
padding: 4.375rem 1.875rem 3.125rem 1.875rem;
padding: 3.75rem 1.5625rem 2.5rem 1.5625rem;
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
background: linear-gradient(160deg, #f0f2ff 0%, #f5f3f8 30%, #faf9fe 60%, #f5f4ff 100%);
}
.login-card[data-v-461d1d79] {
position: relative;
flex: 1;
width: 100%;
height: 100%;
padding: 0.625rem;
max-width: 20rem;
padding: 1.5625rem 1.25rem;
box-sizing: border-box;
background: #ffffff;
background: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 1.25rem;
box-shadow: 0 0.5rem 1.5rem rgba(100, 100, 180, 0.1);
border: 0.03125rem solid rgba(170, 170, 255, 0.15);
}
.conner[data-v-461d1d79] {
position: absolute;
@@ -48,8 +55,6 @@
border-right: 2px solid #aaaaff;
}
.login-header[data-v-461d1d79] {
/* position: absolute;
top: 80rpx; */
display: flex;
justify-content: center;
align-items: center;
@@ -61,83 +66,104 @@
align-items: center;
}
.login-header-logo uni-text[data-v-461d1d79] {
margin-left: 0.25rem;
font-size: 1.875rem;
font-weight: bold;
color: #aaaaff;
text-shadow: 0 0 0.3125rem rgba(170, 170, 255, 0.4),
0 0 0.625rem rgba(170, 170, 255, 0.3);
margin-left: 0.375rem;
font-size: 1.75rem;
font-weight: 800;
color: #6c63ff;
letter-spacing: 0.0625rem;
}
.icon-wrapper[data-v-461d1d79] {
width: 2.8125rem;
height: 2.8125rem;
width: 3rem;
height: 3rem;
border-radius: 50%;
background-color: rgb(255, 255, 255);
background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(240, 238, 255, 0.8));
display: flex;
align-items: center;
justify-content: center;
animation: glow-461d1d79 2s ease-in-out infinite;
animation: glow-461d1d79 2.5s ease-in-out infinite;
box-shadow: 0 0.125rem 0.5rem rgba(108, 99, 255, 0.12);
}
@keyframes glow-461d1d79 {
0%,
100% {
box-shadow: 0 0 0.625rem rgba(170, 170, 255, 0.3);
0%, 100% {
box-shadow: 0 0.125rem 0.5rem rgba(108, 99, 255, 0.12);
}
50% {
box-shadow: 0 0 0.625rem rgba(170, 170, 255, 0.4),
0 0 0.9375rem rgba(170, 170, 255, 0.3),
0 0 1.5625rem rgba(170, 170, 255, 0.2);
box-shadow: 0 0.125rem 0.75rem rgba(108, 99, 255, 0.25),
0 0 1.5625rem rgba(108, 99, 255, 0.12);
}
}
.icon-wrapper .danao-style[data-v-461d1d79] {
font-size: 2.1875rem;
color: #aaaaff;
font-size: 2rem;
color: #6c63ff;
}
.sub-title[data-v-461d1d79] {
margin-top: 0.625rem;
font-size: 1.125rem;
margin-top: 0.5rem;
font-size: 1rem;
font-weight: 500;
color: #666;
text-shadow: 0 0 0.3125rem #999;
color: #888;
letter-spacing: 0.03125rem;
}
.form-wrapper[data-v-461d1d79] {
margin-top: 1.5625rem;
width: 15.625rem;
padding: 2.5rem 0.9375rem;
background-color: rgba(170, 170, 255, 0.05);
border-radius: 0.625rem;
/* border: 1rpx solid #aaaaff; */
box-shadow: 0 0 0.3125rem rgba(170, 170, 255, 0.5);
width: 100%;
max-width: 15.625rem;
padding: 1.875rem 1.125rem 1.125rem;
background: rgba(170, 170, 255, 0.04);
border-radius: 0.875rem;
border: 0.03125rem solid rgba(170, 170, 255, 0.1);
display: flex;
flex-direction: column;
}
.form-item[data-v-461d1d79] {
margin-top: 0.625rem;
}
.form-label[data-v-461d1d79] {
font-size: 0.8125rem;
font-weight: 500;
color: #555;
margin-bottom: 0.25rem;
display: flex;
align-items: center;
gap: 0.25rem;
}
.form-item .form-input[data-v-461d1d79] {
width: 100%;
height: 2.5rem;
padding: 0 10px;
height: 2.75rem;
padding: 0 0.75rem;
box-sizing: border-box;
border-radius: 0.9375rem;
border: 0.03125rem solid #e5e5e5;
border-radius: 0.75rem;
border: 0.0625rem solid #e8e8f0;
background: rgba(255, 255, 255, 0.8);
font-size: 0.875rem;
color: #333;
transition: all 0.25s ease;
}
.form-item .form-input[data-v-461d1d79]::-webkit-input-placeholder {
color: #c0c0d0;
}
.form-item .form-input[data-v-461d1d79]::placeholder {
color: #c0c0d0;
}
.form-item .focused[data-v-461d1d79] {
border-color: #aaaaff;
box-shadow: 0 0 0.3125rem rgba(170, 170, 255, 0.5);
border-color: #6c63ff;
background: #ffffff;
box-shadow: 0 0 0 0.1875rem rgba(108, 99, 255, 0.06);
}
.form-item .error[data-v-461d1d79] {
border-color: #ff0000;
box-shadow: 0 0 0.3125rem rgba(255, 0, 0, 0.5);
border-color: #ff4d4f;
box-shadow: 0 0 0 0.1875rem rgba(255, 77, 79, 0.06);
}
.error-info[data-v-461d1d79] {
font-size: 0.75rem;
color: #ff0000;
font-size: 0.6875rem;
color: #ff4d4f;
margin-top: 0.25rem;
padding-left: 0.25rem;
}
.form-option[data-v-461d1d79] {
margin-top: 0.3125rem;
margin-top: 0.625rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.form-option .checkbox-wrapper[data-v-461d1d79] {
display: flex;
@@ -145,23 +171,54 @@
align-items: center;
}
.form-option .checkbox-wrapper .checkbox[data-v-461d1d79] {
width: 0.9375rem;
height: 0.9375rem;
border: 0.03125rem solid #666;
width: 1.125rem;
height: 1.125rem;
border: 0.0625rem solid #d4d4e0;
border-radius: 0.25rem;
display: flex;
justify-content: center;
align-items: center;
}
.form-option .checkbox-wrapper .checked[data-v-461d1d79] {
background-color: #aaaaff;
transition: all 0.2s ease;
background: #fff;
}
.form-option .checkbox-wrapper .checkbox uni-text[data-v-461d1d79] {
color: #ffffff;
font-size: 0.6875rem;
}
.form-option .checkbox-wrapper .checked[data-v-461d1d79] {
background: linear-gradient(135deg, #6c63ff, #4a45d1);
border-color: #6c63ff;
}
.form-option .checkbox-wrapper .checkbox-text[data-v-461d1d79] {
margin-left: 0.3125rem;
font-size: 0.8125rem;
color: #666;
}
.form-option .forget-pwd[data-v-461d1d79] {
font-size: 0.8125rem;
color: #6c63ff;
font-weight: 500;
}
[data-v-461d1d79] .login-btn {
margin-top: 0.9375rem;
width: 15.625rem;
height: 3.125rem;
border-radius: 2.5rem;
background: linear-gradient(to right, #aaaaff, #2969ed);
margin-top: 1.125rem;
width: 100%;
max-width: 15.625rem;
height: 3rem;
border-radius: 1.5rem;
background: linear-gradient(135deg, #6c63ff, #4a45d1);
color: #fff;
font-size: 1rem;
font-weight: 600;
letter-spacing: 0.0625rem;
box-shadow: 0 0.25rem 0.75rem rgba(108, 99, 255, 0.3);
transition: all 0.2s ease;
border: none;
}
[data-v-461d1d79] .login-btn:active {
transform: scale(0.97);
box-shadow: 0 0.125rem 0.375rem rgba(108, 99, 255, 0.2);
}
[data-v-461d1d79] .login-btn[disabled] {
opacity: 0.7;
background: linear-gradient(135deg, #a8a4f0, #8a86d8);
}

View File

@@ -5,45 +5,49 @@
padding: 0.3125rem 0.625rem;
box-sizing: border-box;
align-items: center;
background-color: rgba(194, 191, 211, 0.1);
border-radius: 0.3125rem;
background: rgba(108, 99, 255, 0.06);
border-radius: 0.4375rem;
border: 0.0625rem solid transparent;
transition: all 0.25s ease;
}
.create-folder-name uni-input[data-v-769edd25] {
box-sizing: border-box;
width: 100%;
font-size: 0.875rem;
color: #333;
}
.create-folder-name.has-value[data-v-769edd25] {
background-color: #ffffff;
border: 0.0625rem solid #aaaaff;
box-shadow: 0 0 0.46875rem #aaaaff;
border-color: #6c63ff;
box-shadow: 0 0 0 0.125rem rgba(108, 99, 255, 0.06);
}
/* 新建文件夹弹窗内部样式 */
.new-folder-name[data-v-769edd25] {
font-size: 0.875rem;
color: #666;
color: #555;
margin-bottom: 0.375rem;
}
.nf-path-label[data-v-769edd25] {
font-size: 0.8125rem;
font-size: 0.75rem;
color: #999;
margin-top: 0.75rem;
margin-bottom: 0.25rem;
}
.nf-path-display[data-v-769edd25] {
font-size: 0.875rem;
font-size: 0.8125rem;
color: #333;
padding: 0.375rem 0.625rem;
background: #f5f5f5;
border-radius: 0.3125rem;
background: #f5f5f8;
border-radius: 0.375rem;
word-break: break-all;
}
.nf-path-preview[data-v-769edd25] {
font-size: 0.875rem;
color: #0073ff;
font-size: 0.8125rem;
color: #6c63ff;
padding: 0.375rem 0.625rem;
background: rgba(0, 115, 255, 0.05);
border: 0.0625rem dashed rgba(0, 115, 255, 0.3);
border-radius: 0.3125rem;
background: rgba(108, 99, 255, 0.05);
border: 0.0625rem dashed rgba(108, 99, 255, 0.25);
border-radius: 0.375rem;
word-break: break-all;
}
.option-wrapper[data-v-769edd25] {
@@ -58,24 +62,30 @@
justify-content: center;
align-items: center;
padding: 0.75rem 0;
border-radius: 0.375rem;
border-radius: 0.5rem;
font-size: 0.9375rem;
font-weight: 500;
transition: all 0.2s ease;
}
.opt-btn[data-v-769edd25]:active {
transform: scale(0.97);
}
.opt-cancel[data-v-769edd25] {
background: #f5f5f5;
background: #f0f1f5;
color: #666;
}
.opt-confirm[data-v-769edd25] {
background: linear-gradient(135deg, #0073ff, #3ab0ff);
background: linear-gradient(135deg, #6c63ff, #4a45d1);
color: #fff;
box-shadow: 0 0.125rem 0.375rem rgba(108, 99, 255, 0.25);
}
.workspace-container[data-v-769edd25] {
display: flex;
flex-direction: column;
background: rgba(140, 140, 140, 0.1);
background: linear-gradient(180deg, #f5f4f9 0%, #faf9fe 100%);
}
.workspace-text[data-v-769edd25] {
color: #0073ff;
color: #6c63ff;
font-weight: bold;
}
.workspace-header[data-v-769edd25] {
@@ -84,16 +94,21 @@
flex-shrink: 0;
flex-direction: column;
align-items: center;
padding: 0.5rem 0;
padding: 0.375rem 0;
box-sizing: border-box;
border-bottom: 0.03125rem solid #ddd;
position: relative;
z-index: 100;
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-bottom: 0.03125rem solid rgba(170, 170, 255, 0.1);
}
.custom-navbar[data-v-769edd25] {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.625rem 0.3125rem;
padding: 0.5rem 0.3125rem;
box-sizing: border-box;
position: relative;
}
@@ -107,6 +122,9 @@
justify-content: center;
align-items: center;
text-align: center;
font-size: 0.8125rem;
color: #6c63ff;
font-weight: 500;
}
.navbar-title[data-v-769edd25] {
display: flex;
@@ -116,6 +134,9 @@
position: absolute;
left: 50%;
transform: translateX(-50%);
font-size: 1rem;
font-weight: 700;
color: #1a1a2e;
}
.navbar-right[data-v-769edd25] {
display: flex;
@@ -125,11 +146,11 @@
box-sizing: border-box;
}
.navbar-right .menu-open[data-v-769edd25] {
color: #3ab0ff !important;
color: #6c63ff !important;
font-size: 1.25rem !important;
}
.custom-navbar-icon[data-v-769edd25] {
color: #0073ff !important;
color: #6c63ff !important;
font-size: 1.25rem !important;
}
.search-file-warpper[data-v-769edd25] {
@@ -141,23 +162,34 @@
display: flex;
flex: 1;
align-items: center;
background: rgba(255, 255, 255, 1);
padding: 0.5rem;
background: rgba(255, 255, 255, 0.9);
padding: 0.4375rem 0.75rem;
box-sizing: border-box;
border-radius: 0.9375rem;
border-radius: 0.875rem;
border: 0.0625rem solid #e8e7f5;
transition: all 0.25s ease;
}
.search-file[data-v-769edd25]:focus-within {
border-color: #6c63ff;
box-shadow: 0 0 0 0.125rem rgba(108, 99, 255, 0.06);
}
.icon-sousuo[data-v-769edd25] {
font-weight: bold;
color: #999;
}
.search-file-input[data-v-769edd25] {
margin-left: 0.625rem;
margin-left: 0.5rem;
font-size: 0.8125rem;
color: #333;
}
.cancel-search[data-v-769edd25] {
display: flex;
flex-shrink: 0;
padding: 0 0 0 0.625rem;
box-sizing: border-box;
color: #0073ff;
color: #6c63ff;
font-size: 0.875rem;
font-weight: 500;
}
.workspace-content[data-v-769edd25] {
width: 100%;
@@ -172,19 +204,28 @@
position: absolute;
top: 100%;
right: 0.625rem;
width: 9.375rem;
width: 8.75rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #fff;
border-radius: 0.9375rem;
z-index: 1;
border-radius: 0.75rem;
z-index: 999;
box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
padding: 0.25rem 0;
overflow: hidden;
}
.menu-card-item[data-v-769edd25] {
width: 100%;
padding: 0.625rem;
padding: 0.6875rem 0.875rem;
box-sizing: border-box;
font-size: 0.875rem;
color: #333;
transition: all 0.15s ease;
}
.menu-card-item[data-v-769edd25]:active {
background: rgba(108, 99, 255, 0.06);
}
.folder-null[data-v-769edd25] {
width: 100%;
@@ -196,16 +237,18 @@
left: 50%;
top: 30%;
transform: translateX(-50%);
font-size: 1rem;
font-size: 0.9375rem;
color: #bbb;
}
.folder-null .iconfont[data-v-769edd25] {
font-size: 5.625rem;
color: #ddd;
}
.folder-grid[data-v-769edd25] {
width: 100%;
display: grid;
grid-template-columns: repeat(3, 1fr);
padding: 0.625rem;
padding: 0.75rem;
box-sizing: border-box;
gap: 0.625rem;
align-items: start;
@@ -217,58 +260,75 @@
align-items: center;
position: relative;
min-width: 0;
background: rgba(255, 255, 255, 0.7);
border-radius: 0.75rem;
padding: 0.75rem 0.25rem 0.5rem;
border: 0.0625rem solid transparent;
transition: all 0.2s ease;
}
.folder-item.select-folder[data-v-769edd25] {
border-radius: 0.9375rem;
background: rgba(9, 9, 9, 0.1);
border-color: rgba(108, 99, 255, 0.3);
background: rgba(108, 99, 255, 0.04);
}
.folder-item[data-v-769edd25]:active {
transform: scale(0.96);
background: rgba(255, 255, 255, 0.95);
}
.folder-item .folder-name[data-v-769edd25] {
max-width: 4.6875rem;
max-width: 5rem;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
text-align: center;
line-height: 1.25rem;
line-height: 1.375rem;
min-width: 0;
font-size: 0.8125rem;
color: #444;
}
.folder-item-style[data-v-769edd25] {
font-size: 5rem !important;
font-weight: 0.3125rem !important;
color: #3ab0ff !important;
font-size: 3.4375rem !important;
color: #6c63ff !important;
}
.folder-checkbox[data-v-769edd25] {
width: 1.5625rem;
height: 1.5625rem;
border: 0.1875rem solid #fff;
width: 1.375rem;
height: 1.375rem;
border: 0.09375rem solid #fff;
border-radius: 50%;
box-shadow: 0 0.0625rem 0.09375rem #333;
background: rgba(255, 255, 255, 0.2);
box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.12);
background: rgba(255, 255, 255, 0.9);
box-sizing: border-box;
position: absolute;
left: 50%;
top: 30%;
top: 25%;
transform: translate(-50%);
display: flex;
justify-content: center;
align-items: center;
transition: all 0.2s ease;
}
.folder-checkbox.select-folder[data-v-769edd25] {
background-color: #0073ff;
background: linear-gradient(135deg, #6c63ff, #4a45d1);
border-color: #6c63ff;
}
.workspace-footer[data-v-769edd25] {
width: 100%;
display: flex;
flex-shrink: 0;
justify-content: space-between;
padding: 0.9375rem;
padding: 0.75rem 0.9375rem;
box-sizing: border-box;
color: #999999;
background: #eeeeee;
color: #888;
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-top: 0.03125rem solid rgba(170, 170, 255, 0.1);
font-size: 0.8125rem;
transition: all 0.2s ease;
}
.workspace-footer.folder-actions[data-v-769edd25] {
color: #0073ff;
color: #6c63ff;
font-weight: 500;
}
.workspace-footer .iconfont[data-v-769edd25] {
font-size: 1.25rem !important;

View File

@@ -537,45 +537,49 @@
padding: 0.3125rem 0.625rem;
box-sizing: border-box;
align-items: center;
background-color: rgba(194, 191, 211, 0.1);
border-radius: 0.3125rem;
background: rgba(108, 99, 255, 0.06);
border-radius: 0.4375rem;
border: 0.0625rem solid transparent;
transition: all 0.25s ease;
}
.create-folder-name uni-input[data-v-c1a60359] {
box-sizing: border-box;
width: 100%;
font-size: 0.875rem;
color: #333;
}
.create-folder-name.has-value[data-v-c1a60359] {
background-color: #ffffff;
border: 0.0625rem solid #aaaaff;
box-shadow: 0 0 0.46875rem #aaaaff;
border-color: #6c63ff;
box-shadow: 0 0 0 0.125rem rgba(108, 99, 255, 0.06);
}
/* 新建文件夹弹窗内部样式 */
.new-folder-name[data-v-c1a60359] {
font-size: 0.875rem;
color: #666;
color: #555;
margin-bottom: 0.375rem;
}
.nf-path-label[data-v-c1a60359] {
font-size: 0.8125rem;
font-size: 0.75rem;
color: #999;
margin-top: 0.75rem;
margin-bottom: 0.25rem;
}
.nf-path-display[data-v-c1a60359] {
font-size: 0.875rem;
font-size: 0.8125rem;
color: #333;
padding: 0.375rem 0.625rem;
background: #f5f5f5;
border-radius: 0.3125rem;
background: #f5f5f8;
border-radius: 0.375rem;
word-break: break-all;
}
.nf-path-preview[data-v-c1a60359] {
font-size: 0.875rem;
color: #0073ff;
font-size: 0.8125rem;
color: #6c63ff;
padding: 0.375rem 0.625rem;
background: rgba(0, 115, 255, 0.05);
border: 0.0625rem dashed rgba(0, 115, 255, 0.3);
border-radius: 0.3125rem;
background: rgba(108, 99, 255, 0.05);
border: 0.0625rem dashed rgba(108, 99, 255, 0.25);
border-radius: 0.375rem;
word-break: break-all;
}
.option-wrapper[data-v-c1a60359] {
@@ -590,24 +594,30 @@
justify-content: center;
align-items: center;
padding: 0.75rem 0;
border-radius: 0.375rem;
border-radius: 0.5rem;
font-size: 0.9375rem;
font-weight: 500;
transition: all 0.2s ease;
}
.opt-btn[data-v-c1a60359]:active {
transform: scale(0.97);
}
.opt-cancel[data-v-c1a60359] {
background: #f5f5f5;
background: #f0f1f5;
color: #666;
}
.opt-confirm[data-v-c1a60359] {
background: linear-gradient(135deg, #0073ff, #3ab0ff);
background: linear-gradient(135deg, #6c63ff, #4a45d1);
color: #fff;
box-shadow: 0 0.125rem 0.375rem rgba(108, 99, 255, 0.25);
}
.workspace-container[data-v-c1a60359] {
display: flex;
flex-direction: column;
background: rgba(140, 140, 140, 0.1);
background: linear-gradient(180deg, #f5f4f9 0%, #faf9fe 100%);
}
.workspace-text[data-v-c1a60359] {
color: #0073ff;
color: #6c63ff;
font-weight: bold;
}
.workspace-header[data-v-c1a60359] {
@@ -616,16 +626,21 @@
flex-shrink: 0;
flex-direction: column;
align-items: center;
padding: 0.5rem 0;
padding: 0.375rem 0;
box-sizing: border-box;
border-bottom: 0.03125rem solid #ddd;
position: relative;
z-index: 100;
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-bottom: 0.03125rem solid rgba(170, 170, 255, 0.1);
}
.custom-navbar[data-v-c1a60359] {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.625rem 0.3125rem;
padding: 0.5rem 0.3125rem;
box-sizing: border-box;
position: relative;
}
@@ -639,6 +654,9 @@
justify-content: center;
align-items: center;
text-align: center;
font-size: 0.8125rem;
color: #6c63ff;
font-weight: 500;
}
.navbar-title[data-v-c1a60359] {
display: flex;
@@ -648,6 +666,9 @@
position: absolute;
left: 50%;
transform: translateX(-50%);
font-size: 1rem;
font-weight: 700;
color: #1a1a2e;
}
.navbar-right[data-v-c1a60359] {
display: flex;
@@ -657,11 +678,11 @@
box-sizing: border-box;
}
.navbar-right .menu-open[data-v-c1a60359] {
color: #3ab0ff !important;
color: #6c63ff !important;
font-size: 1.25rem !important;
}
.custom-navbar-icon[data-v-c1a60359] {
color: #0073ff !important;
color: #6c63ff !important;
font-size: 1.25rem !important;
}
.search-file-warpper[data-v-c1a60359] {
@@ -673,23 +694,34 @@
display: flex;
flex: 1;
align-items: center;
background: rgba(255, 255, 255, 1);
padding: 0.5rem;
background: rgba(255, 255, 255, 0.9);
padding: 0.4375rem 0.75rem;
box-sizing: border-box;
border-radius: 0.9375rem;
border-radius: 0.875rem;
border: 0.0625rem solid #e8e7f5;
transition: all 0.25s ease;
}
.search-file[data-v-c1a60359]:focus-within {
border-color: #6c63ff;
box-shadow: 0 0 0 0.125rem rgba(108, 99, 255, 0.06);
}
.icon-sousuo[data-v-c1a60359] {
font-weight: bold;
color: #999;
}
.search-file-input[data-v-c1a60359] {
margin-left: 0.625rem;
margin-left: 0.5rem;
font-size: 0.8125rem;
color: #333;
}
.cancel-search[data-v-c1a60359] {
display: flex;
flex-shrink: 0;
padding: 0 0 0 0.625rem;
box-sizing: border-box;
color: #0073ff;
color: #6c63ff;
font-size: 0.875rem;
font-weight: 500;
}
.workspace-content[data-v-c1a60359] {
width: 100%;
@@ -704,19 +736,28 @@
position: absolute;
top: 100%;
right: 0.625rem;
width: 9.375rem;
width: 8.75rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #fff;
border-radius: 0.9375rem;
z-index: 1;
border-radius: 0.75rem;
z-index: 999;
box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
padding: 0.25rem 0;
overflow: hidden;
}
.menu-card-item[data-v-c1a60359] {
width: 100%;
padding: 0.625rem;
padding: 0.6875rem 0.875rem;
box-sizing: border-box;
font-size: 0.875rem;
color: #333;
transition: all 0.15s ease;
}
.menu-card-item[data-v-c1a60359]:active {
background: rgba(108, 99, 255, 0.06);
}
.folder-null[data-v-c1a60359] {
width: 100%;
@@ -728,16 +769,18 @@
left: 50%;
top: 30%;
transform: translateX(-50%);
font-size: 1rem;
font-size: 0.9375rem;
color: #bbb;
}
.folder-null .iconfont[data-v-c1a60359] {
font-size: 5.625rem;
color: #ddd;
}
.folder-grid[data-v-c1a60359] {
width: 100%;
display: grid;
grid-template-columns: repeat(3, 1fr);
padding: 0.625rem;
padding: 0.75rem;
box-sizing: border-box;
gap: 0.625rem;
align-items: start;
@@ -749,58 +792,75 @@
align-items: center;
position: relative;
min-width: 0;
background: rgba(255, 255, 255, 0.7);
border-radius: 0.75rem;
padding: 0.75rem 0.25rem 0.5rem;
border: 0.0625rem solid transparent;
transition: all 0.2s ease;
}
.folder-item.select-folder[data-v-c1a60359] {
border-radius: 0.9375rem;
background: rgba(9, 9, 9, 0.1);
border-color: rgba(108, 99, 255, 0.3);
background: rgba(108, 99, 255, 0.04);
}
.folder-item[data-v-c1a60359]:active {
transform: scale(0.96);
background: rgba(255, 255, 255, 0.95);
}
.folder-item .folder-name[data-v-c1a60359] {
max-width: 4.6875rem;
max-width: 5rem;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
text-align: center;
line-height: 1.25rem;
line-height: 1.375rem;
min-width: 0;
font-size: 0.8125rem;
color: #444;
}
.folder-item-style[data-v-c1a60359] {
font-size: 5rem !important;
font-weight: 0.3125rem !important;
color: #3ab0ff !important;
font-size: 3.4375rem !important;
color: #6c63ff !important;
}
.folder-checkbox[data-v-c1a60359] {
width: 1.5625rem;
height: 1.5625rem;
border: 0.1875rem solid #fff;
width: 1.375rem;
height: 1.375rem;
border: 0.09375rem solid #fff;
border-radius: 50%;
box-shadow: 0 0.0625rem 0.09375rem #333;
background: rgba(255, 255, 255, 0.2);
box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.12);
background: rgba(255, 255, 255, 0.9);
box-sizing: border-box;
position: absolute;
left: 50%;
top: 30%;
top: 25%;
transform: translate(-50%);
display: flex;
justify-content: center;
align-items: center;
transition: all 0.2s ease;
}
.folder-checkbox.select-folder[data-v-c1a60359] {
background-color: #0073ff;
background: linear-gradient(135deg, #6c63ff, #4a45d1);
border-color: #6c63ff;
}
.workspace-footer[data-v-c1a60359] {
width: 100%;
display: flex;
flex-shrink: 0;
justify-content: space-between;
padding: 0.9375rem;
padding: 0.75rem 0.9375rem;
box-sizing: border-box;
color: #999999;
background: #eeeeee;
color: #888;
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-top: 0.03125rem solid rgba(170, 170, 255, 0.1);
font-size: 0.8125rem;
transition: all 0.2s ease;
}
.workspace-footer.folder-actions[data-v-c1a60359] {
color: #0073ff;
color: #6c63ff;
font-weight: 500;
}
.workspace-footer .iconfont[data-v-c1a60359] {
font-size: 1.25rem !important;