myInput.css 877 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .inputstyle {
  2. width: 200px;
  3. height: 38px;
  4. padding-left: 5px;
  5. line-height: 30px;
  6. line-height: 38px;
  7. border: 1px solid #D7D7D7;
  8. background: #fff;
  9. color: #333;
  10. border-radius: 2px;
  11. font-family: Verdana, Tahoma, Arial;
  12. font-size: 16px;
  13. }
  14. input.inputstyle:focus, input.inputstyle:focus{border:1px solid #198BD4;box-shadow:0 0 12px #198BD4;}
  15. .input-tip {
  16. float: left;
  17. margin-top: 10px;
  18. /*width: 50px;*/
  19. height: 42px;
  20. font-size: 16px;
  21. line-height: 42px;
  22. font-family: "Hiragino Sans GB", "Microsoft Yahei";
  23. }
  24. .input-other {
  25. width:207px;height:42px
  26. }
  27. .inputFile {
  28. opacity: 0;
  29. filter: alpha(opacity=0);
  30. height: 190px;
  31. width: 140px;
  32. position: absolute;
  33. /*top: 0;
  34. left: 0;*/
  35. z-index: 9;
  36. }