add.css 1023 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. body{padding: 0px;
  2. margin: 0px;
  3. line-height: 1.6;
  4. font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif !important;
  5. color: #222;
  6. font-size: 14px;
  7. }
  8. input{
  9. transition: all 0.30s ease-in-out;
  10. -webkit-transition: all 0.30s ease-in-out;
  11. -moz-transition: all 0.30s ease-in-out;
  12. border: 1px solid #ccc;
  13. border-radius: 4px;
  14. outline: none;
  15. padding-left:10px;
  16. height: 34px;
  17. width: 200px;
  18. }
  19. input:focus{
  20. border:1px solid rgb(55, 182, 238);;
  21. box-shadow: 0 0 2px rgb(33, 162, 238);
  22. -webkit-box-shadow: 0 0 2px rgb(33, 162, 238);
  23. -moz-box-shadow: 0 0 2px rgb(33, 162, 238);
  24. }
  25. .div_from_aoto{
  26. margin-left: auto;
  27. margin-right: auto;
  28. padding-left:10px;
  29. margin-top: 30px;
  30. }
  31. .laber_from{
  32. width: 100px;
  33. float: left;
  34. line-height: 35px;
  35. color: #222;
  36. font-weight: normal;
  37. }
  38. .control-group{
  39. padding-bottom: 10px;
  40. }
  41. .input_select{
  42. width: 100px;
  43. height: 30px;
  44. cursor: pointer;
  45. }