|
|
@@ -0,0 +1,69 @@
|
|
|
+.bgStyle1 {
|
|
|
+ background-color: #028fe1;
|
|
|
+ background: url("../../static/img/bg/bg_1.png");
|
|
|
+ background-size: 100% 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.bgStyle2 {
|
|
|
+ background-color: #028fe1;
|
|
|
+ background: url("../../static/img/bg/bg_2.png");
|
|
|
+ background-size: 100% 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.bgStyle3 {
|
|
|
+ background-color: #028fe1;
|
|
|
+ background: url("../../static/img/bg/bg_3.png");
|
|
|
+ background-size: 100% 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.bgStyle4 {
|
|
|
+ background-color: #028fe1;
|
|
|
+ background: url("../../static/img/bg/bg_4.png");
|
|
|
+ background-size: 100% 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+/*bg2*/
|
|
|
+.bg2Style1 {
|
|
|
+ background-color: #028fe1;
|
|
|
+ background: url("../../static/img/bg/bg2_1.png");
|
|
|
+ background-size: 100% 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.bg2Style2 {
|
|
|
+ background-color: #028fe1;
|
|
|
+ background: url("../../static/img/bg/bg2_2.png");
|
|
|
+ background-size: 100% 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.bg2Style3 {
|
|
|
+ background-color: #028fe1;
|
|
|
+ background: url("../../static/img/bg/bg2_3.png");
|
|
|
+ background-size: 100% 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.bg2Style4 {
|
|
|
+ background-color: #028fe1;
|
|
|
+ background: url("../../static/img/bg/bg2_4.png");
|
|
|
+ background-size: 100% 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+ul, li {
|
|
|
+ list-style: none;
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+
|
|
|
+s, em, i {
|
|
|
+ font-style: normal;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|