不引入公共样式文件

This commit is contained in:
谢思 2026-01-22 09:33:04 +08:00
parent 0508aae834
commit 1ec6c1de62
1 changed files with 13 additions and 15 deletions

View File

@ -1,4 +1,3 @@
@import url('../../animations.scss');
#root {
/* ie兼容性 */
position: relative;
@ -431,18 +430,16 @@ body>.-task-title {
font-size: 25px;
color: white;
}
.npmModal{
.npsFeedBackBox{
position: relative;
background-color: white;
}
.countNumBox{
position: absolute;
bottom: 2px;
right: 10px;
span{
color: #466AFF;
}
.npmModal .npsFeedBackBox{
position: relative;
background-color: white;
}
.npmModal .countNumBox{
position: absolute;
bottom: 2px;
right: 10px;
span{
color: #466AFF;
}
}
@ -454,6 +451,7 @@ body>.-task-title {
top: 0px;
}
.header-none .newHeaders:hover{
animation: bgOpacity .6s ease-in-out 0s forwards;
animation-direction: reverse;
opacity: 1;
transition: opacity .6s ease-in-out;
}