|
@@ -588,7 +588,8 @@ export default {
|
|
|
margin: 0 auto;
|
|
|
position: relative;
|
|
|
.NNPE-title {
|
|
|
- background: #4f92f6;
|
|
|
+ background: #E35454;
|
|
|
+ border-radius: 0px 0px 16px 16px;
|
|
|
padding: 7px 24px;
|
|
|
position: relative;
|
|
|
height: 64px;
|
|
@@ -608,7 +609,7 @@ export default {
|
|
|
line-height: 28px;
|
|
|
align-items: flex-end;
|
|
|
.NNPE-title-item{
|
|
|
- margin-right: 2px;
|
|
|
+ margin-right: 12px;
|
|
|
}
|
|
|
.content-con{
|
|
|
margin: 0;
|
|
@@ -649,19 +650,21 @@ export default {
|
|
|
top: 10px;
|
|
|
right: 20px;
|
|
|
a {
|
|
|
- background: #66a3ff url("../../assets/newImage/common/btn-pre.png")
|
|
|
+ background: #E35454 url("../../assets/newImage/common/btn-pre.png")
|
|
|
center no-repeat;
|
|
|
+ background-size: 24px;
|
|
|
border-radius: 4px;
|
|
|
width: 44px;
|
|
|
height: 44px;
|
|
|
display: inline-block;
|
|
|
margin: 0 4px;
|
|
|
&.btn-next {
|
|
|
- background: #66a3ff url("../../assets/newImage/common/btn-next.png")
|
|
|
+ background: #E35454 url("../../assets/newImage/common/btn-next.png")
|
|
|
center no-repeat;
|
|
|
+ background-size: 24px;
|
|
|
}
|
|
|
&:hover {
|
|
|
- background-color: #3f75c4;
|
|
|
+ background-color: #D24444;
|
|
|
}
|
|
|
}
|
|
|
}
|