my-css.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. #field{margin-left:.5em;float:left}#field,label{float:left;font-family:Arial,Helvetica,sans-serif;font-size:small}br{clear:both}input{border:1px solid #000;margin-bottom:.5em}input.error{border:1px solid red}label.error{background:url(img/unchecked.png) no-repeat;padding-left:16px;margin-left:.3em}label.valid{background:url(images/checked.gif) no-repeat;display:block;width:16px;height:16px}
  2. @charset "UTF-8";
  3. /* 后台登录按钮样式 */
  4. .btn50{
  5. border-radius: 15px;
  6. width: 300px;
  7. }
  8. /* 后台登录浮动样式 */
  9. .login-remember{
  10. float: right;
  11. }
  12. /* 后台点击图标 */
  13. .cursor,.down-click{
  14. cursor: pointer;
  15. }
  16. /* 覆盖表单修改css样式 */
  17. .table > thead > tr > th,
  18. .table > thead > tr > td,
  19. .table > tbody > tr > th,
  20. .table > tbody > tr > td,
  21. .table > tfoot > tr > th,
  22. .table > tfoot > tr > td {
  23. padding: 8px;
  24. line-height: 1.6;
  25. vertical-align: middle;
  26. border-top: 1px solid #ddd;
  27. }
  28. .label-css {
  29. vertical-align: middle;
  30. margin-right: 3px;
  31. float: none;
  32. }
  33. .hr-css{
  34. margin-top:5px;
  35. margin-bottom: 0;
  36. text-align: center;
  37. width: 100%;
  38. height: 2px;
  39. background-color: goldenrod;
  40. border-radius: 25%;
  41. }
  42. .crumbs{
  43. margin-bottom: 0;
  44. border-radius: 16px;
  45. }
  46. /*jv验证*/
  47. .success{
  48. display: none;
  49. }
  50. .classJ {
  51. border: none;
  52. width: 60px;
  53. outline: none;
  54. cursor: pointer;
  55. }
  56. .input-data {
  57. width: 60px;
  58. border-color: #D3DCE6;
  59. background-color: inherit;
  60. vertical-align: middle;
  61. }
  62. .el-upload__input {
  63. display: none !important;
  64. }
  65. div.error{
  66. background:url('../img/unchecked.png') no-repeat;
  67. padding-left:16px;
  68. margin-left:.3em;
  69. font-size: 12px;
  70. }