You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

38 lines
380 B

  1. input{
  2. font-size: 13px;
  3. }
  4. select{
  5. height: 28px;
  6. }
  7. .main_style{
  8. float: left;
  9. margin-top: 35px;
  10. margin-left: 40px;
  11. min-width: 1160px;
  12. }
  13. .list_middle{
  14. vertical-align: middle!important;
  15. text-align: center;
  16. }
  17. .ui_hide{
  18. display: none;
  19. }
  20. .float_left{
  21. float: left;
  22. }
  23. .clear_div{
  24. clear: both;
  25. }
  26. .sub_button{
  27. border: 0!important;
  28. border-radius:5px;
  29. opacity: 0.5;
  30. }