123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342 |
- /*02/07*/
- /*首页*/
- .indextop{
- width: 100%;
- background-color: #fff;
- padding: 54px 100px 43px;
- box-sizing: border-box;
- box-shadow: 0 0px 10px rgba(144,144,144,.3);
- margin-bottom: 9px;
- }
- .indextop>div{
- min-height: 104px;
- overflow: hidden;
- }
- .indextop div.item{
- float: left;
- width: 25%;
- margin-bottom: 20px;
- }
- .indextop div.item:last-child{
- margin-right: 0;
- }
- .indextop div.item .left{
- float: left;
- width: 104px;
- height: 104px;
- margin-right: 20px;
- font-size:16px;
- color:rgba(255,255,255,1);
- border-radius: 50%;
- text-align: center;
- /*padding: 15px 0;*/
- padding: 10px 0;
- }
- .indextop div.item .left img{
- width: 53px;
- }
- .indextop div.item .right{
- overflow: hidden;
- font-size:12px;
- }
- .indextop div.item .right>h2 {
- height: 44px;
- box-sizing: border-box;
- font-size:24px;
- color:rgba(25,25,25,1);
- margin: 0 0 11px;
- padding: 12px 0;
- max-width: 129px;
- font-family:SimHei;
- white-space: nowrap;
- }
- .indextop div.item .right>h2 span{
- color:rgba(25,25,25,1);
- font-size:12px;
- }
- .indextop div.item .right>p{
- line-height: 13px;
- color:rgba(102,102,102,1);
- font-size:12px;
- }
- /*表格*/
- .indextab{
- width: 100%;
- min-height:758px;
- /*background-color: #fafafa;*/
- background-color: #fff;
- padding: 28px 83px 77px;
- box-sizing: border-box;
- }
- .indextab .row>div{
- min-height: 286px;
- margin-bottom: 35px;
- }
- .indextab .row>div:first-child{
- padding-right: 15px;
- box-sizing: border-box;
- }
- /*.indextab .row .tab-panel{
- background-color: #fff;
- padding: 20px 52px;
- box-sizing: border-box;
- position: relative;
- box-shadow: 0 0 15px rgba(144,144,144,.3);
- }*/
- .indextab .row .tab-panel {
- min-height: 392px;
- }
- .indextab .row .tab-panel .tab-name{
- position: absolute;
- left: 7%;
- top: -31px;
- height: 38px;
- min-width: 300px;
- }
- .indextab .row .tab-panel .tab-name p{
- padding: 0 13px 0 45px;
- font-size:15px;
- color:#fff;
- position: absolute;
- height: 26px;
- line-height: 26px;
- margin: 12px 0;
- border-radius: 5px;
- }
- .indextab .row .tab-panel .tab-name p span{
- position: absolute;
- left: -6px;
- top: -6px;
- width: 38px;
- height: 38px;
- background-color: #fff;
- border-radius: 50%;
- text-align: center;
- line-height: 36px;
- font-size:20px;
- color:rgba(0,0,0,1);
- font-family:YouYuan;
- }
- .indextab .row .tab-panel .more-icon{
- position: absolute;
- right: 15px;
- top: 13px;
- }
- .indextab .row .tab-panel .more-icon img{
- width: 24px;
- /*height: 100%;*/
- }
- .indextab .row .tab-panel .left{
- float: left;
- min-height: 203px;
- width: 126px;
- margin-right: 20px;
- }
- .indextab .row .tab-panel .index-rtab{
- overflow: hidden;
- /*padding: 0 52px;*/
- }
- .indextab .row .tab-panel .index-rtab table{
- width: 100%;
- text-align: center;
- }
- .indextab .row .tab-panel .index-rtab table thead th{
- /* font-size:16px;
- color:rgba(0,0,0,1);
- padding-bottom: 16px;
- box-sizing: border-box;
- text-align: center;*/
- font-size:14px;
- color: #ffffff;
- /*padding-bottom: 16px;*/
- box-sizing: border-box;
- text-align: center;
- line-height: 38px;
- font-weight: 300;
- border-right: 1px solid #ffffff;
- }
- .indextab .row .tab-panel .index-rtab table thead th:last-child {
- border-right: none;
- }
- .indextab .row .tab-panel .index-rtab table tbody tr{
- height: 48px;
- background-color: #ffffff;
- line-height: 48px;
- font-size:14px;
- color:rgba(102,102,102,1);
- }
- .indextab .row .tab-panel .index-rtab table tbody tr td:first-child span{
- display: inline-block;
- width: 25px;
- height: 25px;
- border-radius: 50%;
- text-align: center;
- line-height: 25px;
- border: 1px solid #d5d5d5;
- background-color: #ffffff;
- }
- .indextab .row .tab-panel .index-rtab table tbody tr:nth-child(even){
- /*height: 30px;*/
- /*line-height: 30px;*/
- /*font-size:12px;*/
- color:rgba(102,102,102,1);
- }
- .indextab .row .tab-panel .index-rtab table tbody tr td .online{
- display: inline-block;
- color:#fff;
- height: 25px;
- width: 57px;
- text-align: center;
- line-height: 25px;
- background-color: #3ab4e1;
- box-sizing: border-box;
- }
- .indextab .row .tab-panel .index-rtab table tbody tr td .access{
- display: inline-block;
- height: 25px;
- width: 57px;
- line-height: 25px;
- text-align: center;
- color:#fff;
- background-color: #80d200;
- box-sizing: border-box;
- }
- .indextab .row .tab-panel .index-rtab table tbody tr td .offline{
- display: inline-block;
- width: 57px;
- height: 25px;
- line-height: 25px;
- text-align: center;
- color:#fff;
- background-color: #303030;
- box-sizing: border-box;
- }
- .indextab .row .tab-panel .index-rtab table.game tbody tr:nth-child(even){
- background-color: #f3f0ed;
- }
- .indextab .row .tab-panel .index-rtab table.channel tbody tr:nth-child(even){
- background-color: #e7eef1;
- }
- .indextab .row .tab-panel .index-rtab table.channel tbody tr:nth-child(even){
- background-color: #e7eef1;
- }
- /*.indextab .row .tab-panel .index-rtab table.channel tbody tr:nth-child(even) td:last-child .fa{
- background-color: #fff;
- }*/
- .indextab .row .tab-panel .index-rtab table.booked tbody tr:nth-child(even){
- background-color: #f9f9f9;
- }
- .indextab .row .tab-panel .index-rtab table.rank tbody tr:nth-child(even){
- background-color: #f3f0ee;
- }
- .indextab .row .tab-panel .apt-icon{
- /*width: 23px;*/
- height: 22px;
- }
- .indextab .row .tab-panel .opt-icon{
- text-decoration: none;
- }
- .indextab .row .tab-panel .opt-icon .fa{
- font-size: 16px;
- margin-right: 10px;
- }
- /*.indextab .row .tab-panel .opt-icon .fa.fa-trash:before{
- content: "\f1f8";
- }*/
- .indextab .row .tab-panel .opt-icon:last-child{
- margin-right: 0;
- }
- .indextab .row .tab-panel tr .money{
- color:rgba(248,150,45,1);
- }
- .indextab .row .tab-panel tr .link{
- color:rgba(231,87,0,1);
- text-decoration: underline;
- }
- /*屏幕适配*/
- @media screen and (max-width: 1800px){
- .indextop div.item {
- width: 25%;
- }
- }
- @media screen and (max-width: 1300px){
- .indextop {
- padding-left: 20px;
- padding-right: 20px;
- }
- .indextop div.item {
- width: 25%;
- }
- }
- @media (max-width: 1390px){
- .col-lg-6 {
- width: 100%;
- }
- .col-md-12 {
- width: 100%;
- }
- }
- /*2018/03/03*/
- .indextab .row .tab-panel{
- background-color: #fff;
- box-sizing: border-box;
- position: relative;
- border: 1px solid #cfcfcf;
- /*box-shadow: 0 0 15px rgba(144,144,144,.3);*/
- }
- .tab-panel .tab-tit {
- text-align: center;
- font-size: 18px;
- color: #333333;
- font-family: 'MicrosoftYaHei';
- display: block;
- width: 100%;
- height: 50px;
- line-height: 50px;
- }
|