style.less 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. @import url("./variables/variable.less");
  2. /* @import url("./reset/_reset.less");*/
  3. @import url("./mixin/common.less");
  4. @import url("./ui/login.less");
  5. //opsimport url("./ui/dataInput.less");
  6. //opsimport url("./ui/attendance.less");
  7. //opsimport url("./ui/operation_quality.less");
  8. //opsimport url("./ui/perHour.less");
  9. //opsimport url("./ui/quality.less");
  10. //opsimport url("./ui/timer.less");
  11. .plg-mark {
  12. padding-right: 5px;
  13. padding-left: 5px;
  14. color: @main-color;
  15. font-size: 16px;
  16. font-weight: 400px;
  17. }
  18. .layui-layer {
  19. .layui-layer-btn {
  20. a {
  21. line-height: 25px
  22. }
  23. }
  24. }
  25. .left{float: left}
  26. .right{float: right}
  27. .dhxform_obj_dhx_web div.dhxform_base {
  28. padding-left: 0;
  29. }
  30. .accr_list{
  31. border-bottom: 1px solid #ddd;
  32. .mt-10{
  33. margin-top:-10px;
  34. }
  35. }
  36. .color-999{
  37. color: #999
  38. }
  39. .lab-bold{
  40. font-size: 13px;
  41. font-weight: bold;
  42. }
  43. .btnForm{
  44. display: flex;
  45. flex-direction: column;
  46. justify-content:center;
  47. align-items: center;
  48. align-content:stretch;
  49. height: 70%;
  50. a{
  51. margin: 20px 0;
  52. i{
  53. border-radius: 50%;
  54. font-size: 20px;
  55. padding: 7px;
  56. text-align: center;
  57. transition: all 0.3s;
  58. }
  59. &.disable{
  60. clear: both;
  61. cursor:no-drop;
  62. i{
  63. color: #d2d2d2;
  64. border: 1px solid #d2d2d2;
  65. }
  66. }
  67. &:not(.disable){
  68. i{
  69. color: #1890FF;
  70. border: 1px solid #d9edf7;
  71. &:hover{
  72. background: #1890FF;
  73. border: 1px solid #1890FF;
  74. color:#fff;
  75. }
  76. }
  77. }
  78. }
  79. }
  80. .tip{
  81. padding: 16px;
  82. background-color: #ecf8ff;
  83. border-radius: 4px;
  84. border-left: 5px solid #50bfff;
  85. margin: 10px 0;
  86. p {
  87. font-size: 14px;
  88. color: #5e6d82;
  89. line-height: 1.5em;
  90. }
  91. .text{
  92. line-height: .38rem;
  93. color: #666
  94. }
  95. }
  96. .bg-secondary{
  97. // position: absolute;
  98. // top: 50%;
  99. // margin-top:-42/2px;
  100. left: 5px;
  101. width: 42px;
  102. height: 42px;
  103. line-height: 42px;
  104. font-size: x-large;
  105. }
  106. .f14{
  107. font-size: 14px;
  108. }
  109. .row_list{
  110. .dhxform_label {
  111. color: #838a9d !important;
  112. padding: 0 !important;
  113. }
  114. }
  115. .combo.validate_error{
  116. .dhxform_label{
  117. align-self: start;
  118. margin-top: 5px !important;
  119. }
  120. }
  121. .logo {
  122. height: 34px;
  123. width: 96px;
  124. background: url(/ops/images/bcy_logo.svg) no-repeat;
  125. background-size: contain;
  126. margin-top: 0.15rem;
  127. margin-left: 0.25rem;;
  128. }