| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .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;
- }
|