不引入公共样式文件
This commit is contained in:
parent
0508aae834
commit
1ec6c1de62
|
|
@ -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;
|
||||
}
|
||||
Loading…
Reference in New Issue