|
|
|
|
@ -43,13 +43,13 @@ textarea::-webkit-input-placeholder{ color:#aaa; }
|
|
|
|
|
}
|
|
|
|
|
.sectionbox .t1{
|
|
|
|
|
position: absolute;
|
|
|
|
|
width:33.9rem;
|
|
|
|
|
top: 15.8rem;
|
|
|
|
|
width:90.4%;
|
|
|
|
|
top: 15%;
|
|
|
|
|
left:50%;
|
|
|
|
|
margin-left: -16.95rem;
|
|
|
|
|
margin-left: -45.2%;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
/* animation-delay: 3s; */
|
|
|
|
|
transition: all .5s;
|
|
|
|
|
transition: all .3s;
|
|
|
|
|
}
|
|
|
|
|
.sectionbox .t1.act{
|
|
|
|
|
opacity: 1;
|
|
|
|
|
@ -58,23 +58,23 @@ textarea::-webkit-input-placeholder{ color:#aaa; }
|
|
|
|
|
}
|
|
|
|
|
.sectionbox .t2{
|
|
|
|
|
position: absolute;
|
|
|
|
|
width:15.85rem;
|
|
|
|
|
width:42.26%;
|
|
|
|
|
left:50%;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
margin-left:-7.925rem;
|
|
|
|
|
top:36rem;
|
|
|
|
|
margin-left:-21.13%;
|
|
|
|
|
top:44%;
|
|
|
|
|
z-index: 5;
|
|
|
|
|
/* animation-delay: 4s; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sectionbox .t3{
|
|
|
|
|
position: absolute;
|
|
|
|
|
width:24.25rem;
|
|
|
|
|
width:64.66%;
|
|
|
|
|
left:50%;
|
|
|
|
|
margin-left:-12.125rem;
|
|
|
|
|
bottom:4.4rem;
|
|
|
|
|
margin-left:-32.33%;
|
|
|
|
|
bottom:5.4%;
|
|
|
|
|
z-index: 3;
|
|
|
|
|
animation-delay: 2s;
|
|
|
|
|
animation-delay: 1.5s;
|
|
|
|
|
}
|
|
|
|
|
.sectionbox .t4{
|
|
|
|
|
position: absolute;
|
|
|
|
|
@ -86,31 +86,31 @@ textarea::-webkit-input-placeholder{ color:#aaa; }
|
|
|
|
|
.sectionbox .t5{
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 100%;
|
|
|
|
|
bottom:22rem;
|
|
|
|
|
bottom:27%;
|
|
|
|
|
left: 0;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
animation-delay: 3s;
|
|
|
|
|
animation-delay: 2s;
|
|
|
|
|
}
|
|
|
|
|
.sectionbox .t6{
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 100%;
|
|
|
|
|
bottom:6.9rem;
|
|
|
|
|
bottom:8.5%;
|
|
|
|
|
left: 0;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
animation-delay: 4s;
|
|
|
|
|
animation-delay: 2.5s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer{
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 100%;
|
|
|
|
|
left:0;
|
|
|
|
|
bottom: 1.4rem;
|
|
|
|
|
bottom: 1.5%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: .9rem;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #ecb75d;
|
|
|
|
|
line-height:2.4rem;
|
|
|
|
|
line-height:20px;
|
|
|
|
|
z-index:5;
|
|
|
|
|
animation-delay:1s;
|
|
|
|
|
animation-delay:.3s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 讲解页 */
|
|
|
|
|
@ -396,17 +396,17 @@ textarea::-webkit-input-placeholder{ color:#aaa; }
|
|
|
|
|
margin-top: 1.4rem;
|
|
|
|
|
background: url(../images/answerbg.png) no-repeat center top;
|
|
|
|
|
background-size: 100% auto;
|
|
|
|
|
padding-top: 5.2rem;
|
|
|
|
|
padding-left: 10.8rem;
|
|
|
|
|
padding-right: 2rem;
|
|
|
|
|
padding-top: 15%;
|
|
|
|
|
padding-left: 31.5%;
|
|
|
|
|
padding-right: 4.8%;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
.answer-start p{
|
|
|
|
|
color:#fbf2dd;
|
|
|
|
|
line-height: 1.4rem;
|
|
|
|
|
font-size:1rem;
|
|
|
|
|
line-height: 12px;
|
|
|
|
|
font-size:18px;
|
|
|
|
|
zoom: .9;
|
|
|
|
|
}
|
|
|
|
|
.showVideo{
|
|
|
|
|
|