bg.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .bgStyle1 {
  2. background-color: #028fe1;
  3. background: url("../../static/img/bg/bg_1.png");
  4. background-size: 100% 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% 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% 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% 100%;
  23. background-repeat: no-repeat;
  24. }
  25. /*bg2*/
  26. .bg2Style1 {
  27. background-color: #028fe1;
  28. background: url("../../static/img/bg/bg2_1.png");
  29. background-size: 100% 100%;
  30. background-repeat: no-repeat;
  31. }
  32. .bg2Style2 {
  33. background-color: #028fe1;
  34. background: url("../../static/img/bg/bg2_2.png");
  35. background-size: 100% 100%;
  36. background-repeat: no-repeat;
  37. }
  38. .bg2Style3 {
  39. background-color: #028fe1;
  40. background: url("../../static/img/bg/bg2_3.png");
  41. background-size: 100% 100%;
  42. background-repeat: no-repeat;
  43. }
  44. .bg2Style4 {
  45. background-color: #028fe1;
  46. background: url("../../static/img/bg/bg2_4.png");
  47. background-size: 100% 100%;
  48. background-repeat: no-repeat;
  49. }
  50. ul, li {
  51. list-style: none;
  52. margin: 0;
  53. padding: 0;
  54. }
  55. s, em, i {
  56. font-style: normal;
  57. text-decoration: none;
  58. }