| 12345678910111213141516171819202122232425 |
- .clearFix:after {
- content: "";
- display: block;
- clear:both;
- }
- body,input, select, textarea{
- font-size: 14px;
- }
- .new_head{
- height: 50px;
- line-height:50px;
- color: #fff;
- background: #1a1a1f;
- }
- .new_head_title,.new_head_left,.new_head_right{
- line-height: 50px!important;
- color: #fff!important;
- }
- .block_button{
- width: 95%;
- margin: 0 auto;
- letter-spacing: 18px;
- padding: 6px 0;
- }
|