|
@@ -1453,7 +1453,8 @@ export default {
|
|
|
left: 0px;
|
|
left: 0px;
|
|
|
width: 300px;
|
|
width: 300px;
|
|
|
height: 250px;
|
|
height: 250px;
|
|
|
- background: #01346f99;
|
|
|
|
|
|
|
+ // background: #01346f99;
|
|
|
|
|
+ background: #ffffff;
|
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
|
|
|
|
|
|
.close {
|
|
.close {
|
|
@@ -1465,12 +1466,14 @@ export default {
|
|
|
width: 24px;
|
|
width: 24px;
|
|
|
height: 24px;
|
|
height: 24px;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
- color: #ffffff;
|
|
|
|
|
|
|
+ // color: #ffffff;
|
|
|
|
|
+ color: #000000;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
.content {
|
|
|
height: 210px;
|
|
height: 210px;
|
|
|
- color: #ffffff;
|
|
|
|
|
|
|
+ // color: #ffffff;
|
|
|
|
|
+ color: #000000;
|
|
|
margin: 30px 0px 10px 20px;
|
|
margin: 30px 0px 10px 20px;
|
|
|
|
|
|
|
|
.item {
|
|
.item {
|