【调度系统】广东民航医疗快线调度系统源代码
克樊道人
2024-12-02 61ce8cc6883e5f94e6470141df3484167caf31ed
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
@charset "utf-8";
/* CSS Document */
body { padding-bottom:50px; }
li{list-style:none;}
.time-list{padding:0 6px;}
.time-list li{border:1px solid #E95E60;padding:0;}
.time-list li:first-child{border-radius:4px 0 0 4px;}
.time-list li:last-child{border-radius:0 4px 4px 0;}
.time-list li a{display:block;color:#E95E60;text-decoration:none;}
.time-list li a.active{background:#F35557;color:#fff;}
.nav li{float:left;}
.nav li a{text-align:center;display:block;}
 
.bottom-bar{line-height:100%;min-height:30px;line-height:30px;}
.bottom-bar .row{margin:0;}
.bottom-bar div{padding:0;text-align:center;}
 
.top-bar{font-size:18px;background:#f6f6f8;border-bottom:1px solid #ddd;}
.top-bar .row{height:70px;line-height:70px;}
.top-bar .center{font-weight:bold;padding:0;}
.top-bar a{color:#fd5274;}
 
.title{background:#efeff4;border-bottom:1px solid #ddd;height:60px;font-size:18px;line-height:60px;padding-left:30px;}
 
.content{padding-left:30px;}
.content .row{height:70px;line-height:70px;font-size:20px;border-bottom:1px solid #ddd;}
.content .row .left{color:#000;}
.content .row .right{color:#ccc;padding-right:40px;}