|
|
@@ -1806,6 +1806,56 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ .NPC-Big-Book-preview-orange {
|
|
|
+ .submitLookAnswer {
|
|
|
+ background: #f7931d;
|
|
|
+ }
|
|
|
+ .NNPE-title {
|
|
|
+ background: #f7931d;
|
|
|
+ }
|
|
|
+ .NNPE-operate {
|
|
|
+ a {
|
|
|
+ background: #f7931d url("../../../assets/newImage/common/btn-pre.png") center
|
|
|
+ no-repeat;
|
|
|
+ background-size: 24px;
|
|
|
+ &.btn-next {
|
|
|
+ background: #f7931d url("../../../assets/newImage/common/btn-next.png")
|
|
|
+ center no-repeat;
|
|
|
+ background-size: 24px;
|
|
|
+ }
|
|
|
+ &:hover {
|
|
|
+ background-color: #ffa31d;
|
|
|
+ }
|
|
|
+ &:active {
|
|
|
+ background-color: #f1911d;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .submitAnswer {
|
|
|
+ background: #f7931d;
|
|
|
+ &:hover {
|
|
|
+ background-color: #ffa31d;
|
|
|
+ }
|
|
|
+ &:active {
|
|
|
+ background-color: #f1911d;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .classTopic-box {
|
|
|
+ background: #f7931d;
|
|
|
+ }
|
|
|
+ .NNPE-Book-content-inner {
|
|
|
+ > div.title-box-preview {
|
|
|
+ .title-big {
|
|
|
+ b {
|
|
|
+ background: #f7931d;
|
|
|
+ }
|
|
|
+ h2 {
|
|
|
+ color: #f7931d;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
</style>
|
|
|
<style lang="scss">
|
|
|
.NNPE-Book-content-item-checkbox {
|