141 lines
1.9 KiB
141 lines
1.9 KiB
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
ul,
|
|
li {
|
|
list-style: none;
|
|
}
|
|
#wrap{
|
|
/*position: relative;*/
|
|
}
|
|
.titleIcon{
|
|
height: 1.24rem;
|
|
}
|
|
.titleIcon ul{
|
|
|
|
|
|
}
|
|
.titleIcon ul li{
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
z-index: 1;
|
|
}
|
|
.titleIcon ul li:nth-child(1){
|
|
right:32%;
|
|
}
|
|
.titleIcon ul li:nth-child(2){
|
|
right: 24%;
|
|
}
|
|
.titleIcon ul li:nth-child(3){
|
|
right: 16%;
|
|
}
|
|
.titleIcon ul li:nth-child(4){
|
|
right: 8%;
|
|
}
|
|
.titleIcon ul li:nth-child(5){
|
|
right: 0;
|
|
}
|
|
.mask{
|
|
background: rgba(0,0,0,0.5);
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 0;
|
|
display: none;
|
|
}
|
|
|
|
.success{
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%,-50%);
|
|
width: 7.29rem;
|
|
height: 4.74rem;
|
|
margin: 0 auto;
|
|
z-index: 9999;
|
|
display: none;
|
|
}
|
|
.close{
|
|
width: .5rem;
|
|
height: .5rem;
|
|
position: absolute;
|
|
left: 96%;
|
|
top: 6%;
|
|
/*transform: translate(-50%,-50%);*/
|
|
font-size: 0;
|
|
}
|
|
.close img{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.success .sucImg{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.success .sucImg div{
|
|
width: 100%;
|
|
height: 100%;
|
|
background: url(../img/success/sucBgm.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.imgIcon,
|
|
.imgIcons{
|
|
display: none;
|
|
|
|
width: 1.98rem;
|
|
height: 2.5rem;
|
|
position: absolute;
|
|
right: 43%;
|
|
top: 38%;
|
|
/*transform: translate(50%,-50%);*/
|
|
z-index: 99999;
|
|
/*margin:1.09rem auto 0.2rem;*/
|
|
|
|
}
|
|
.imgIcons{
|
|
display: block;
|
|
position: absolute;
|
|
right: 37%;
|
|
top: 31%;
|
|
/*transform: translate(50%,-50%);*/
|
|
}
|
|
.imgIcon img,
|
|
.imgIcons img{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.success p.text{
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: .3rem;
|
|
position: absolute;
|
|
bottom: 10%;
|
|
left: 0;
|
|
}
|
|
.success p.textTime{
|
|
bottom: 2%;
|
|
}
|
|
|
|
.deepBtn{
|
|
width: 2.83rem;
|
|
height: .72rem;
|
|
background: #E40006;
|
|
border-radius: 12px;
|
|
margin: 0.5rem auto 0;
|
|
color: #fff;
|
|
font-size: .36rem;
|
|
text-align: center;
|
|
line-height: .72rem;
|
|
position: absolute;
|
|
left: 50%;
|
|
bottom: 5%;
|
|
transform: translateX(-50%);
|
|
display: none;
|
|
}
|