123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- @import url("./variables/variable.less");
- /* @import url("./reset/_reset.less");*/
- @import url("./mixin/common.less");
- @import url("./ui/login.less");
- //opsimport url("./ui/dataInput.less");
- //opsimport url("./ui/attendance.less");
- //opsimport url("./ui/operation_quality.less");
- //opsimport url("./ui/perHour.less");
- //opsimport url("./ui/quality.less");
- //opsimport url("./ui/timer.less");
- .plg-mark {
- padding-right: 5px;
- padding-left: 5px;
- color: @main-color;
- font-size: 16px;
- font-weight: 400px;
- }
- .layui-layer {
- .layui-layer-btn {
- a {
- line-height: 25px
- }
- }
- }
- .left{float: left}
- .right{float: right}
- .dhxform_obj_dhx_web div.dhxform_base {
- padding-left: 0;
- }
- .accr_list{
- border-bottom: 1px solid #ddd;
- .mt-10{
- margin-top:-10px;
-
- }
- }
- .color-999{
- color: #999
- }
- .lab-bold{
- font-size: 13px;
- font-weight: bold;
- }
- .btnForm{
- display: flex;
- flex-direction: column;
- justify-content:center;
- align-items: center;
- align-content:stretch;
- height: 70%;
- a{
- margin: 20px 0;
- i{
- border-radius: 50%;
- font-size: 20px;
- padding: 7px;
- text-align: center;
- transition: all 0.3s;
- }
- &.disable{
- clear: both;
- cursor:no-drop;
- i{
- color: #d2d2d2;
- border: 1px solid #d2d2d2;
- }
- }
- &:not(.disable){
- i{
- color: #1890FF;
- border: 1px solid #d9edf7;
- &:hover{
- background: #1890FF;
- border: 1px solid #1890FF;
- color:#fff;
- }
- }
- }
- }
-
- }
- .tip{
- padding: 16px;
- background-color: #ecf8ff;
- border-radius: 4px;
- border-left: 5px solid #50bfff;
- margin: 10px 0;
- p {
- font-size: 14px;
- color: #5e6d82;
- line-height: 1.5em;
- }
- .text{
- line-height: .38rem;
- color: #666
- }
- }
- .bg-secondary{
- // position: absolute;
- // top: 50%;
- // margin-top:-42/2px;
- left: 5px;
- width: 42px;
- height: 42px;
- line-height: 42px;
- font-size: x-large;
- }
- .f14{
- font-size: 14px;
-
- }
- .row_list{
- .dhxform_label {
- color: #838a9d !important;
- padding: 0 !important;
- }
- }
- .combo.validate_error{
- .dhxform_label{
- align-self: start;
- margin-top: 5px !important;
- }
- }
- .logo {
- height: 34px;
- width: 96px;
- background: url(/ops/images/bcy_logo.svg) no-repeat;
- background-size: contain;
- margin-top: 0.15rem;
- margin-left: 0.25rem;;
- }
|