|
|
@ -573,4 +573,123 @@ font-size: .16rem;color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.rule-box .vip-rule ul li {
|
|
|
|
.rule-box .vip-rule ul li {
|
|
|
|
padding: 0.1rem 0;
|
|
|
|
padding: 0.1rem 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
/* index */
|
|
|
|
|
|
|
|
.index-box {
|
|
|
|
|
|
|
|
background-color: #F5F5F5;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.index-box .flexitem {
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.index-box .title {
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
height: .9rem;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
background-color: #21B1EB;
|
|
|
|
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
font-size: .28rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .title .logout{
|
|
|
|
|
|
|
|
margin-left:.29rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .title .back div{
|
|
|
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .title img {
|
|
|
|
|
|
|
|
width: .3rem;
|
|
|
|
|
|
|
|
height: .3rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .title .content{
|
|
|
|
|
|
|
|
font-size: .32rem;font-weight: 600;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .title .orderbox{
|
|
|
|
|
|
|
|
margin-right:.29rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .title .orderbox div{
|
|
|
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .borderitem::after {
|
|
|
|
|
|
|
|
/* margin-left: .24rem; */
|
|
|
|
|
|
|
|
height: 1px;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
z-index: 0;
|
|
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
|
|
content: "";
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
background-image: -webkit-linear-gradient(bottom, #ececec 50%, transparent 0);
|
|
|
|
|
|
|
|
background-image: linear-gradient(0deg, #ececec 50%, transparent 0);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.index-box .shaddowbox {
|
|
|
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
|
|
border-radius: .24rem;
|
|
|
|
|
|
|
|
box-shadow: 0px 0px 6px 0px rgba(89, 40, 8, 0.15);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .allitembox{
|
|
|
|
|
|
|
|
padding: .3rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .allitembox .title-cell{
|
|
|
|
|
|
|
|
font-size: .28rem;color:#292929;position: relative;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
/* .index-box .allitembox .title-cell >div{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} */
|
|
|
|
|
|
|
|
.index-box .allitembox .title-cell .borderitem{
|
|
|
|
|
|
|
|
display: flex; justify-content: space-between;align-items:center;padding: 0 .3rem;line-height: .9rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .allitembox .aditem .adimg{
|
|
|
|
|
|
|
|
height: 2.6rem;justify-content:center;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .allitembox .aditem .adimg img{
|
|
|
|
|
|
|
|
width: 6.3rem;height: 2rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box input {
|
|
|
|
|
|
|
|
background-color: #F5F5F5;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .maringtop3rem{
|
|
|
|
|
|
|
|
margin-top: .3rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .title-name{
|
|
|
|
|
|
|
|
font-size: .32rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .a9color{
|
|
|
|
|
|
|
|
color: #A9A9A9;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .wh3rem{
|
|
|
|
|
|
|
|
width: .3rem;height: .3rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .inputbox{
|
|
|
|
|
|
|
|
color: #A9A9A9;width:calc(100% - 2rem);width:-webkit-calc(100% - 2rem);width:-moz-calc(100% - 2rem);height: .6rem;background-color: #F5F5F5;border-radius: .3rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .inputbox img{
|
|
|
|
|
|
|
|
width:.4rem;height: .4rem;margin-left: .17rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .inputbox input{
|
|
|
|
|
|
|
|
border: 0px;height: .6rem;font-size: .24rem;margin-left: .2rem;width:calc(100% - 1rem);width:-webkit-calc(100% - 1rem);width:-moz-calc(100% - 1rem);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .pay-button div{
|
|
|
|
|
|
|
|
margin:auto;width:5.6rem;height:1.34rem;background:url('__IMG__/ssg/index/paybt.png') no-repeat top center/cover;color: #fff;text-align: center;line-height: 1.1rem;font-size: .32rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .gameitem{
|
|
|
|
|
|
|
|
padding-top:.3rem ;justify-content: space-between;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .gameitem .gameimg{
|
|
|
|
|
|
|
|
width: .7rem;height: .7rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .gamechoose{
|
|
|
|
|
|
|
|
width: .3rem;height: .3rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.index-box .gamenocheck{
|
|
|
|
|
|
|
|
background:url('__IMG__/ssg/index/nocheck.png') no-repeat top center/100% 100%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-box .gamecheck{
|
|
|
|
|
|
|
|
background:url('__IMG__/ssg/index/check.png') no-repeat top center/100% 100%;
|
|
|
|
}
|
|
|
|
}
|