441 lines
6.5 KiB
CSS
441 lines
6.5 KiB
CSS
body {
|
|
padding-bottom: 60px;
|
|
}
|
|
.pt70 { padding-top: 70px; }
|
|
.flex-full {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: stretch;
|
|
}
|
|
.flex-full li {
|
|
flex: auto;
|
|
text-align: center;
|
|
}
|
|
.color-dark {
|
|
background-color: #ebebeb;
|
|
}
|
|
.circle-box {
|
|
border-radius: 10px;
|
|
background-color: #fff;
|
|
padding: 20px 8px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.pt15 {
|
|
padding-top: 15px;
|
|
}
|
|
.pt8 {
|
|
padding-top: 8px;
|
|
}
|
|
.pt3 {
|
|
padding-top: 3px;
|
|
}
|
|
.pl0 {
|
|
padding-left: 0;
|
|
}
|
|
.pl5 {
|
|
padding-left: 5px;
|
|
}
|
|
.pr0 {
|
|
padding-right: 0;
|
|
}
|
|
.pr5 {
|
|
padding-right: 5px;
|
|
}
|
|
.mt15 {
|
|
margin-top: 15px;
|
|
}
|
|
.mt8 {
|
|
margin-top: 8px;
|
|
}
|
|
.fs {
|
|
font-size: 12px;
|
|
}
|
|
.w60 {
|
|
width: 60%;
|
|
}
|
|
.w80 {
|
|
width: 80%;
|
|
}
|
|
.w100 {
|
|
width: 100%;
|
|
}
|
|
.panel-img {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
z-index: 999;
|
|
background-color: #000;
|
|
}
|
|
.panel-img .full-screen {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.pay-notice {
|
|
color: #A66B4C;
|
|
}
|
|
.box {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.box .game-logo {
|
|
width: 60px;
|
|
height: 60px;
|
|
}
|
|
.box .item {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.box .grow1 {
|
|
flex-grow: 1;
|
|
}
|
|
.box .grow2 {
|
|
flex-grow: 2;
|
|
}
|
|
.box .grow2 h4 {
|
|
font-size: 16px;
|
|
margin-top: 5px;
|
|
margin-bottom: 2px;
|
|
}
|
|
.box .grow2 p {
|
|
font-size: 12px;
|
|
margin-bottom: 2px;
|
|
}
|
|
.game-notice {
|
|
font-size: 12px;
|
|
text-align: center;
|
|
margin-top: 10px;
|
|
}
|
|
.game-notice span + span {
|
|
margin-left: 6px;
|
|
}
|
|
.agent-nav {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background-color: rgba(230, 227, 228, 0.9);
|
|
height: 50px;
|
|
}
|
|
.agent-nav .nav {
|
|
height: 100%;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: stretch;
|
|
}
|
|
.agent-nav .nav li {
|
|
text-align: center;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
flex: auto;
|
|
font-size: 14px;
|
|
}
|
|
.agent-nav .nav li a {
|
|
flex: auto;
|
|
padding: 6px 0;
|
|
color: #8bbed2;
|
|
}
|
|
.agent-nav .nav li a.active {
|
|
color: #0e90d2;
|
|
}
|
|
.agent-nav .nav li i {
|
|
display: block;
|
|
font-size: 20px;
|
|
}
|
|
.products {
|
|
|
|
}
|
|
.product-box {
|
|
float: left;
|
|
width: 48.5%;
|
|
margin-bottom: 2.5%;
|
|
}
|
|
.product-box:nth-of-type(even) {
|
|
margin-left: 2.5%;
|
|
}
|
|
.product-box label {
|
|
display: block;
|
|
text-align: center;
|
|
border: 1px solid #0e90d2;
|
|
border-radius: 10px;
|
|
margin: 0;
|
|
}
|
|
.product-box label h3 {
|
|
margin: 5px 0;
|
|
}
|
|
.product-box .active {
|
|
background-color: #2697fc;
|
|
color: #fff;
|
|
}
|
|
.money {
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
border-bottom: 1px solid #d3d3d3;
|
|
padding-bottom: 10px;
|
|
}
|
|
.money .red {
|
|
color: red;
|
|
}
|
|
.user-info {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
.user-info .avatar {
|
|
border-radius: 50%;
|
|
width: 60px;
|
|
height: 60px;
|
|
}
|
|
.user-info .logo {
|
|
width: 60px;
|
|
height: 60px;
|
|
}
|
|
.user-info li {
|
|
flex: auto;
|
|
text-align: center;
|
|
padding: 10px 0;
|
|
margin-bottom: -1px;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.sales-info {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
border-radius: 10px;
|
|
background-color: #fff;
|
|
padding: 8px;
|
|
margin-bottom: 8px;
|
|
}
|
|
.sales-info .avatar {
|
|
border-radius: 50%;
|
|
width: 70px;
|
|
height: 70px;
|
|
}
|
|
.sales-info .logo {
|
|
width: 60px;
|
|
height: 60px;
|
|
display: block;
|
|
}
|
|
.sales-info .more {
|
|
display: block;
|
|
}
|
|
.sales-info li {
|
|
flex: auto;
|
|
margin-bottom: -1px;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.header-beta {
|
|
background-color: #2b2b2b;
|
|
color: #ffffff;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
}
|
|
.header-beta .home-sy {
|
|
color: inherit;
|
|
position: absolute;
|
|
right: 0;
|
|
display: block;
|
|
padding: 0 15px;
|
|
top: 0;
|
|
text-decoration: none;
|
|
}
|
|
|
|
|
|
.header-pos-fix{
|
|
position: fixed;z-index: 2
|
|
}
|
|
.header{
|
|
background-color: #2b2b2b;
|
|
color: #ffffff;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
.header .img{
|
|
position: absolute;
|
|
left: 0;
|
|
top: 10px;
|
|
padding-left: 10px;
|
|
height: 18px;
|
|
}
|
|
|
|
.header .text_wen{
|
|
position: absolute;
|
|
top: 7px;
|
|
height: 25px;
|
|
line-height: 25px;
|
|
padding-left: 10px;
|
|
left: 20px;
|
|
}
|
|
.header .text_wen.left_20{
|
|
left: 20%;
|
|
}
|
|
.header .home-sy{
|
|
color: inherit;
|
|
position: absolute;
|
|
right: 0;
|
|
display: block;
|
|
padding: 0 15px;
|
|
top: 0;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.header .select{
|
|
position: absolute;
|
|
right: 10px;
|
|
height: 25px;
|
|
width: 52%;
|
|
top: 7px;
|
|
}
|
|
|
|
|
|
.buju{
|
|
background-color: #fdfdfe;
|
|
border-radius: 6px;
|
|
overflow: hidden;
|
|
display: block;
|
|
height: auto;
|
|
position: relative;
|
|
margin: 10px;
|
|
}
|
|
.buju>.count{
|
|
height: 163px;
|
|
}
|
|
.buju>.left,
|
|
.buju>.count,
|
|
.buju>.right{
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
}
|
|
.left .header_img{
|
|
border-radius: 50%;
|
|
width: 50px;
|
|
height: 50px;
|
|
margin: 0 12px 12px 12px;
|
|
}
|
|
.count p{
|
|
margin: 0 0 2px 0;
|
|
color: #7b7877;
|
|
}
|
|
.right{
|
|
position: absolute;
|
|
right: 4%;
|
|
top: 6%;
|
|
}
|
|
.right .logo{
|
|
width: 70px;
|
|
height: 70px;
|
|
top: -20px;
|
|
position: absolute;
|
|
right: 0;
|
|
}
|
|
.dfs{
|
|
color: #7b7877;
|
|
font-size: 10px;
|
|
position: absolute;
|
|
bottom: 23px;
|
|
left: 12px;
|
|
}
|
|
.vip-link{
|
|
position: absolute;
|
|
right: 5px;
|
|
bottom: 5px;
|
|
}
|
|
|
|
|
|
.bg-grap {
|
|
background-color: #ebebeb;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.content {
|
|
background-color: #fdfdfe;
|
|
border-radius: 6px;
|
|
margin: 10px;
|
|
padding: 8px;
|
|
}
|
|
|
|
.nav-diy li.active {
|
|
border-bottom: 4px solid #8e7cee;
|
|
}
|
|
.nav-diy>li>a {
|
|
color: #000000;
|
|
}
|
|
.nav-diy>li>a:focus, .nav-diy>li>a:hover {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.text-red {
|
|
color: red;
|
|
}
|
|
|
|
|
|
.topbar {
|
|
position: fixed;
|
|
right: 0;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 1030;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
background-color: #222;
|
|
border-color: #080808;
|
|
min-height: 50px;
|
|
}
|
|
.topbar a {
|
|
color: #fff;
|
|
}
|
|
.topbar .topbar-back {
|
|
height: 50px;
|
|
padding: 15px 0;
|
|
}
|
|
.topbar .topbar-title {
|
|
height: 50px;
|
|
padding: 15px 15px;
|
|
font-size: 20px;
|
|
line-height: 20px;
|
|
}
|
|
.topbar .topbar-other {
|
|
height: 50px;
|
|
padding: 15px 0;
|
|
} |