|
@@ -155,7 +155,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.item-intro{
|
|
|
- background: #DD5252;
|
|
|
+ background: #C43C3C;
|
|
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
box-sizing: border-box;
|
|
|
border-radius: 8px;
|
|
@@ -164,6 +164,7 @@ export default {
|
|
|
line-height: 150%;
|
|
|
white-space: pre-wrap;
|
|
|
word-break: break-word;
|
|
|
+ min-height: 272px;
|
|
|
}
|
|
|
.start-btn{
|
|
|
width: 160px;
|
|
@@ -179,8 +180,30 @@ export default {
|
|
|
line-height: 28px;
|
|
|
text-align: center;
|
|
|
line-height: 40px;
|
|
|
- &:hover{
|
|
|
- color: #DD5252;
|
|
|
+ &:active{
|
|
|
+ background: rgba(255, 255, 255, 0.85);
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+.NNPE-Big-Book-preview-green{
|
|
|
+ .NPC-courseStart{
|
|
|
+ background: #24B99E;
|
|
|
+ .item-intro{
|
|
|
+ background: #1FA189;
|
|
|
+ }
|
|
|
+ .start-btn{
|
|
|
+ color: #24B99E;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+.NNPE-Big-Book-preview-brown{
|
|
|
+ .NPC-courseStart{
|
|
|
+ background: #BD8865;
|
|
|
+ .item-intro{
|
|
|
+ background: #A37557;
|
|
|
+ }
|
|
|
+ .start-btn{
|
|
|
+ color: #BD8865;
|
|
|
}
|
|
|
}
|
|
|
}
|