| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- .bgStyle1 {
- background-color: #028fe1;
- background: url("../../static/img/bg/bg_1.png");
- background-size: 100%;
- background-repeat: no-repeat;
- }
- .bgStyle2 {
- background-color: #028fe1;
- background: url("../../static/img/bg/bg_2.png");
- background-size: 100%;
- background-repeat: no-repeat;
- }
- .bgStyle3 {
- background-color: #028fe1;
- background: url("../../static/img/bg/bg_3.png");
- background-size: 100%;
- background-repeat: no-repeat;
- }
- .bgStyle4 {
- background-color: #028fe1;
- background: url("../../static/img/bg/bg_4.png");
- background-size: 100%;
- background-repeat: no-repeat;
- }
- .bgStyle5 {
- background-color: #028fe1;
- background: url("../../static/img/bg/bg_5.png");
- background-size: 100%;
- background-repeat: no-repeat;
- }
- .bgStyle6 {
- background-color: #028fe1;
- background: url("../../static/img/bg/bg_6.png");
- background-size: 100%;
- background-repeat: no-repeat;
- }
- .bgStyle7 {
- background-color: #028fe1;
- 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_8.png");
- background-size: 100%;
- background-repeat: no-repeat;
- }
- .bgStyle9 {
- background-color: #028fe1;
- 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_10.png");
- background-size: 100%;
- background-repeat: no-repeat;
- }
- ul, li {
- list-style: none;
- margin: 0;
- padding: 0;
- }
- s,em,i {
- font-style: normal;
- text-decoration: none;
- }
|