bg.css 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .bgStyle1 {
  2. background-color: #028fe1;
  3. background: url("../../static/img/bg/bg_1.png");
  4. background-size: 100%;
  5. background-repeat: no-repeat;
  6. }
  7. .bgStyle2 {
  8. background-color: #028fe1;
  9. background: url("../../static/img/bg/bg_2.png");
  10. background-size: 100%;
  11. background-repeat: no-repeat;
  12. }
  13. .bgStyle3 {
  14. background-color: #028fe1;
  15. background: url("../../static/img/bg/bg_3.png");
  16. background-size: 100%;
  17. background-repeat: no-repeat;
  18. }
  19. .bgStyle4 {
  20. background-color: #028fe1;
  21. background: url("../../static/img/bg/bg_4.png");
  22. background-size: 100%;
  23. background-repeat: no-repeat;
  24. }
  25. .bgStyle5 {
  26. background-color: #028fe1;
  27. background: url("../../static/img/bg/bg_5.png");
  28. background-size: 100%;
  29. background-repeat: no-repeat;
  30. }
  31. .bgStyle6 {
  32. background-color: #028fe1;
  33. background: url("../../static/img/bg/bg_6.png");
  34. background-size: 100%;
  35. background-repeat: no-repeat;
  36. }
  37. .bgStyle7 {
  38. background-color: #028fe1;
  39. background: url("../../static/img/bg/bg_7.png");
  40. background-size: 100%;
  41. background-repeat: no-repeat;
  42. }
  43. .bgStyle8 {
  44. background-color: #028fe1;
  45. background: url("../../static/img/bg/bg_8.png");
  46. background-size: 100%;
  47. background-repeat: no-repeat;
  48. }
  49. .bgStyle9 {
  50. background-color: #028fe1;
  51. background: url("../../static/img/bg/bg_9.png");
  52. background-size: 100%;
  53. background-repeat: no-repeat;
  54. }
  55. .bgStyle10 {
  56. background-color: #028fe1;
  57. background: url("../../static/img/bg/bg_10.png");
  58. background-size: 100%;
  59. background-repeat: no-repeat;
  60. }
  61. ul, li {
  62. list-style: none;
  63. margin: 0;
  64. padding: 0;
  65. }
  66. s,em,i {
  67. font-style: normal;
  68. text-decoration: none;
  69. }