1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- @CHARSET "UTF-8";
- .barcode_input{
- padding: 0 5px;
- }
- .update_icon{
- float: left;
- width: 20px;
- height: 20px;
- margin: 2px 0 0 10px;
- display: none;
- }
- .order_id{
- width: 5%;
- }
- .order_barcode{
- width: 15%;
- white-space: nowrap;
- overflow: hidden;
- }
- .goods_no{
- width: 15%;
- }
- .goods_info{
- width: 40%;
- white-space: nowrap;
- overflow: hidden;
- }
- .goods_info:hover{
- cusor: pointer;
- }
- .worker{
- width: 10%;
- }
- .allot_time{
- width: 15%;
- }
- .top_statistics{
- float: left;
- width: 100%;
- font-size: 12px;
- }
- .top_start, .top_end, .top_total{
- color: red;
- }
- .status_btn{
- float: left;
- margin-left: 20px;
- }
- .orders_middle{
- min-height: 680px;
- height: auto;
- padding-top: 20px;
- }
- .search_bc, .search_bc_btn, .search_sn, .search_sn_btn, .search_gn, .search_gn_btn{
- float: left;
- margin: 0px 5px;
- }
- .allot_form{
- position: fixed;
- float: left;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.5);
- z-index: 2;
- font-size: 13px;
- display: none;
- }
- .allot_form>form{
- width: 300px;
- margin: 200px auto 0 auto;
- background-color: #fff;
- padding: 30px;
- }
- .allot_form>form>label{
- float: left;
- width: 100%;
- margin-top: 10px;
- }
- .form-input{
- width: 100%;
- float: left;
- margin: 10px auto;
- }
- .ib{
- margin-top: 15px;
- }
|