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.

83 lines
1.8 KiB

8 months ago
  1. /*页面header按钮 */
  2. .xj-btn-1{
  3. padding: 3px 3px;
  4. color: #fff;
  5. background-color: #337ab7;
  6. border-color: #2e6da4;
  7. text-decoration: none;
  8. display: inline-block;
  9. font-size: 14px;
  10. font-weight: normal;
  11. line-height: 1.42857143;
  12. text-align: center;
  13. white-space: nowrap;
  14. vertical-align: middle;
  15. touch-action: manipulation;
  16. cursor: pointer;
  17. user-select: none;
  18. background-image: none;
  19. border: 1px solid transparent;
  20. border-radius: 4px;
  21. }
  22. /*弹出框div及下级按钮样式*/
  23. .xj-div-2 {
  24. TEXT-ALIGN: center;
  25. padding: 9px;
  26. border-top: 1px solid #e5e5e5;
  27. box-sizing: border-box;
  28. }
  29. .xj-div-2 > button{
  30. color: #fff;
  31. background-color: #449d44;
  32. border-color: #398439;
  33. text-decoration: none;
  34. padding: 1px 6px;
  35. display: inline-block;
  36. font-size: 14px;
  37. font-weight: normal;
  38. line-height: 1.42857143;
  39. text-align: center;
  40. white-space: nowrap;
  41. vertical-align: middle;
  42. touch-action: manipulation;
  43. cursor: pointer;
  44. user-select: none;
  45. background-image: none;
  46. border: 1px solid transparent;
  47. border-radius: 4px;
  48. }
  49. /*弹出模态框单例CSS*/
  50. .lab-row-1 {
  51. padding-top: 7px;
  52. margin-bottom: 0;
  53. text-align: right;
  54. width: 25%;
  55. float: left;
  56. }
  57. .div-row-1 {
  58. width: 65%;
  59. float: left;
  60. margin-left: 10px;
  61. }
  62. .input-row-1 {
  63. height: 30px;
  64. padding: 0px 12px;
  65. font-size: 11px;
  66. display: block;
  67. width: 100%;
  68. line-height: 1.42857143;
  69. color: #555;
  70. background-color: #fff;
  71. background-image: none;
  72. border: 1px solid #ccc;
  73. border-radius: 4px;
  74. }
  75. .input-row-1[disabled], .input-row-1[readonly], input-row-1[disabled] .input-row-1 {
  76. background-color: #eee;
  77. opacity: 1;
  78. }