2024-12-26 14:18:10 +08:00

472 lines
10 KiB
CSS

.posterMask{
position: fixed;
z-index: 9999;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fff;
background-image: url(/public/static/loading.gif);
background-repeat: no-repeat;
background-position: center;
background-size: 50px 50px;
display: none;
}
.posterMask.active{
display: block;
}
.posterSplicingWrap *{
box-sizing: border-box;
margin:0;
padding: 0;
}
.posterSplicingWrap{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 100;
font-size: 0;
background:#72787c;
}
.closePoster {
text-align: right;
padding: 2rem 4rem 1rem;
}
.closePoster i{
width: 4.2rem;
height: 4.2rem;
display: inline-block;
background: url("/public/static/closeIcon1.png")no-repeat center / 3.2rem 3.2rem;
cursor: pointer;
}
.posterChoseWrap{
width: 100%;
height: 100%;
padding:1rem 2rem 36.8rem 2rem;
width: 100%;
position: relative;
overflow-y: auto;
display: flex;
flex-wrap: wrap;
align-content: flex-start;
/* justify-content: space-between; */
}
.posterChoseWrap>.item{
width: 21.6rem;
height: 31.4rem;
background: #FFFFFF;
display: inline-block;
margin-top: 10px;
position: relative;
vertical-align: top;
padding: 1rem;
border-radius: 0.2rem;
margin:1rem;
cursor: pointer;
}
.posterChoseWrap>.item .itemPic{
width: calc(100% - 2rem);
height: auto;
max-height: 100%;
position: absolute;
left: 1rem;
top: 50%;
transform: translateY(-50%);
}
.posterChoseWrap>.item .itemMask{
position: absolute;
width: 100%;
height: 100%;
top:0;
left:0;
}
.posterChoseWrap>.item .itemMask .choseBtn{
display: block;
position: absolute;
width: 3rem;
height: 3rem;
background: url('/public/static/icon1.png')no-repeat center / 3rem 3rem;
right: 1.6rem;
top: 0.8rem;
}
.posterChoseWrap>.item.active .itemMask{
background:rgba(0,0,0,0.4);
}
.posterChoseWrap>.item.active .itemMask .choseBtn{
background: url('/public/static/icon1_active.png')no-repeat center / 3rem 3rem;
}
.chosedBoxList{
position: absolute;
width: 100%;
border-radius: 1.5rem 1.5rem 0px 0px;
background: #FFFFFF;
bottom: 0;
}
.chosedBoxList .chosedHead{
padding: 4rem 3rem;
display: -webkit-flex; /* Safari */
display: flex;
justify-content: space-between;
align-items: center;
}
.chosedBoxList .chosedHead .tips{
font-size: 2.8rem;
font-family: PingFang-SC-Medium;
line-height: 2.2rem;
color: #333333;
display: inline-block;
}
.chosedBoxList .chosedHead .allPageBtn{
width: 15.2rem;
height: 5.6rem;
line-height: 5.6rem;
text-align: center;
background: #d00;
border-radius: 3.6rem;
display: inline-block;
font-size: 2.4rem;
font-family: PingFang SC;
font-weight: 800;
color: #FFFFFF;
background: #d00;
}
.chosedBoxList .chosedHead .chosedBtn{
width: 15.2rem;
height: 5.6rem;
line-height: 5.6rem;
text-align: center;
background: #d00;
border-radius: 3.6rem;
display: inline-block;
font-size: 2.4rem;
font-family: PingFang SC;
font-weight: 800;
color: #FFFFFF;
}
.chosedBoxList .chosedHead .chosedBtn.active{
background: #d00;
cursor: pointer;
}
.chosedBoxList .chosedPicList{
width: 100%;
padding:1rem 1.8rem 3.2rem 1.8rem;
/* height: 24rem; */
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
}
.chosedBoxList .chosedPicList .item{
width: 13.5rem;
height: 19.0rem;
background: rgba(255, 255, 255, 0.39);
border: 0.1rem solid #C1C1C1;
border-radius: .2rem;
padding:1rem;
margin:0 1.2rem;
display: inline-block;
position: relative;
}
.chosedBoxList .chosedPicList .item .itemPic{
width: 100%;
height: 100%;
}
.chosedBoxList .chosedPicList .choseBtn{
display: block;
position: absolute;
width: 3rem;
height: 3rem;
background: url('/public/static/closeIcon2.png')no-repeat center / 3rem 3rem;
right: 0;
top:0;
cursor: pointer;
}
.wraringWrapper{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
z-index: 2;
}
.wraningBox{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
min-width: 54rem;
min-height: 28rem;
background-color: #fff;
text-align: center;
border-radius: 1.5rem;
z-index: 9;
}
.wraningBox.active{
display: block;
}
.wraningBox .title{
font-size: 3.4rem;
color: #333333;
line-height: 4.8rem;
margin:4rem 2.4rem;
}
.wraningBox .tips{
font-size: 2.8rem;
color: #666666;
line-height: 4rem;
margin-bottom: 4.0rem;
}
.wraningBox .btn{
cursor: pointer;
width: 100%;
font-size: 3.2rem;
line-height: 8.8rem;
color: #DA3E4A;
border-top: .1rem solid #E4E4E4;
}
.posterWrapper{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow-y: auto;
background-color: #7d7d7d;
z-index: 99;
padding:2.2rem 3.6rem;
}
.posterWrapper .closeBtn{
width: 100%;
text-align: right;
margin-bottom: 2.2rem;
}
.posterWrapper .closeBtn i{
display: inline-block;
width: 4.2rem;
height: 4.2rem;
background: url(/public/static/closeIcon1.png) no-repeat center / 3.2rem 3.2rem;
cursor: pointer;
}
.originalWrapper{
width: 100%;
height: auto;
}
.originalWrapper .synthHead{
display: flex;
justify-content: space-between;
color: #8F8F8F;
height: 20px;
margin-bottom: 10px;
font-size: 12px;
line-height: 20px;
font-weight: 500;
}
.originalWrapper .synthHead img{
width: 33.33%;
height: 100%;
}
.defalutLayoutPoster{
width: 100%;
padding: 2.2rem 3rem;
background-color: #f2f2f2;
}
.verticalPoster,
.horizontalPoster{
display: none;
}
.verticalPoster.active,
.horizontalPoster.active{
display: block;
}
.onePoster .defalutLayoutPoster .imageBox{
width: 100%;
height: auto;
/* background-color: #fff; */
padding: 2.4rem 2.8rem 5rem 2.8rem;
/* box-shadow: 0px .4rem 2.4rem rgba(195, 187, 187, 0.4); */
border-radius: .8rem;
margin-bottom: 1.5rem;
background: url("/public/static/boxbg.png")no-repeat center;
background-size: contain;
}
.horizontalPoster .defalutLayoutPoster .imageBox{
width: calc(50% - 0.4rem);
display: inline-block;
margin: .4rem 0.2rem;
padding: 1.4rem 1.8rem 2rem 1.8rem;
height: auto;
/* background-color: #fff;
box-shadow: 0px .4rem 2.4rem rgba(195, 187, 187, 0.4); */
border-radius: .8rem;
background: url("/public/static/boxbg.png")no-repeat center;
background-size: contain;
}
.fourPoster .defalutLayoutPoster .imageBox{
width: calc(50% - 0.8rem);
display: inline-block;
margin: .4rem 0.4rem;
padding: 1.4rem 1.8rem 2rem 1.8rem;
height: auto;
/* background-color: #fff;
box-shadow: 0px .4rem 2.4rem rgba(195, 187, 187, 0.4); */
border-radius: .8rem;
background: url("/public/static/boxbg.png")no-repeat center;
background-size: contain;
}
.eightPoster .defalutLayoutPoster{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.eightPoster .defalutLayoutPoster .imageBox{
width: calc(33.33% - 0.8rem);
display: inline-block;
margin: .4rem 0.4rem;
padding: 1rem;
height: 30rem;
/* background-color: #fff;
box-shadow: 0px .4rem 2.4rem rgba(195, 187, 187, 0.4); */
border-radius: .8rem;
background: url("/public/static/boxbg.png")no-repeat center;
background-size: contain;
}
.originalWrapper .defalutLayoutPoster .imageBox img.imgPic{
width: 100%;
height: auto;
}
.originalWrapper .footer{
width: 100%;
height: 100%;
font-size: 2.4rem;
color: #666666;
display: flex;
justify-content: space-between;
align-items: center;
}
.originalWrapper .footer .logo img{
max-height: 8rem;
max-width: 22rem;
}
.originalWrapper .footer .code{
text-align: center;
margin-left: -150rem;
}
.originalWrapper .footer .time{
text-align: right;
}
.originalWrapper .footer .code.active{
background-color: #fff;
width: 12rem;
height: 12rem;
padding: 0.6rem;
border-radius: 0.8rem;
margin-left: 0;
}
.originalWrapper .footer .code.active img{
width: 100%;
height: auto;
max-height: 100%;
}
.eightPoster .imageBox{
padding: 3.2rem 1.5rem !important;
}
.eightPoster .imageBox .code{
position: absolute;
}
.eightPoster .imageBox .code.active{
position: relative;
width: 100%;
height: 100%;
background: url("/public/static/codebg.png")no-repeat center / 100% 100%;
}
.eightPoster .code.active img{
position: absolute;
top:50%;
left: 50%;
transform: translate(-50% ,-50%);
width: 100%;
height: auto;
max-height: 100%;
}
.eightPoster .footer{
margin-top: 2.4rem;
}
.eightPoster.originalWrapper .footer .logo{
width: 50%;
}
.eightPoster.originalWrapper .footer .logo img{
max-width: 100%;
}
.newPosterWrapper{
width: 100%;
height: auto;
position: relative;
}
.newPosterWrapper .tips{
width: 20rem;
height: 8rem;
background: rgba(0, 0, 0, 0.5);
border-radius: 4rem;
font-size: 2.4rem;
line-height: 8rem;
color: #fff;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.newPosterWrapper .buttomtips{
width: 80%;
height: 30px;
margin: 10px auto;
background-color: #F05A59;
border-radius: 15px;
text-align: center;
line-height: 30px;
color: #FFF;
font-size: 14px;
}
.newPosterWrapper img{
max-width: 100%;
}
.choseDirectionBox{
width: 100%;
height: auto;
border-radius: 1.5rem 1.5rem 0px 0px;
background: #fff;
padding: 7rem 0;
display: flex;
justify-content: space-around;
align-items: center;
position: fixed;
bottom: 0;
left: 0;
}
.choseDirectionBox .left{
width: 18rem ;
height:14.4rem;
content: url("/public/static/verticalDefault.png");
}
.choseDirectionBox .left.active{
content: url("/public/static/verticalActive.png");
}
.choseDirectionBox .right{
width: 18rem ;
height:14.4rem;
content: url("/public/static/transverseDefault.png");
}
.choseDirectionBox .right.active{
content: url("/public/static/transverseActive.png");
}