|
@@ -775,12 +775,13 @@ export default {
|
|
|
font-size: 16px;
|
|
|
line-height: 150%;
|
|
|
font-weight: normal;
|
|
|
- margin: 8px 0 16px 0;
|
|
|
+ margin: 8px 0 0 0;
|
|
|
}
|
|
|
}
|
|
|
.NNPE-tableList {
|
|
|
background: #fff;
|
|
|
border-radius: 8px;
|
|
|
+ margin-top: 16px;
|
|
|
// padding: 12px 8px;
|
|
|
&.NNPE-tableList-hasBg {
|
|
|
background: #f7f7f7;
|
|
@@ -815,4 +816,70 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+.NNPE-Big-Book-preview-green{
|
|
|
+ .NNPE-title {
|
|
|
+ background: #00BC4B;
|
|
|
+ .NNPE-operate {
|
|
|
+ a {
|
|
|
+ background: #00BC4B url("../../assets/newImage/common/btn-pre.png")
|
|
|
+ center no-repeat;
|
|
|
+ background-size: 24px;
|
|
|
+ &.btn-next {
|
|
|
+ background: #00BC4B url("../../assets/newImage/common/btn-next.png")
|
|
|
+ center no-repeat;
|
|
|
+ background-size: 24px;
|
|
|
+ }
|
|
|
+ &:hover {
|
|
|
+ background-color: #00BC4B;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .classTopic-box {
|
|
|
+ background: #00BC4B;
|
|
|
+ }
|
|
|
+ .NNPE-Book-content-inner {
|
|
|
+ > div {
|
|
|
+ > h2 {
|
|
|
+ color: #00BC4B;
|
|
|
+ b{
|
|
|
+ background: #00BC4B;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+.NNPE-Big-Book-preview-brown{
|
|
|
+ .NNPE-title {
|
|
|
+ background: #BD8865;
|
|
|
+ .NNPE-operate {
|
|
|
+ a {
|
|
|
+ background: #BD8865 url("../../assets/newImage/common/btn-pre.png")
|
|
|
+ center no-repeat;
|
|
|
+ background-size: 24px;
|
|
|
+ &.btn-next {
|
|
|
+ background: #BD8865 url("../../assets/newImage/common/btn-next.png")
|
|
|
+ center no-repeat;
|
|
|
+ background-size: 24px;
|
|
|
+ }
|
|
|
+ &:hover {
|
|
|
+ background-color: #BD8865;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .classTopic-box {
|
|
|
+ background: #BD8865;
|
|
|
+ }
|
|
|
+ .NNPE-Book-content-inner {
|
|
|
+ > div {
|
|
|
+ > h2 {
|
|
|
+ color: #BD8865;
|
|
|
+ b{
|
|
|
+ background: #BD8865;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
</style>
|