1
hao
2025-04-16 8f175e836561887b940ae5d3a125425ee9095370
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
/* body{
                background: linear-gradient(to left, #6495ED, #B0E0E6);
            } */
            /*导航栏背景颜色*/
            /* .mui-bar {
               background-color: #FFFFCC;
            } */
            /*返回按钮图标*/
            .mui-bar .mui-icon {
                font-size: 30px;
                padding-top: 7px;
                padding-bottom: 13px;
                color: #000000;
            }
 
            /*标题*/
            .mui-bar .mui-title {
                font-weight: 400;
                color: #000000;
            }
 
            /*导航栏底部阴影*/
            .mui-bar-nav {
                box-shadow: 0px 1px 0px 0px #999999;
            }
 
            /*导航栏背景颜色*/
            header.mui-bar {
                background-color: #99CCFF;
            }
 
            .mui-content {
                margin-top: 2px;
 
            }
 
            .mui-btn {
                width: 80px;
            }
 
            .mui-badge1 {
                padding: 0px;
                width: 65%;
                float: right;
                line-height: 42px;
                font-size: 14px;
            }
 
            input[readonly] {
                background-color: #f1f1f5
            }
 
            .ulcss {
                margin-top: 0.625rem;
            }
 
            .acss a {
                text-align: center;
                color: #fff;
                text-decoration: none;
                /* background-color: rgb(100,149,237); */
            }