fix:
This commit is contained in:
parent
aace8c1d2e
commit
764acde2b4
|
@ -389,16 +389,16 @@ export default {
|
|||
color: #ffffff;
|
||||
border-radius: 10px;
|
||||
background-size: cover;
|
||||
background-image: url("/public/img/gx/gx_blue(1).png");
|
||||
background-image: url("/public/img/bx/gx_blue.png");
|
||||
}
|
||||
.retangleImg:nth-child(2){
|
||||
background-image: url("/public/img/gx/gx_yellow.png");
|
||||
background-image: url("/public/img/bx/gx_yellow.png");
|
||||
}
|
||||
.retangleImg:nth-child(3){
|
||||
background-image: url("/public/img/gx/gx_green.png");
|
||||
background-image: url("/public/img/bx/gx_green.png");
|
||||
}
|
||||
.retangleImg:nth-child(4){
|
||||
background-image: url("/public/img/gx/gx_purple.png");
|
||||
background-image: url("/public/img/bx/gx_purple.png");
|
||||
}
|
||||
.card_title {
|
||||
height: 60px;
|
||||
|
|
Loading…
Reference in New Issue