|
@@ -719,6 +719,9 @@ export default {
|
|
|
background-size: 24px;
|
|
|
}
|
|
|
&:hover {
|
|
|
+ background-color: #F76565;
|
|
|
+ }
|
|
|
+ &:active {
|
|
|
background-color: #d24444;
|
|
|
}
|
|
|
}
|
|
@@ -818,32 +821,35 @@ export default {
|
|
|
}
|
|
|
.NNPE-Big-Book-preview-green{
|
|
|
.NNPE-title {
|
|
|
- background: #00BC4B;
|
|
|
+ background: #24B99E;
|
|
|
.NNPE-operate {
|
|
|
a {
|
|
|
- background: #00BC4B url("../../assets/newImage/common/btn-pre.png")
|
|
|
+ background: #24B99E url("../../assets/newImage/common/btn-pre.png")
|
|
|
center no-repeat;
|
|
|
background-size: 24px;
|
|
|
&.btn-next {
|
|
|
- background: #00BC4B url("../../assets/newImage/common/btn-next.png")
|
|
|
+ background: #24B99E url("../../assets/newImage/common/btn-next.png")
|
|
|
center no-repeat;
|
|
|
background-size: 24px;
|
|
|
}
|
|
|
&:hover {
|
|
|
- background-color: #00BC4B;
|
|
|
+ background-color: #3DD4B8;
|
|
|
+ }
|
|
|
+ &:active {
|
|
|
+ background-color: #1FA189;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
.classTopic-box {
|
|
|
- background: #00BC4B;
|
|
|
+ background: #24B99E;
|
|
|
}
|
|
|
.NNPE-Book-content-inner {
|
|
|
> div {
|
|
|
> h2 {
|
|
|
- color: #00BC4B;
|
|
|
+ color: #24B99E;
|
|
|
b{
|
|
|
- background: #00BC4B;
|
|
|
+ background: #24B99E;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -862,8 +868,11 @@ export default {
|
|
|
center no-repeat;
|
|
|
background-size: 24px;
|
|
|
}
|
|
|
- &:hover {
|
|
|
- background-color: #BD8865;
|
|
|
+ &:hover{
|
|
|
+ background-color: #D6A687;
|
|
|
+ }
|
|
|
+ &:active {
|
|
|
+ background-color: #A37557;
|
|
|
}
|
|
|
}
|
|
|
}
|