Administrator
2022-09-14 58d006e05dcf2a20d0ec5367dd03d66a61db6849
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.navbar .navbar-brand{
            font-size: 28px;
            width: 342px;
            background: url(/template/assets/avatars/logo1.png) 55px no-repeat;
            /* line-height: 33px; */
            padding-top: 5px;
            padding-bottom: 5px;
        }
        .i-logo{
            background: url(/template/assets/avatars/logo.png) no-repeat;
            display: inline-block;
            width: 35px;
            height: 28px;
            background-size: 100%;
        }
.btn{
           /* border:none;*/
        }
        .ace-nav>li{
            /*border-left: none;*/
        }
        .navbar{
           /* min-height: 60px;*/
        }
        .ace-nav>li{
            /*line-height: 60px;*/
        }
        .nav-tabs{
            border-bottom: 2px #5D8AB3 solid;
            height: 40px;
            padding: 0px 10px;
        }
        .nav-tabs>li.active>a,.nav-tabs>li.active>a:hover{
            line-height: 25px;
            margin-right: 5px;
            margin-top: 8px;
            margin-top: none !important;
            box-shadow: none;
            border:1px #6B95BA solid;
            border-radius: 2px 2px 0px 0px !important;
            border-bottom: none !important;
        }
        .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
            color: #fff;
            border-color: #c5d0dc;
            /*border-top: 2px solid #4c8fbd;*/
            border-bottom-color: transparent;
            background-color: #FFF;
            z-index: 12;
            line-height: 26px;
            margin-top: 7px;
            box-shadow:none;
            margin-right: 5px;
            background: #6B95BA;
            border:1px solid #6B95BA;
            border-radius: 2px 2px 0px 0px !important;
        }
        .nav-tabs>li>a, .nav-tabs>li>a:focus {
           /* border-radius: 0!important;*/
            background-color: #FFFFFF;
            color: #999;
            margin-right: -1px;
            line-height: 25px;
            position: relative;
            z-index: 11;
            border-color: #c5d0dc;
            margin-top: 7px;
            margin-right: 5px;
            border-radius: 2px 2px 0px 0px !important;
        }
        /*.nav-tabs>li.active>a>.badge, .nav-tabs>li.active>a>[class*="icon-"]{
             position: absolute;
            right: 2px;
            top: 13px;
        }*/