|
|
@@ -2813,6 +2813,8 @@ export default {
|
|
|
? "#24b99e"
|
|
|
: this.themeColor === "brown"
|
|
|
? "#bd8865"
|
|
|
+ : this.themeColor === "orange"
|
|
|
+ ? "#F7931D"
|
|
|
: "#e35454";
|
|
|
sItem.fontSize = "16px";
|
|
|
sItem.fontWeight = "bold";
|
|
|
@@ -2824,6 +2826,8 @@ export default {
|
|
|
? "#24b99e"
|
|
|
: this.themeColor === "brown"
|
|
|
? "#bd8865"
|
|
|
+ : this.themeColor === "orange"
|
|
|
+ ? "#F7931D"
|
|
|
: "#e35454",
|
|
|
fontFamily:
|
|
|
"Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif, alabo",
|
|
|
@@ -3869,6 +3873,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;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
.go-back-person {
|
|
|
position: fixed;
|
|
|
top: 18px;
|