zm
2020-04-12 0d659cff38f50d83e782a9f8c5c20fb54a5c0321
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@import "./base.less";
 
.todos_total {
    position:relative;
    i {
        position: absolute;
        left: 26px;
    }
}
 
div.pop_panel div.heading.creat_bill_heading {
    background: #20b4aa;
    height: 52px !important;
    color: #fff;
    line-height: 52px;
    text-align: center;
    font-size: 18px;   
}
 
div.pop_panel div.body {
    padding-top:25px;
    height:90%;
    overflow-y:auto !important;
    overflow-x: hidden;
}