index.css 912 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. body,html,h1,h2,h3,h4,h5,h6,p,ul,li {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. body,html {
  6. background-color: #fff;
  7. height: 100%;
  8. /*min-width: 1250px;*/
  9. margin: 0 auto;
  10. width: 100%;
  11. }
  12. a {
  13. text-decoration: none;
  14. }
  15. ul li{
  16. list-style: none;
  17. box-sizing:border-box;
  18. }
  19. div {
  20. box-sizing:border-box;
  21. }
  22. /*版心*/
  23. .w {
  24. width: 962px;
  25. margin: 0 auto;
  26. overflow: hidden;
  27. }
  28. .left {
  29. float: left;
  30. }
  31. .right {
  32. float: right;
  33. }
  34. .wsix {
  35. width: 64%;
  36. float: left;
  37. }
  38. .wfour {
  39. margin-left: 2%;
  40. width: 34%;
  41. float: right;
  42. }
  43. .wthree {
  44. float: left;
  45. width: 25%;
  46. margin-left: 1%;
  47. }
  48. .wseven {
  49. float: right;
  50. width: 73%;
  51. margin-left: 1%;
  52. }
  53. .vertical{
  54. background-color: #79c71e;
  55. height: 20px;
  56. width: 4px;
  57. display: inline-block;
  58. /* margin-top: 20px;*/
  59. }
  60. .text {
  61. color: #79c71e;
  62. margin-left: 5px;
  63. font-size: 20px;
  64. }
  65. .block {
  66. text-align: center;
  67. margin-top: 20px;
  68. margin-bottom: 20px;
  69. }