You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
220 lines
3.7 KiB
220 lines
3.7 KiB
.game2Index {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.game2Index p.bgm img{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.game2Index .imgList li{
|
|
width: 1.21rem;
|
|
height: 1.2rem;
|
|
background: url(../img/game1/kuang.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
|
|
}
|
|
|
|
.game2Index .imgList li img{
|
|
position: absolute;
|
|
z-index: 9999;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%,-50%);
|
|
|
|
}
|
|
.game2Index .imgList li:nth-child(1){
|
|
right: 21%;
|
|
}
|
|
.game2Index .imgList li:nth-child(2){
|
|
right: 11%;
|
|
}
|
|
.game2Index .imgList li:nth-child(3){
|
|
|
|
right: 1%;
|
|
}
|
|
|
|
.game2Index .clickIcon li{
|
|
width: 1rem;
|
|
height: 1rem;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
.game2Index .clickIcon li.click1{
|
|
top: 6%;
|
|
right: 52%;
|
|
background-size: 100% 100%;
|
|
}
|
|
.game2Index .clickIcon li img{
|
|
width: .92rem;
|
|
display: none;
|
|
}
|
|
.game2Index .clickIcon li.click2{
|
|
top: 9%;
|
|
right:67%;
|
|
background-size: 100% 100%;
|
|
}
|
|
.game2Index .clickIcon li.click3{
|
|
top: 78%;
|
|
right: 67%;
|
|
/*background: #000000;
|
|
opacity: .5;*/
|
|
width: 4rem;
|
|
}
|
|
.game2Index .clickIcon li.click3 img{
|
|
width: .9rem;
|
|
position: absolute;
|
|
right: 7%;
|
|
top: 11%;
|
|
|
|
}
|
|
|
|
/*书*/
|
|
.game2Index .maskBgm{
|
|
display: none;
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
background: url(../img/game2/successBgm.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
z-index: 99;
|
|
}
|
|
.game2Index .maskBgm:after {
|
|
content: "";
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
background: inherit;
|
|
filter: blur(10px);
|
|
z-index: 2;
|
|
}
|
|
.game2Index .book_box{
|
|
display: none;
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 999;
|
|
|
|
}
|
|
.game2Index div.line{
|
|
position: absolute;
|
|
left: 0;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
background: rgba(61, 117, 122,.5);
|
|
width: 100%;
|
|
height: 1.66rem;
|
|
z-index:-1 ;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.game2Index div.line div{
|
|
margin: 0 auto;
|
|
width: 11rem;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.game2Index div.line p{
|
|
box-sizing: border-box;
|
|
font-size: .44rem;
|
|
font-weight: 400;
|
|
color: #C9C6BA;
|
|
}
|
|
.game2Index div.closeIcon{
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-right: 1.2rem;
|
|
margin-top: .55rem;
|
|
|
|
}
|
|
.game2Index div.closeIcon img{
|
|
width: .546rem;
|
|
height: .546rem;
|
|
}
|
|
.game2Index .bookCont{
|
|
width: 9.93rem;
|
|
height: 5.89rem;
|
|
background: url(../img/bookBgm.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
margin: 0 auto;
|
|
z-index: 999;
|
|
display: flex;
|
|
|
|
}
|
|
.game2Index .leftImg {
|
|
width: 3.58rem;
|
|
margin-left: .9rem;
|
|
}
|
|
.game2Index .leftImg .titleTip{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-top: .42rem;
|
|
}
|
|
.game2Index .leftImg .titleTip p{
|
|
color: #1F444B;
|
|
font-size: .22rem;
|
|
}
|
|
.game2Index .leftImg .img{
|
|
width: 1.18rem;
|
|
height: .91rem;
|
|
}
|
|
.game2Index .leftImg .imgList{
|
|
width: 3.58rem;
|
|
height: 4.14rem;
|
|
margin-top: .1rem;
|
|
}
|
|
.game2Index .leftImg img{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.game2Index .rightCont{
|
|
width: 3.8rem;
|
|
margin-left: 1.05rem;
|
|
position: relative;
|
|
}
|
|
.game2Index .rightCont .titleTip{
|
|
display: flex;
|
|
margin-top: .7rem;
|
|
justify-content: space-between;
|
|
}
|
|
.game2Index .rightCont .titleTip h2,
|
|
.game2Index .rightCont .titleTip h5{
|
|
color: #1F444B;
|
|
font-size: .3rem;
|
|
}
|
|
.game2Index .rightCont .titleTip h5{
|
|
font-weight: normal;
|
|
font-size: .22rem;
|
|
}
|
|
.game2Index .rightCont ul{
|
|
margin-top: .12rem;
|
|
}
|
|
.game2Index .rightCont li{
|
|
font-size:.2rem ;
|
|
color: #1F444B;
|
|
line-height: .36rem;
|
|
}
|
|
.game2Index .rightCont .pageNum{
|
|
position: absolute;
|
|
bottom:5%;
|
|
left: 40%;
|
|
transform: translateX(-50%);
|
|
text-align: center;
|
|
font-size: .2rem;
|
|
color: #1F444B;
|
|
}
|
|
|
|
|