|
@@ -31,28 +31,28 @@
|
|
|
.bg2Style1 {
|
|
.bg2Style1 {
|
|
|
background-color: #028fe1;
|
|
background-color: #028fe1;
|
|
|
background: url("../../static/img/bg/bg2_1.png");
|
|
background: url("../../static/img/bg/bg2_1.png");
|
|
|
- background-size: 100%;
|
|
|
|
|
|
|
+ background-size: 100% 100%;
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.bg2Style2 {
|
|
.bg2Style2 {
|
|
|
background-color: #028fe1;
|
|
background-color: #028fe1;
|
|
|
background: url("../../static/img/bg/bg2_2.png");
|
|
background: url("../../static/img/bg/bg2_2.png");
|
|
|
- background-size: 100%;
|
|
|
|
|
|
|
+ background-size: 100% 100%;
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.bg2Style3 {
|
|
.bg2Style3 {
|
|
|
background-color: #028fe1;
|
|
background-color: #028fe1;
|
|
|
background: url("../../static/img/bg/bg2_3.png");
|
|
background: url("../../static/img/bg/bg2_3.png");
|
|
|
- background-size: 100%;
|
|
|
|
|
|
|
+ background-size: 100% 100%;
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.bg2Style4 {
|
|
.bg2Style4 {
|
|
|
background-color: #028fe1;
|
|
background-color: #028fe1;
|
|
|
background: url("../../static/img/bg/bg2_4.png");
|
|
background: url("../../static/img/bg/bg2_4.png");
|
|
|
- background-size: 100%;
|
|
|
|
|
|
|
+ background-size: 100% 100%;
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
}
|
|
|
|
|
|