#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; */ } .no_bgc_table{ width: 100%; 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{ border: none; } .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; } .searchDiv{ margin-top: 44px; font-size: 14px; width: 100%; min-height: 24px; line-height: 24px; display: flex; padding: 15px 10px; background: #003a8c; } .searchDiv > span{ font-size: 14px; display: inline-block; line-height: 24px; } .input_keyword{ flex: 1; outline: none ; border:none; border-radius: 2px; padding: 0 10px; color: #fff; background-color: rgba(255, 255, 255, .8); } .btn { border-radius: 2px; border: none; padding: 0 10px; margin-left: 8px; background-color: #63aa65; /* Green */ color: white; text-align: center; text-decoration: none; display: inline-block; font-size: 14px; cursor: pointer; } .btn:hover { background-color: #3e8e41; } .table_Info{ /* background-color: rgba(0, 48, 64, .5); */ border: 0 none; } .table_Info th, .am-u-sm-12 td { border: 0 none; padding: 10px; } .page{ border-top: 1px solid rgba(77,255,255,.5); position: fixed; left: 0; right: 0; bottom: 50px; height: 50px; padding: 0 10px; } .am-cf{ text-align: center; line-height: 40px; color: #fff; } .pageDiv{ float: right; right: 0; margin-top: 5px; } ul.am-pagination { display: inline-block; padding: 0; margin: 0; } ul.am-pagination li {display: inline;} ul.am-pagination li a { border-radius: 5px; color: #fff; float: left; padding: 4px 8px; text-decoration: none; } .pageDiv .am-pagination .am-active a{ background-color: #4CAF50; color: white; } ul.am-pagination li a:hover:not(.active) {background-color: #ddd;}