|
@@ -166,16 +166,16 @@ export default {
|
|
|
.bwc-line {
|
|
|
width: 1px;
|
|
|
height: 62px;
|
|
|
- background: #BF875E;
|
|
|
+ background: #DE4444;
|
|
|
}
|
|
|
}
|
|
|
.con-box{
|
|
|
display: flex;
|
|
|
- border: 1px solid #BF875E;
|
|
|
+ border: 1px solid #DE4444;
|
|
|
border-radius: 8px;
|
|
|
overflow: hidden;
|
|
|
.img-box{
|
|
|
- background: #fff url('../../../assets/NPC/chinaTianYellow.png') center no-repeat;
|
|
|
+ background: #fff url('../../../assets/NPC/chinaTianRed.png') center no-repeat;
|
|
|
background-size: cover;
|
|
|
.img_url{
|
|
|
width: 64px;
|
|
@@ -185,7 +185,7 @@ export default {
|
|
|
.blank-item{
|
|
|
width: 64px;
|
|
|
height: 64px;
|
|
|
- background: #fff url('../../../assets/NPC/chinaTianYellow.png') center no-repeat;
|
|
|
+ background: #fff url('../../../assets/NPC/chinaTianRed.png') center no-repeat;
|
|
|
background-size: cover;
|
|
|
img{
|
|
|
width: 100%;
|
|
@@ -214,18 +214,78 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+.NNPE-Big-Book-preview-brown{
|
|
|
+ .NewWordShow{
|
|
|
+ .item-box{
|
|
|
+ .item{
|
|
|
+ .bwc-line {
|
|
|
+ background: #BF875E;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .con-box{
|
|
|
+ border: 1px solid #BF875E;
|
|
|
+ .img-box{
|
|
|
+ background: #fff url('../../../assets/NPC/chinaTianYellow.png') center no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ }
|
|
|
+ .blank-item{
|
|
|
+ background: #fff url('../../../assets/NPC/chinaTianYellow.png') center no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+.NNPE-Big-Book-preview-green{
|
|
|
+ .NewWordShow{
|
|
|
+ .item-box{
|
|
|
+ .item{
|
|
|
+ .bwc-line {
|
|
|
+ background: #24B99E;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .con-box{
|
|
|
+ border: 1px solid #24B99E;
|
|
|
+ .img-box{
|
|
|
+ background: #fff url('../../../assets/NPC/chinaTianGreen.png') center no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ }
|
|
|
+ .blank-item{
|
|
|
+ background: #fff url('../../../assets/NPC/chinaTianGreen.png') center no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
</style>
|
|
|
<style lang="scss">
|
|
|
-.NewWordShow{
|
|
|
- .strock-play-box{
|
|
|
- width: 16px;
|
|
|
- height: 16px;
|
|
|
- right: -1px;
|
|
|
- background: url('../../../assets/NPC/strock-play-yellow-click.png') center no-repeat;
|
|
|
- background-size: cover;
|
|
|
+.NNPE-Big-Book-preview-green{
|
|
|
+ .NewWordShow{
|
|
|
+ .strock-play-box{
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ right: -1px;
|
|
|
+ background: url('../../../assets/NPC/strock-play-green-click.png') center no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ }
|
|
|
+ .character-target-div{
|
|
|
+ // background-color: initial;
|
|
|
+ }
|
|
|
}
|
|
|
- .character-target-div{
|
|
|
- // background-color: initial;
|
|
|
+}
|
|
|
+.NNPE-Big-Book-preview-brown{
|
|
|
+ .NewWordShow{
|
|
|
+ .strock-play-box{
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ right: -1px;
|
|
|
+ background: url('../../../assets/NPC/strock-play-yellow-click.png') center no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ }
|
|
|
+ .character-target-div{
|
|
|
+ // background-color: initial;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
</style>
|