商丘市柘城县——前端

inits.css 430B

12345678910111213141516171819202122232425
  1. .clearFix:after {
  2. content: "";
  3. display: block;
  4. clear:both;
  5. }
  6. body,input, select, textarea{
  7. font-size: 14px;
  8. }
  9. .new_head{
  10. height: 50px;
  11. line-height:50px;
  12. color: #fff;
  13. background: #1a1a1f;
  14. }
  15. .new_head_title,.new_head_left,.new_head_right{
  16. line-height: 50px!important;
  17. color: #fff!important;
  18. }
  19. .block_button{
  20. width: 95%;
  21. margin: 0 auto;
  22. letter-spacing: 18px;
  23. padding: 6px 0;
  24. }