style: #f5f5f5统一更换为#f9fafa

This commit is contained in:
zhangyh
2025-11-03 16:52:43 +08:00
parent 57c75cfca2
commit 758cbc9d31
29 changed files with 58 additions and 58 deletions

View File

@@ -392,7 +392,7 @@ export default defineComponent({
&.user{
> .textBox{
margin-left: auto;
background: #f5f5f5;
background: #F9FAFA;
max-width: 60%;
> .text{
> .content{
@@ -535,11 +535,11 @@ export default defineComponent({
}
}
> .content{
background: #f5f5f5;
background: #F9FAFA;
// border-radius: 2.4rem;
> textarea{
padding: 1.6rem 2rem 0;
background: #f5f5f5;
background: #F9FAFA;
width: 100%;
min-height: 7.2rem;
// border-radius: 2.4rem;

View File

@@ -1002,7 +1002,7 @@ export default defineComponent({
// height: calc(12rem*1.2);
width: 100%;
aspect-ratio: 1 / 1;
// border: 1px solid #F5F5F5;
// border: 1px solid #F9FAFA;
vertical-align: top;
display: flex;
align-items: center;
@@ -1470,7 +1470,7 @@ export default defineComponent({
display: inline-block;
width: calc(12rem*1.2);
height: calc(12rem*1.2);
border: 1px solid #F5F5F5;
border: 1px solid #F9FAFA;
vertical-align: top;
i{
zoom: 4;

View File

@@ -719,7 +719,7 @@ export default defineComponent({
// height: 10rem;
width: calc(25% - 2rem);
aspect-ratio: 1 / 1;
border: 1px solid #f5f5f5;
border: 1px solid #F9FAFA;
vertical-align: top;
position: relative;
text-align: center;
@@ -884,7 +884,7 @@ export default defineComponent({
// height: calc(10rem*1.2);
width: calc(33.33% - 2rem);
aspect-ratio: 1 / 1;
border: 1px solid #f5f5f5;
border: 1px solid #F9FAFA;
position: relative;
cursor: pointer;
text-align: center;

View File

@@ -656,7 +656,7 @@ export default defineComponent({
display: inline-block;
width: calc(25% - 2rem);
aspect-ratio: 1 / 1;
border: 1px solid #f5f5f5;
border: 1px solid #F9FAFA;
vertical-align: top;
position: relative;
img{
@@ -824,7 +824,7 @@ export default defineComponent({
// height: calc(10rem*1.2);
width: calc(33.33% - 2rem);
aspect-ratio: 1 / 1;
border: 1px solid #f5f5f5;
border: 1px solid #F9FAFA;
position: relative;
cursor: pointer;
text-align: center;

View File

@@ -926,7 +926,7 @@ overflow: visible !important;
overflow: hidden; /* 溢出部分隐藏 */
text-overflow: ellipsis; /* 显示省略号 */
&:hover{
background: #f5f5f5;
background: #F9FAFA;
}
&:first-child{
margin-right: 0;
@@ -949,7 +949,7 @@ overflow: visible !important;
overflow: hidden; /* 溢出部分隐藏 */
text-overflow: ellipsis; /* 显示省略号 */
&:hover{
background: #f5f5f5;
background: #F9FAFA;
}
&:first-child{
margin-right: 0;

View File

@@ -359,10 +359,10 @@ export default defineComponent({
margin-top: .4rem;
border-radius: 2.4rem;
position: relative;
background: #f5f5f5;
background: #F9FAFA;
> textarea{
padding: 1.6rem 2rem 0;
background: #f5f5f5;
background: #F9FAFA;
width: 100%;
min-height: 7.2rem;
border-radius: 2.4rem;
@@ -464,7 +464,7 @@ export default defineComponent({
overflow: hidden; /* 溢出部分隐藏 */
text-overflow: ellipsis; /* 显示省略号 */
&:hover{
background: #f5f5f5;
background: #F9FAFA;
}
:first-child{
margin-right: 0;

View File

@@ -1266,7 +1266,7 @@ export default defineComponent({
overflow: hidden; /* 溢出部分隐藏 */
text-overflow: ellipsis; /* 显示省略号 */
&:hover{
background: #f5f5f5;
background: #F9FAFA;
}
&:first-child{
margin-right: 0;