12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- body,html,h1,h2,h3,h4,h5,h6,p,ul,li {
- margin: 0;
- padding: 0;
- }
- body,html {
- background-color: #fff;
- height: 100%;
- /*min-width: 1250px;*/
- margin: 0 auto;
- width: 100%;
- }
- a {
- text-decoration: none;
- }
- ul li{
- list-style: none;
- box-sizing:border-box;
- }
- div {
- box-sizing:border-box;
- }
- /*版心*/
- .w {
- width: 962px;
- margin: 0 auto;
- overflow: hidden;
- }
- .left {
- float: left;
- }
- .right {
- float: right;
- }
- .wsix {
- width: 64%;
- float: left;
- }
- .wfour {
- margin-left: 2%;
- width: 34%;
- float: right;
- }
- .wthree {
- float: left;
- width: 25%;
- margin-left: 1%;
- }
- .wseven {
- float: right;
- width: 73%;
- margin-left: 1%;
- }
- .vertical{
- background-color: #79c71e;
- height: 20px;
- width: 4px;
- display: inline-block;
- /* margin-top: 20px;*/
- }
- .text {
- color: #79c71e;
- margin-left: 5px;
- font-size: 20px;
- }
- .block {
- text-align: center;
- margin-top: 20px;
- margin-bottom: 20px;
- }
|