|
|
@@ -1,6 +1,6 @@
|
|
|
.bgStyle1 {
|
|
|
background-color: #028fe1;
|
|
|
- /*background: url("../../static/img/bg/bg_1s.jpg");*/
|
|
|
+
|
|
|
background: url("../../static/img/bg/bg_1.png");
|
|
|
background-size: 100%;
|
|
|
background-repeat: no-repeat;
|
|
|
@@ -8,7 +8,7 @@
|
|
|
|
|
|
.bgStyle2 {
|
|
|
background-color: #028fe1;
|
|
|
- /*background: url("../../static/img/bg/bg_1s.jpg");*/
|
|
|
+
|
|
|
background: url("../../static/img/bg/bg_2.png");
|
|
|
background-size: 100%;
|
|
|
background-repeat: no-repeat;
|
|
|
@@ -16,7 +16,7 @@
|
|
|
|
|
|
.bgStyle3 {
|
|
|
background-color: #028fe1;
|
|
|
- /*background: url("../../static/img/bg/bg_1s.jpg");*/
|
|
|
+
|
|
|
background: url("../../static/img/bg/bg_3.png");
|
|
|
background-size: 100%;
|
|
|
background-repeat: no-repeat;
|
|
|
@@ -24,7 +24,7 @@
|
|
|
|
|
|
.bgStyle4 {
|
|
|
background-color: #028fe1;
|
|
|
- /*background: url("../../static/img/bg/bg_1s.jpg");*/
|
|
|
+
|
|
|
background: url("../../static/img/bg/bg_4.png");
|
|
|
background-size: 100%;
|
|
|
background-repeat: no-repeat;
|
|
|
@@ -32,7 +32,7 @@
|
|
|
|
|
|
.bgStyle5 {
|
|
|
background-color: #028fe1;
|
|
|
- /*background: url("../../static/img/bg/bg_1s.jpg");*/
|
|
|
+
|
|
|
background: url("../../static/img/bg/bg_5.png");
|
|
|
background-size: 100%;
|
|
|
background-repeat: no-repeat;
|
|
|
@@ -40,7 +40,7 @@
|
|
|
|
|
|
.bgStyle6 {
|
|
|
background-color: #028fe1;
|
|
|
- /*background: url("../../static/img/bg/bg_1s.jpg");*/
|
|
|
+
|
|
|
background: url("../../static/img/bg/bg_6.png");
|
|
|
background-size: 100%;
|
|
|
background-repeat: no-repeat;
|
|
|
@@ -48,28 +48,31 @@
|
|
|
|
|
|
.bgStyle7 {
|
|
|
background-color: #028fe1;
|
|
|
- /*background: url("../../static/img/bg/bg_1s.jpg");*/
|
|
|
+
|
|
|
background: url("../../static/img/bg/bg_7.png");
|
|
|
background-size: 100%;
|
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
|
+
|
|
|
.bgStyle8 {
|
|
|
background-color: #028fe1;
|
|
|
- /*background: url("../../static/img/bg/bg_1s.jpg");*/
|
|
|
+
|
|
|
background: url("../../static/img/bg/bg_8.png");
|
|
|
background-size: 100%;
|
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
|
+
|
|
|
.bgStyle9 {
|
|
|
background-color: #028fe1;
|
|
|
- /*background: url("../../static/img/bg/bg_1s.jpg");*/
|
|
|
+
|
|
|
background: url("../../static/img/bg/bg_9.png");
|
|
|
background-size: 100%;
|
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
|
+
|
|
|
.bgStyle10 {
|
|
|
background-color: #028fe1;
|
|
|
- /*background: url("../../static/img/bg/bg_1s.jpg");*/
|
|
|
+
|
|
|
background: url("../../static/img/bg/bg_10.png");
|
|
|
background-size: 100%;
|
|
|
background-repeat: no-repeat;
|
|
|
@@ -80,7 +83,8 @@ ul, li {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
}
|
|
|
-s,em,i {
|
|
|
+
|
|
|
+s, em, i {
|
|
|
font-style: normal;
|
|
|
text-decoration: none;
|
|
|
}
|