/*tabbar*/ .tabbar ul { overflow: hidden; display: flex; flex-flow: row; } .tabbar ul li { flex: 1; padding: 9px 0; text-align: center; font-weight: bold; border-left: 1px solid #ddd; } .tabbar ul li:hover { cursor: pointer; color: rgb(250, 167, 85); } .tabbar ul li:first-child { border-left: none; } .tabbar ul li.active { color: white; background: url(../images/nav_bg.jpg) repeat-x; background-position-y: -2px; opacity: 0.9; } /*tabbox*/ .tabbox table { width: 100%; background: #234; } .tabbox table td { font-size: 14px; background: #000; color: #fff; text-align: center; padding-top: 10px; padding-bottom: 10px; } .tabbox table thead > tr > td:nth-child(1), td:nth-child(2), td:nth-child(3), td:nth-child(4), td:nth-child(5), td:nth-child(6) { width: 13%; } .tabbox table thead > tr > td { background-color: #000; color: #fff; font-weight: bold; } .tabbox table tbody > tr > td > span { display: block; color: #fff; } .tabbox table tbody > tr:nth-child(odd) > td { background-color: #1c1c1c; } .tabbox table tbody > tr:hover > td { background-color: #222; } .tabbox table tbody > tr > td:first-child { color: #FF7F00; font-weight: bold; } /***************/ #mg { padding: 2px; border-top: 1px solid #ddd; } #mg_daily { display: none; border-top: 1px solid #ddd; justify-content: center; } #mg_daily img { max-width: 100%; } #js_sudi, #js_rili { display: none; border-top: 1px solid #ddd; } /***********/ #mg_messagebox { float: right; padding-right: 10px; } #mg_messagebox > span { color: red; margin-left: 10px; } #mg_time { display: none; } .declare { border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 5px 10px; line-height: 24px; color: red; }