改样式
This commit is contained in:
parent
5603818e7c
commit
6b224df68b
@ -187,7 +187,7 @@ background-image: url('../../../assets/images/dataBoard/blockBG2.png');
|
||||
.greenBtn{
|
||||
font-size: 12px;
|
||||
color: rgba(255, 255, 254, 1);
|
||||
background-color: rgba(25, 59, 67, 1);
|
||||
// background-color: rgba(25, 59, 67, 1);
|
||||
position: relative;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
@ -197,7 +197,7 @@ background-image: url('../../../assets/images/dataBoard/blockBG2.png');
|
||||
cursor: pointer;
|
||||
&.active{
|
||||
color: rgba(247, 211, 0, 100);
|
||||
background-color: rgba(40, 35, 5, 1);
|
||||
// background-color: rgba(40, 35, 5, 1);
|
||||
// .arrow{
|
||||
// opacity: 1;
|
||||
// }
|
||||
@ -723,13 +723,13 @@ background-image: url('../../../assets/images/dataBoard/blockBG2.png');
|
||||
background-image: url('../../../assets/images/dataBoard/blueTheme2/word_bg.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
color: rgba(255, 255, 254, 0.7);
|
||||
// color: rgba(255, 255, 254, 0.7);
|
||||
&.active{
|
||||
// background-color: #276BD9;
|
||||
background-image: url('../../../assets/images/dataBoard/blueTheme2/word_bg_active.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
color: rgba(255, 255, 254, 1);
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
.bg1{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user