131 lines
1.9 KiB
CSS
131 lines
1.9 KiB
CSS
.wxtip {
|
|
background: rgba(0, 0, 0, 0.8);
|
|
text-align: center;
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 1011;
|
|
display: none;
|
|
}
|
|
|
|
.wxtip-icon {
|
|
width: 52px;
|
|
height: 67px;
|
|
display: block;
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 20px;
|
|
}
|
|
.container{
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
}
|
|
.slide{
|
|
width: 100%;
|
|
min-height: 180px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
|
|
}
|
|
.slide .img{
|
|
overflow: hidden;
|
|
position: absolute;
|
|
transition: width 0.4s,height 0.4s,top 0.4s,left 0.4s,z-index 0.4s;
|
|
}
|
|
.slide .img img{
|
|
width: calc(100% - 14px);
|
|
height: calc(100% - 14px);
|
|
margin: 7px;
|
|
}
|
|
.slide .img1{
|
|
width: 40%;
|
|
height: 40%;
|
|
top: 30%;
|
|
left: -50%;
|
|
z-index: 1;
|
|
}
|
|
.slide .img2{
|
|
width: 60%;
|
|
height: 60%;
|
|
top: 20%;
|
|
left: -20%;
|
|
z-index: 2;
|
|
}
|
|
.slide .img3{
|
|
width: 80%;
|
|
height: 80%;
|
|
top: 10%;
|
|
left: 10%;
|
|
z-index: 3;
|
|
}
|
|
.slide .img4{
|
|
width: 60%;
|
|
height: 60%;
|
|
top: 20%;
|
|
left: 60%;
|
|
z-index: 2;
|
|
}
|
|
.slide .img5{
|
|
width: 40%;
|
|
height: 40%;
|
|
top: 30%;
|
|
left: 110%;
|
|
z-index: 1;
|
|
}
|
|
.slide-bt{
|
|
position: absolute;
|
|
left: 50%;
|
|
bottom: 13%;
|
|
z-index: 10;
|
|
}
|
|
.slide-bt span{
|
|
width: 24px;
|
|
height: 8px;
|
|
background: #c9caca;
|
|
float: left;
|
|
margin: 5px;
|
|
border-radius: 4px;
|
|
}
|
|
.slide .slide-bt .on{
|
|
background: #ffd200;
|
|
}
|
|
|
|
.bg_write{
|
|
background-color: #ffffff;
|
|
}
|
|
.jiazai{
|
|
position: fixed; z-index: 999; width: 100%; height: 100%; display: none; background-color: white;
|
|
}
|
|
.jiazai .wh{
|
|
width:100px; height:200px;
|
|
}
|
|
.p_b_10{
|
|
padding-bottom: 10px;
|
|
}
|
|
.p_t_5{
|
|
padding-top: 5px;
|
|
}
|
|
.w_h_100{
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 49px;
|
|
right: 0;
|
|
width: 100%;
|
|
}
|
|
.w_100{
|
|
width: 100%;
|
|
}
|
|
.font-xs{
|
|
font-size: 10px
|
|
}
|
|
.pr_7 span{
|
|
padding-right: 2%;
|
|
}
|
|
.blue{
|
|
color: #0e90d2;
|
|
}
|
|
|