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

@@ -1376,7 +1376,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
}
.admin_page .admin_state_item .active {
cursor: no-drop;
background-color: #f5f5f5;
background-color: #F9FAFA;
}
.admin_page .admin_search_item {
height: 4rem;
@@ -1710,7 +1710,7 @@ textarea:focus {
display: inline-block;
width: calc(25% - 2rem);
aspect-ratio: 1 / 1;
border: 1px solid #f5f5f5;
border: 1px solid #F9FAFA;
vertical-align: top;
position: relative;
cursor: pointer;

View File

@@ -1510,7 +1510,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
}
.active{
cursor: no-drop;
background-color: #f5f5f5;
background-color: #F9FAFA;
}
}
.admin_search_item{
@@ -1865,7 +1865,7 @@ textarea:focus{
// height: calc(10rem);
width: calc(25% - 2rem);
aspect-ratio: 1 / 1;
border: 1px solid #f5f5f5;
border: 1px solid #F9FAFA;
vertical-align: top;
position: relative;
cursor: pointer;

View File

@@ -488,7 +488,7 @@ watch(
display: flex;
justify-content: center;
align-items: center;
background: repeating-conic-gradient(#f5f5f5 0% 25%, #ffffff 0% 50%) 50% / 10px 10px;
background: repeating-conic-gradient(#F9FAFA 0% 25%, #ffffff 0% 50%) 50% / 10px 10px;
border-radius: 6px;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
margin-bottom: 5px;
@@ -518,7 +518,7 @@ watch(
left: 0;
width: 100%;
height: 100%;
background: repeating-conic-gradient(#f5f5f5 0% 25%, #ffffff 0% 50%) 50% / 10px 10px;
background: repeating-conic-gradient(#F9FAFA 0% 25%, #ffffff 0% 50%) 50% / 10px 10px;
}
.opacity-color {
@@ -542,7 +542,7 @@ watch(
font-size: 14px;
font-weight: 500;
color: #333;
background: #f5f5f5;
background: #F9FAFA;
padding: 2px 8px;
border-radius: 4px;
min-width: 50px;

View File

@@ -1938,7 +1938,7 @@ const brushStore = BrushStore;
}
.shadow-preview-box {
background: repeating-conic-gradient(#f5f5f5 0% 25%, #ffffff 0% 50%) 50% / 10px 10px;
background: repeating-conic-gradient(#F9FAFA 0% 25%, #ffffff 0% 50%) 50% / 10px 10px;
border-radius: 8px;
padding: 30px;
display: flex;

View File

@@ -484,7 +484,7 @@ h3 {
}
.shortcuts-table th {
background-color: #f5f5f5;
background-color: #F9FAFA;
}
.touch-tips {

View File

@@ -42,7 +42,7 @@
position: relative;
&:hover:not(.disabled) {
background-color: #f5f5f5;
background-color: #F9FAFA;
}
&:active:not(.disabled) {
@@ -76,7 +76,7 @@
}
&.hovered {
background-color: #f5f5f5;
background-color: #F9FAFA;
}
}

View File

@@ -61,12 +61,12 @@
.action-btn[disabled] {
opacity: 0.5;
cursor: not-allowed;
background-color: #f5f5f5;
background-color: #F9FAFA;
color: #bfbfbf;
border-color: #e6e6e6;
}
.action-btn[disabled]:hover {
background-color: #f5f5f5;
background-color: #F9FAFA;
color: #bfbfbf;
border-color: #e6e6e6;
}
@@ -196,7 +196,7 @@
justify-content: center;
overflow: hidden;
flex: none;
background: repeating-conic-gradient(#f5f5f5 0% 25%, #ffffff 0% 50%) 50% / 1rem 1rem;
background: repeating-conic-gradient(#F9FAFA 0% 25%, #ffffff 0% 50%) 50% / 1rem 1rem;
border: 1px solid #e0e0e0;
}
.layer-thumbnail {

View File

@@ -72,12 +72,12 @@
&[disabled] {
opacity: 0.5;
cursor: not-allowed;
background-color: #f5f5f5;
background-color: #F9FAFA;
color: #bfbfbf;
border-color: #e6e6e6;
&:hover {
background-color: #f5f5f5;
background-color: #F9FAFA;
color: #bfbfbf;
border-color: #e6e6e6;
}
@@ -244,7 +244,7 @@
justify-content: center;
overflow: hidden;
flex: none;
background: repeating-conic-gradient(#f5f5f5 0% 25%, #ffffff 0% 50%) 50% /
background: repeating-conic-gradient(#F9FAFA 0% 25%, #ffffff 0% 50%) 50% /
1rem 1rem;
border: 1px solid #e0e0e0;
}

View File

@@ -60,12 +60,12 @@
.action-btn[disabled] {
opacity: 0.5;
cursor: not-allowed;
background-color: #f5f5f5;
background-color: #F9FAFA;
color: #bfbfbf;
border-color: #e6e6e6;
}
.action-btn[disabled]:hover {
background-color: #f5f5f5;
background-color: #F9FAFA;
color: #bfbfbf;
border-color: #e6e6e6;
}
@@ -195,7 +195,7 @@
justify-content: center;
overflow: hidden;
flex: none;
background: repeating-conic-gradient(#f5f5f5 0% 25%, #ffffff 0% 50%) 50% / 1rem 1rem;
background: repeating-conic-gradient(#F9FAFA 0% 25%, #ffffff 0% 50%) 50% / 1rem 1rem;
border: 1px solid #e0e0e0;
}
.layer-thumbnail {

View File

@@ -964,7 +964,7 @@ export default defineComponent({
// height: 16.5rem;
width: calc(12rem*1.2);
height: calc(12rem*1.2);
border: 1px solid #F5F5F5;
border: 1px solid #F9FAFA;
vertical-align: top;
display: flex;
align-items: center;
@@ -1434,7 +1434,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

@@ -1490,7 +1490,7 @@ export default defineComponent({
}
.fi-br-upload {
&:hover {
background-color: #f5f5f5;
background-color: #F9FAFA;
border-radius: 5px;
}
}

View File

@@ -214,7 +214,7 @@ export default defineComponent({
display: inline-block;
width: 16.5rem;
height: 16.5rem;
border: 1px solid #F5F5F5;
border: 1px solid #F9FAFA;
vertical-align: top;
&.upload_component{

View File

@@ -597,7 +597,7 @@ export default defineComponent({
// height: calc(10rem);
width: calc(25% - 2rem);
aspect-ratio: 1 / 1;
border: 1px solid #f5f5f5;
border: 1px solid #F9FAFA;
position: relative;
cursor: pointer;
padding: 0;

View File

@@ -640,7 +640,7 @@ export default defineComponent({
transition: all .3s;
&.active{
color: #b8b8b8;
background: #f5f5f5;
background: #F9FAFA;
}
&:hover{
border: 0.1rem solid #000;

View File

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

View File

@@ -161,7 +161,7 @@
position: relative;
background: transparent;
pointer-events: none;
background-color: #f5f5f5;
background-color: #F9FAFA;
@media (max-width: 768px) {
border-radius: 2.5rem;
padding: .32rem 1.7rem;

View File

@@ -58,7 +58,7 @@ export default defineComponent({
// padding: 0.5rem 3rem;
cursor: pointer;
box-sizing: border-box;
background-color: #f5f5f5;
background-color: #F9FAFA;
@media (max-width: 768px) {
border-radius: 2.5rem;
padding: .32rem 1.7rem;

View File

@@ -741,7 +741,7 @@ export default defineComponent({
--margin: 3rem;
--padding: 2rem;
--border-color: #c4c4c4;
--background-color:#f5f5f5;
--background-color:#F9FAFA;
--count: 50;
--snap-size: 10rem;
--offset: 2;
@@ -1248,7 +1248,7 @@ export default defineComponent({
padding-bottom: var(--padding);
padding-top: var(--padding);
top: 0;
background: #f5f5f5;
background: #F9FAFA;
input,.detail_left_setComment_btn{
border-radius: 1rem;
}

View File

@@ -615,7 +615,7 @@ export default defineComponent({
--margin: 3rem;
--padding: 2rem;
--border-color: #c4c4c4;
--background-color:#f5f5f5;
--background-color:#F9FAFA;
--content-height: 60rem;
--auther_wh: 8rem;
--count: 50;

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;

View File

@@ -1341,7 +1341,7 @@ export default defineComponent({
box-sizing: border-box;
> .leftBox {
height: 100%;
background: #f5f5f5;
background: #f9fafa;
overflow: hidden;
width: 29.5rem;
transition: width 0.3s;
@@ -1371,7 +1371,7 @@ export default defineComponent({
max-height: 5rem;
border-radius: 2rem;
&.show-history {
background: #fff;
background: rgba(0, 0, 0, 0.04);
border-radius: 0.8rem;
}
&.active {
@@ -1382,7 +1382,7 @@ export default defineComponent({
&.history {
flex: 1;
&:hover {
background: #fff;
background: rgba(0, 0, 0, 0.04);
border-radius: 0.8rem;
}
> .detailBox {
@@ -1490,15 +1490,15 @@ export default defineComponent({
}
}
&.active {
// background: #f5f5f5;
// background: #F9FAFA;
background-color: #ffffff;
}
&:hover {
// background: #f5f5f5;
// background: #F9FAFA;
background-color: #ffffff;
}
&.history {
background: #f5f5f5;
background: #f9fafa;
// background-color: #ffffff;
&:hover {
background: #fdfdfd;
@@ -2236,7 +2236,7 @@ export default defineComponent({
&.disabled {
color: #9a9a9a;
border:none;
border: none;
background: #f5f5f5;
cursor: not-allowed;
}

View File

@@ -615,7 +615,7 @@ export default defineComponent({
height: 100%;
padding: 0 6rem;
overflow: hidden;
background-color: #f5f5f5;
background-color: #F9FAFA;
// min-width: 1440px;
position: relative;
.history_loading {
@@ -655,7 +655,7 @@ export default defineComponent({
.history_table_content {
margin-top: 2.6rem;
width: 100%;
background: #f5f5f5;
background: #F9FAFA;
flex: 1;
overflow: hidden;
// height: calc(100% - 4rem);
@@ -745,7 +745,7 @@ export default defineComponent({
:deep(.ant-table-placeholder) {
&,
.ant-table-cell {
background-color: #f5f5f5;
background-color: #F9FAFA;
}
}

View File

@@ -69,7 +69,7 @@ export default defineComponent({
}
.main{
background: linear-gradient(45deg, #eee4f3, #f3f4e6);
// background: #f5f5f5;
// background: #F9FAFA;
width: 100vw;
height: 100vh;
}