部分优化

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

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;
}