✨ feat: 主题变更为白色
This commit is contained in:
@@ -216,7 +216,7 @@ export default {
|
||||
.frequently-used-section {
|
||||
margin-bottom: 32px; /* 增大间距 */
|
||||
padding-bottom: 20px;
|
||||
border-bottom: 1px solid #111; /* 飞书浅灰边框色 */
|
||||
border-bottom: 1px solid #ddd; /* 飞书浅灰边框色 */
|
||||
}
|
||||
|
||||
.frequently-used-header {
|
||||
@@ -229,7 +229,7 @@ export default {
|
||||
.frequently-title {
|
||||
font-size: 16px; /* 稍小字体,飞书风格更简洁 */
|
||||
font-weight: 500; /* 调整 FontWeight */
|
||||
color: #ddd; /* 深一点的标题色 */
|
||||
color: #111; /* 深一点的标题色 */
|
||||
}
|
||||
|
||||
.edit-btn {
|
||||
@@ -253,10 +253,10 @@ export default {
|
||||
border-radius: 12px; /* 大圆角 */
|
||||
transition: all 0.3s ease;
|
||||
position: relative;
|
||||
background-color: #222; /* 飞书卡片常用浅灰底色 */
|
||||
// background-color: ; /* 飞书卡片常用浅灰底色 */
|
||||
|
||||
&:hover {
|
||||
background-color: #444; /* hover 时的浅灰 */
|
||||
background-color: #fff; /* hover 时的浅灰 */
|
||||
}
|
||||
}
|
||||
|
||||
@@ -285,10 +285,10 @@ export default {
|
||||
border-radius: 12px;
|
||||
transition: background-color 0.3s ease;
|
||||
position: relative;
|
||||
background-color: #222;
|
||||
// background-color: #222;
|
||||
|
||||
&:hover {
|
||||
background-color: #444;
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -301,7 +301,7 @@ export default {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 12px;
|
||||
background-color: #222; /* 飞书风格的浅蓝底色 */
|
||||
background-color: #fff; /* 飞书风格的浅蓝底色 */
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user