You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
528 lines
8.5 KiB
CSS
528 lines
8.5 KiB
CSS
5 years ago
|
@charset "utf-8";
|
||
|
body {
|
||
|
background: #F1F1F1;
|
||
|
}
|
||
|
|
||
|
.border_right {
|
||
|
border: 1px solid #D7DFE3;
|
||
|
}
|
||
|
|
||
|
.matter_right {
|
||
|
min-height: 866px;
|
||
|
}
|
||
|
|
||
|
.form-group {
|
||
|
margin-right: 15px;
|
||
|
}
|
||
|
|
||
|
|
||
|
/*订单结算*/
|
||
|
|
||
|
|
||
|
/*收入结算*/
|
||
|
|
||
|
.mrc_colum1_3_3 {
|
||
|
float: right;
|
||
|
width: 144px;
|
||
|
}
|
||
|
|
||
|
.mrc_colum1_6_6 {
|
||
|
float: right;
|
||
|
width: 144px;
|
||
|
}
|
||
|
|
||
|
.mrc_colum0_8_3 {
|
||
|
float: right;
|
||
|
width: auto;
|
||
|
}
|
||
|
|
||
|
.bootstrap-select.btn-group .btn .caret {
|
||
|
border: none;
|
||
|
width: 11px;
|
||
|
height: 5px;
|
||
|
background: url(../images/overview_btn_down.png) no-repeat center;
|
||
|
right: 5pt;
|
||
|
}
|
||
|
|
||
|
.bootstrap-select>.btn {
|
||
|
border-radius: 3px;
|
||
|
}
|
||
|
|
||
|
.dropdown-menu {
|
||
|
padding-left: 0;
|
||
|
padding-right: 0;
|
||
|
}
|
||
|
|
||
|
.bootstrap-select.btn-group .btn .filter-option {
|
||
|
color: #666;
|
||
|
}
|
||
|
|
||
|
.dropdown-menu>li>a {
|
||
|
color: #666
|
||
|
}
|
||
|
|
||
|
.dropdown-menu>li>a:hover,
|
||
|
.dropdown-menu>li>a:focus,
|
||
|
.dropdown-submenu:hover>a,
|
||
|
.dropdown-submenu:focus>a {
|
||
|
background: #F6F5F5;
|
||
|
color: #666;
|
||
|
}
|
||
|
|
||
|
.dropdown-menu>.active>a,
|
||
|
.dropdown-menu>.active>a:hover,
|
||
|
.dropdown-menu>.active>a:focus {
|
||
|
background: #5A90EE;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.mrc {
|
||
|
padding-left: 0;
|
||
|
}
|
||
|
|
||
|
.dropdown-menu>li>a {
|
||
|
padding: 7px 20px;
|
||
|
}
|
||
|
|
||
|
.user_btn {
|
||
|
background: #5A90EE !important;
|
||
|
min-width: 76px;
|
||
|
border-radius: 5px;
|
||
|
}
|
||
|
|
||
|
.table_container .table>thead>tr>th {
|
||
|
padding-top: 10px;
|
||
|
padding-bottom: 10px;
|
||
|
background-color: #F6F5F5;
|
||
|
color: #666;
|
||
|
border: none;
|
||
|
font-size: 14px;
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
|
||
|
.settlement .table_container .table>tfoot>tr {
|
||
|
background: #FCFCFC;
|
||
|
border-top: 1px solid #E1E7F0;
|
||
|
border-bottom: 1px solid #E1E7F0;
|
||
|
}
|
||
|
|
||
|
.settlement .table_container .table>tfoot>tr>td {
|
||
|
text-align: left;
|
||
|
padding: 10px;
|
||
|
font-weight: 600;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.settlement .table_container .table>tfoot>tr>td .tit {
|
||
|
color: #666;
|
||
|
}
|
||
|
|
||
|
.settlement .table_container .table>tfoot>tr>td .blue_txt {
|
||
|
color: #5A90EE;
|
||
|
padding-right: 20px;
|
||
|
}
|
||
|
|
||
|
.btn-default {
|
||
|
border-color: #E5E5E5;
|
||
|
}
|
||
|
|
||
|
.dropdown-menu {
|
||
|
border-color: #E5E5E5;
|
||
|
}
|
||
|
|
||
|
.table_striped>tbody>tr {
|
||
|
border-top: 1px solid #E1E7F0;
|
||
|
}
|
||
|
|
||
|
.table_striped>tbody>tr:nth-of-type(2n+1) {
|
||
|
background: #fff;
|
||
|
}
|
||
|
|
||
|
.table_striped>tbody>tr:nth-of-type(2n) {
|
||
|
background: #FCFCFC;
|
||
|
}
|
||
|
|
||
|
.table>tbody>tr>td {
|
||
|
padding: 12px;
|
||
|
}
|
||
|
|
||
|
|
||
|
/*订单查询*/
|
||
|
|
||
|
.mrc_colum3_5 {
|
||
|
float: right;
|
||
|
width: auto;
|
||
|
}
|
||
|
|
||
|
.export_btn {
|
||
|
width: auto;
|
||
|
}
|
||
|
|
||
|
.export_btn .export_icon {
|
||
|
display: inline-block;
|
||
|
width: 14px;
|
||
|
height: 14px;
|
||
|
background: url(../images/gamemanagement_btn_export.png) no-repeat;
|
||
|
background-size: 100%;
|
||
|
vertical-align: middle;
|
||
|
margin-right: 5px;
|
||
|
}
|
||
|
|
||
|
.export_btn span {
|
||
|
display: inline-block;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
.table>thead:first-child>tr:first-child>th {
|
||
|
border-top: 1px solid #E1E7F0;
|
||
|
}
|
||
|
|
||
|
.form-control {
|
||
|
border: 1px solid #ccc;
|
||
|
box-shadow: none;
|
||
|
border-radius: 3px !important;
|
||
|
}
|
||
|
|
||
|
.registerdetail .input-group {
|
||
|
position: relative;
|
||
|
width: 144px;
|
||
|
}
|
||
|
|
||
|
.input-group .arrow_icon {
|
||
|
position: absolute;
|
||
|
width: 11px;
|
||
|
height: 5px;
|
||
|
background: url(../images/overview_btn_down.png) no-repeat center;
|
||
|
right: 5pt;
|
||
|
top: 16px;
|
||
|
}
|
||
|
|
||
|
|
||
|
/*数据统计*/
|
||
|
|
||
|
|
||
|
/*留存分析*/
|
||
|
|
||
|
.matter_right_content .title {
|
||
|
border: none;
|
||
|
min-height: auto;
|
||
|
}
|
||
|
|
||
|
.matter_right_content .title i {
|
||
|
display: inline-block;
|
||
|
width: 16px;
|
||
|
height: 16px;
|
||
|
vertical-align: middle;
|
||
|
margin-right: 5px;
|
||
|
}
|
||
|
|
||
|
.matter_right_content .title i.liucun_icon {
|
||
|
background: url(../images/datastatistics_icon_data.png) no-repeat;
|
||
|
background-size: 100%;
|
||
|
}
|
||
|
|
||
|
.matter_right_content .title span {
|
||
|
vertical-align: middle;
|
||
|
color: #666;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.form-group-sm select.form-control {
|
||
|
height: 34px;
|
||
|
line-height: 34px;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.form-group-sm .form-control {
|
||
|
height: 34px;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.user_btn3 {
|
||
|
padding: 7px 10px;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.table-bordered>tbody>tr>td {
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
.table>thead:first-child>tr:first-child>th {
|
||
|
border-left: none;
|
||
|
border-right: none;
|
||
|
background-color: #F6F5F5;
|
||
|
color: #666666;
|
||
|
font-weight: 600;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.table-container .table>tbody>tr>td {
|
||
|
padding-top: 10px;
|
||
|
padding-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
|
||
|
/*流失分析*/
|
||
|
|
||
|
.matter_right_content .title i.liushi_icon {
|
||
|
width: 12px;
|
||
|
height: 15px;
|
||
|
background: url(../images/datastatistics_icon_loss.png) no-repeat;
|
||
|
background-size: 100%;
|
||
|
}
|
||
|
|
||
|
.nav-pills li a {
|
||
|
width: 90px;
|
||
|
}
|
||
|
|
||
|
.user_btn3,
|
||
|
.user_btn3:focus {
|
||
|
padding: 7px 10px;
|
||
|
font-size: 14px;
|
||
|
border-radius: 5px;
|
||
|
}
|
||
|
|
||
|
|
||
|
/*游戏管理*/
|
||
|
|
||
|
.matter_right_search {
|
||
|
margin-left: 0;
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
|
||
|
.matter_create_right {
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.tabtitle .tab_btn {
|
||
|
width: 68px;
|
||
|
height: 34px;
|
||
|
line-height: 32px; /*边框会影响字体居中 所以行高不能和高度一样*/
|
||
|
text-align: center;
|
||
|
border: 1px solid #D7DFE3;
|
||
|
border-radius: 3px;
|
||
|
color: #999;
|
||
|
font-size: 14px;
|
||
|
padding: 0;
|
||
|
background: #fff;
|
||
|
}
|
||
|
|
||
|
.tabtitle .tab_btn.active {
|
||
|
background-color: #5A90EE;
|
||
|
border-color: #5A90EE;
|
||
|
}
|
||
|
|
||
|
.btn_adds {
|
||
|
width: 98px;
|
||
|
height: 34px;
|
||
|
line-height: 34px;
|
||
|
padding: 0;
|
||
|
background: #5DC725 !important;
|
||
|
}
|
||
|
|
||
|
.btn_adds:hover {
|
||
|
background: #69D431 !important;
|
||
|
}
|
||
|
|
||
|
.btn_adds .icon-adds {
|
||
|
display: inline-block;
|
||
|
vertical-align: middle;
|
||
|
width: 14px;
|
||
|
height: 14px;
|
||
|
background: url(../images/gamemanagement_btn_add.png) no-repeat;
|
||
|
background-size: 100%;
|
||
|
margin-right: 5px;
|
||
|
margin-top: -3px;
|
||
|
}
|
||
|
|
||
|
.btn_adds span {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.btn_delete {
|
||
|
width: 76px;
|
||
|
height: 34px;
|
||
|
line-height: 34px;
|
||
|
background: #FF6161 !important;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.btn_delete:hover,
|
||
|
.btn_delete:focus {
|
||
|
background: #FB6E6E !important;
|
||
|
}
|
||
|
|
||
|
.checked {
|
||
|
width: 18px;
|
||
|
height: 18px;
|
||
|
margin: 0;
|
||
|
vertical-align: middle;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.checked input[type="checkbox"] {
|
||
|
position: absolute;
|
||
|
clip: rect(0, 0, 0, 0);
|
||
|
}
|
||
|
|
||
|
.checked .check_icon {
|
||
|
display: inline-block;
|
||
|
width: 18px;
|
||
|
height: 18px;
|
||
|
}
|
||
|
|
||
|
.checked input[type="checkbox"]+.check_icon {
|
||
|
background: url(../images/check.png) no-repeat;
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
|
||
|
.checked input[type="checkbox"]+.check_icon:hover {
|
||
|
background: url(../images/check.png) no-repeat;
|
||
|
background-position: -40px 0;
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
|
||
|
.checked input[type="checkbox"]:checked+.check_icon {
|
||
|
background: url(../images/check.png) no-repeat;
|
||
|
background-position: -20px 0;
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
|
||
|
.table_new {
|
||
|
font-size: 14px;
|
||
|
color: #999;
|
||
|
}
|
||
|
|
||
|
.table_container .table>thead>tr>th.gname {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.table_control td .gname,
|
||
|
.table_control td .gtype {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.table_control td .btn_style_green {
|
||
|
border-radius: 3px;
|
||
|
}
|
||
|
|
||
|
.table_control td .btn_style_red {
|
||
|
border-radius: 3px;
|
||
|
}
|
||
|
|
||
|
.game_pro img {
|
||
|
width: 54px;
|
||
|
}
|
||
|
|
||
|
.game_pro ul li {
|
||
|
float: left;
|
||
|
text-align: center;
|
||
|
width: 20%;
|
||
|
font-size: 12px;
|
||
|
color: #999;
|
||
|
position: relative;
|
||
|
}
|
||
|
.game_pro ul li:after{
|
||
|
content: "";
|
||
|
display: block;
|
||
|
width: 18px;
|
||
|
height: 20px;
|
||
|
background: url(../images/gamemanagement_icon_point.png) no-repeat;
|
||
|
position: absolute;
|
||
|
top: 50%;
|
||
|
margin-top: -10px;
|
||
|
}
|
||
|
.game_pro ul li:first-of-type:after{
|
||
|
display: none;
|
||
|
}
|
||
|
.game_pro .title_pro {
|
||
|
font-size: 16px;
|
||
|
color: #333;
|
||
|
line-height: 30px;
|
||
|
}
|
||
|
|
||
|
|
||
|
/*添加游戏-添加游戏*/
|
||
|
|
||
|
.mrc_right4_3_3 {
|
||
|
width: 420px;
|
||
|
}
|
||
|
|
||
|
.check_radio input[type="radio"] {
|
||
|
opacity: 0;
|
||
|
}
|
||
|
|
||
|
.check_radio span {
|
||
|
display: inline-block;
|
||
|
position: relative;
|
||
|
padding-left: 10px;
|
||
|
padding-top: 2px;
|
||
|
}
|
||
|
|
||
|
.check_radio span::before {
|
||
|
content: "";
|
||
|
display: inline-block;
|
||
|
position: absolute;
|
||
|
width: 16px;
|
||
|
height: 16px;
|
||
|
left: 0;
|
||
|
top: 2px;
|
||
|
margin-left: -16px;
|
||
|
border: 1px solid #A0A0A0;
|
||
|
border-radius: 50%;
|
||
|
background-color: #fff;
|
||
|
-webkit-transition: border 0.15s ease-in-out;
|
||
|
-o-transition: border 0.15s ease-in-out;
|
||
|
transition: border 0.15s ease-in-out;
|
||
|
}
|
||
|
|
||
|
.radio-primary input[type="radio"]:checked+span::after {
|
||
|
background-color: #666666;
|
||
|
-webkit-transform: scale(1, 1);
|
||
|
-ms-transform: scale(1, 1);
|
||
|
-o-transform: scale(1, 1);
|
||
|
transform: scale(1, 1);
|
||
|
}
|
||
|
|
||
|
.check_radio span::after {
|
||
|
display: inline-block;
|
||
|
position: absolute;
|
||
|
content: "";
|
||
|
width: 10px;
|
||
|
height: 10px;
|
||
|
left: 8px;
|
||
|
top: 6px;
|
||
|
margin-left: -20px;
|
||
|
border-radius: 50%;
|
||
|
-webkit-transform: scale(0, 0);
|
||
|
-ms-transform: scale(0, 0);
|
||
|
-o-transform: scale(0, 0);
|
||
|
transform: scale(0, 0);
|
||
|
-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
|
||
|
-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
|
||
|
-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
|
||
|
transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
|
||
|
}
|
||
|
|
||
|
.has-error .form-control {
|
||
|
border-color: #FF6161;
|
||
|
}
|
||
|
|
||
|
.error {
|
||
|
color: #FF6161;
|
||
|
}
|
||
|
|
||
|
/*发布礼包*/
|
||
|
.matter_right_content .title i.gift_icon{
|
||
|
width: 16px;
|
||
|
height: 18px;
|
||
|
background: url(../images/gamemanagement_icon_gift.png) no-repeat;
|
||
|
background-size: 100%;
|
||
|
}
|
||
|
|
||
|
/*发布区服*/
|
||
|
.matter_right_content .title i.qufu_icon{
|
||
|
background: url(../images/gamemanagement_icon_servicearea.png) no-repeat;
|
||
|
background-size: 100%;
|
||
|
}
|