@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;}
|
|
|
|
|