#top10Div { width: 100%; height: 50%; /* background-color: hotpink; */ /* margin-bottom: 80px; */ /* margin-top: 50px; */ } #top10Div>table { width: 100%; height: 50%; background-color: rgba(0, 0, 0, 0); /* border-collapse:collapse; */ /* color: aqua; */ /* font: italic 400 16px "宋体"; */ /* border-radius: 10px; */ } .top_10_table td, .top_10_table th{ padding: 9px 9px; } .no_bgc_table{ width: 100%; height: 50%; padding: 2px; background-color: rgba(0, 0, 0, 0); color:rgba(255,255,255,.7); } .no_bgc_table_head{ background-color: rgba(0, 0, 0, 0); color:rgba(255,255,255,.7); } .top_10_table tr { border-bottom: 1px solid rgba(77,255,255,.5); } .cnt_div{ color: #fff; background-color: rgba(0, 48, 64, .6); } .color_white{ color: #fff; } .cnt_left_div{ width: 50%; float: left; } .cnt_right_div{ width: 50%; float: right; } .padding_2_p{ padding: 5px; } .padding_right_2_p{ padding: 2%; } .my_sep{ width: 96%; /* text-align: center; */ height: 2px; margin-left: 2%; } .select_tr{ background: rgba(255,87,34,.5) !important; } .over_tr{ background: rgba(255,87,34,.8) !important; } .select_btn{ color: #FF5722; } .badge{ width: 40px ; }