|
@@ -288,6 +288,12 @@ input {
|
|
|
top: 0;
|
|
|
left: 0; }
|
|
|
|
|
|
+.poster-mode .qrcode-box p {
|
|
|
+ overflow: hidden;
|
|
|
+ -o-text-overflow: ellipsis;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap; }
|
|
|
+
|
|
|
* {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
@@ -324,6 +330,267 @@ img {
|
|
|
.bold {
|
|
|
font-weight: bold; }
|
|
|
|
|
|
+.js-an {
|
|
|
+ display: none !important;
|
|
|
+ -webkit-animation-name: none !important;
|
|
|
+ -moz-animation-name: none !important;
|
|
|
+ -o-animation-name: none !important;
|
|
|
+ animation-name: none !important; }
|
|
|
+
|
|
|
+.animated {
|
|
|
+ -webkit-animation-duration: .6s;
|
|
|
+ -moz-animation-duration: .6s;
|
|
|
+ -o-animation-duration: .6s;
|
|
|
+ animation-duration: .6s;
|
|
|
+ -webkit-transform: translate3d(0, 0, 0);
|
|
|
+ -moz-transform: translate3d(0, 0, 0);
|
|
|
+ transform: translate3d(0, 0, 0); }
|
|
|
+
|
|
|
+.origin-tc {
|
|
|
+ -webkit-transform-origin: top center;
|
|
|
+ -moz-transform-origin: top center;
|
|
|
+ -ms-transform-origin: top center;
|
|
|
+ -o-transform-origin: top center;
|
|
|
+ transform-origin: top center; }
|
|
|
+
|
|
|
+.origin-rb {
|
|
|
+ -webkit-transform-origin: right bottom;
|
|
|
+ -moz-transform-origin: right bottom;
|
|
|
+ -ms-transform-origin: right bottom;
|
|
|
+ -o-transform-origin: right bottom;
|
|
|
+ transform-origin: right bottom; }
|
|
|
+
|
|
|
+.origin-lb {
|
|
|
+ -webkit-transform-origin: left center;
|
|
|
+ -moz-transform-origin: left center;
|
|
|
+ -ms-transform-origin: left center;
|
|
|
+ -o-transform-origin: left center;
|
|
|
+ transform-origin: left center; }
|
|
|
+
|
|
|
+.origin-cb {
|
|
|
+ -webkit-transform-origin: center bottom;
|
|
|
+ -moz-transform-origin: center bottom;
|
|
|
+ -ms-transform-origin: center bottom;
|
|
|
+ -o-transform-origin: center bottom;
|
|
|
+ transform-origin: center bottom; }
|
|
|
+
|
|
|
+.origin-cc {
|
|
|
+ -webkit-transform-origin: center center;
|
|
|
+ -moz-transform-origin: center center;
|
|
|
+ -ms-transform-origin: center center;
|
|
|
+ -o-transform-origin: center center;
|
|
|
+ transform-origin: center center; }
|
|
|
+
|
|
|
+.iteration {
|
|
|
+ -webkit-animation-iteration-count: infinite;
|
|
|
+ -moz-animation-iteration-count: infinite;
|
|
|
+ -o-animation-iteration-count: infinite;
|
|
|
+ animation-iteration-count: infinite; }
|
|
|
+
|
|
|
+.ease-in {
|
|
|
+ -webkit-animation-timing-function: ease-in;
|
|
|
+ -moz-animation-timing-function: ease-in;
|
|
|
+ -o-animation-timing-function: ease-in;
|
|
|
+ animation-timing-function: ease-in; }
|
|
|
+
|
|
|
+.ease-out {
|
|
|
+ -webkit-animation-timing-function: ease-out;
|
|
|
+ -moz-animation-timing-function: ease-out;
|
|
|
+ -o-animation-timing-function: ease-out;
|
|
|
+ animation-timing-function: ease-out; }
|
|
|
+
|
|
|
+.delay0 {
|
|
|
+ -webkit-animation-delay: 0s;
|
|
|
+ -moz-animation-delay: 0s;
|
|
|
+ -o-animation-delay: 0s;
|
|
|
+ animation-delay: 0s; }
|
|
|
+
|
|
|
+.delay1 {
|
|
|
+ -webkit-animation-delay: 0.2s;
|
|
|
+ -moz-animation-delay: 0.2s;
|
|
|
+ -o-animation-delay: 0.2s;
|
|
|
+ animation-delay: 0.2s; }
|
|
|
+
|
|
|
+.delay2 {
|
|
|
+ -webkit-animation-delay: 0.4s;
|
|
|
+ -moz-animation-delay: 0.4s;
|
|
|
+ -o-animation-delay: 0.4s;
|
|
|
+ animation-delay: 0.4s; }
|
|
|
+
|
|
|
+.delay3 {
|
|
|
+ -webkit-animation-delay: 0.6s;
|
|
|
+ -moz-animation-delay: 0.6s;
|
|
|
+ -o-animation-delay: 0.6s;
|
|
|
+ animation-delay: 0.6s; }
|
|
|
+
|
|
|
+.delay4 {
|
|
|
+ -webkit-animation-delay: 0.8s;
|
|
|
+ -moz-animation-delay: 0.8s;
|
|
|
+ -o-animation-delay: 0.8s;
|
|
|
+ animation-delay: 0.8s; }
|
|
|
+
|
|
|
+.delay5 {
|
|
|
+ -webkit-animation-delay: 1s;
|
|
|
+ -moz-animation-delay: 1s;
|
|
|
+ -o-animation-delay: 1s;
|
|
|
+ animation-delay: 1s; }
|
|
|
+
|
|
|
+.delay6 {
|
|
|
+ -webkit-animation-delay: 1.2s;
|
|
|
+ -moz-animation-delay: 1.2s;
|
|
|
+ -o-animation-delay: 1.2s;
|
|
|
+ animation-delay: 1.2s; }
|
|
|
+
|
|
|
+.delay7 {
|
|
|
+ -webkit-animation-delay: 1.4s;
|
|
|
+ -moz-animation-delay: 1.4s;
|
|
|
+ -o-animation-delay: 1.4s;
|
|
|
+ animation-delay: 1.4s; }
|
|
|
+
|
|
|
+.delay8 {
|
|
|
+ -webkit-animation-delay: 1.6s;
|
|
|
+ -moz-animation-delay: 1.6s;
|
|
|
+ -o-animation-delay: 1.6s;
|
|
|
+ animation-delay: 1.6s; }
|
|
|
+
|
|
|
+.delay9 {
|
|
|
+ -webkit-animation-delay: 1.8s;
|
|
|
+ -moz-animation-delay: 1.8s;
|
|
|
+ -o-animation-delay: 1.8s;
|
|
|
+ animation-delay: 1.8s; }
|
|
|
+
|
|
|
+.delay10 {
|
|
|
+ -webkit-animation-delay: 2s;
|
|
|
+ -moz-animation-delay: 2s;
|
|
|
+ -o-animation-delay: 2s;
|
|
|
+ animation-delay: 2s; }
|
|
|
+
|
|
|
+.delay11 {
|
|
|
+ -webkit-animation-delay: 2.2s;
|
|
|
+ -moz-animation-delay: 2.2s;
|
|
|
+ -o-animation-delay: 2.2s;
|
|
|
+ animation-delay: 2.2s; }
|
|
|
+
|
|
|
+.delay12 {
|
|
|
+ -webkit-animation-delay: 2.4s;
|
|
|
+ -moz-animation-delay: 2.4s;
|
|
|
+ -o-animation-delay: 2.4s;
|
|
|
+ animation-delay: 2.4s; }
|
|
|
+
|
|
|
+.delay13 {
|
|
|
+ -webkit-animation-delay: 2.6s;
|
|
|
+ -moz-animation-delay: 2.6s;
|
|
|
+ -o-animation-delay: 2.6s;
|
|
|
+ animation-delay: 2.6s; }
|
|
|
+
|
|
|
+.delay14 {
|
|
|
+ -webkit-animation-delay: 2.8s;
|
|
|
+ -moz-animation-delay: 2.8s;
|
|
|
+ -o-animation-delay: 2.8s;
|
|
|
+ animation-delay: 2.8s; }
|
|
|
+
|
|
|
+.delay15 {
|
|
|
+ -webkit-animation-delay: 3s;
|
|
|
+ -moz-animation-delay: 3s;
|
|
|
+ -o-animation-delay: 3s;
|
|
|
+ animation-delay: 3s; }
|
|
|
+
|
|
|
+.time0 {
|
|
|
+ -webkit-animation-duration: 0s;
|
|
|
+ -moz-animation-duration: 0s;
|
|
|
+ -o-animation-duration: 0s;
|
|
|
+ animation-duration: 0s; }
|
|
|
+
|
|
|
+.time1 {
|
|
|
+ -webkit-animation-duration: 0.2s;
|
|
|
+ -moz-animation-duration: 0.2s;
|
|
|
+ -o-animation-duration: 0.2s;
|
|
|
+ animation-duration: 0.2s; }
|
|
|
+
|
|
|
+.time2 {
|
|
|
+ -webkit-animation-duration: 0.4s;
|
|
|
+ -moz-animation-duration: 0.4s;
|
|
|
+ -o-animation-duration: 0.4s;
|
|
|
+ animation-duration: 0.4s; }
|
|
|
+
|
|
|
+.time3 {
|
|
|
+ -webkit-animation-duration: 0.6s;
|
|
|
+ -moz-animation-duration: 0.6s;
|
|
|
+ -o-animation-duration: 0.6s;
|
|
|
+ animation-duration: 0.6s; }
|
|
|
+
|
|
|
+.time4 {
|
|
|
+ -webkit-animation-duration: 0.8s;
|
|
|
+ -moz-animation-duration: 0.8s;
|
|
|
+ -o-animation-duration: 0.8s;
|
|
|
+ animation-duration: 0.8s; }
|
|
|
+
|
|
|
+.time5 {
|
|
|
+ -webkit-animation-duration: 1s;
|
|
|
+ -moz-animation-duration: 1s;
|
|
|
+ -o-animation-duration: 1s;
|
|
|
+ animation-duration: 1s; }
|
|
|
+
|
|
|
+.time6 {
|
|
|
+ -webkit-animation-duration: 1.2s;
|
|
|
+ -moz-animation-duration: 1.2s;
|
|
|
+ -o-animation-duration: 1.2s;
|
|
|
+ animation-duration: 1.2s; }
|
|
|
+
|
|
|
+.time7 {
|
|
|
+ -webkit-animation-duration: 1.4s;
|
|
|
+ -moz-animation-duration: 1.4s;
|
|
|
+ -o-animation-duration: 1.4s;
|
|
|
+ animation-duration: 1.4s; }
|
|
|
+
|
|
|
+.time8 {
|
|
|
+ -webkit-animation-duration: 1.6s;
|
|
|
+ -moz-animation-duration: 1.6s;
|
|
|
+ -o-animation-duration: 1.6s;
|
|
|
+ animation-duration: 1.6s; }
|
|
|
+
|
|
|
+.time9 {
|
|
|
+ -webkit-animation-duration: 1.8s;
|
|
|
+ -moz-animation-duration: 1.8s;
|
|
|
+ -o-animation-duration: 1.8s;
|
|
|
+ animation-duration: 1.8s; }
|
|
|
+
|
|
|
+.time10 {
|
|
|
+ -webkit-animation-duration: 2s;
|
|
|
+ -moz-animation-duration: 2s;
|
|
|
+ -o-animation-duration: 2s;
|
|
|
+ animation-duration: 2s; }
|
|
|
+
|
|
|
+.time11 {
|
|
|
+ -webkit-animation-duration: 2.2s;
|
|
|
+ -moz-animation-duration: 2.2s;
|
|
|
+ -o-animation-duration: 2.2s;
|
|
|
+ animation-duration: 2.2s; }
|
|
|
+
|
|
|
+.time12 {
|
|
|
+ -webkit-animation-duration: 2.4s;
|
|
|
+ -moz-animation-duration: 2.4s;
|
|
|
+ -o-animation-duration: 2.4s;
|
|
|
+ animation-duration: 2.4s; }
|
|
|
+
|
|
|
+.time13 {
|
|
|
+ -webkit-animation-duration: 2.6s;
|
|
|
+ -moz-animation-duration: 2.6s;
|
|
|
+ -o-animation-duration: 2.6s;
|
|
|
+ animation-duration: 2.6s; }
|
|
|
+
|
|
|
+.time14 {
|
|
|
+ -webkit-animation-duration: 2.8s;
|
|
|
+ -moz-animation-duration: 2.8s;
|
|
|
+ -o-animation-duration: 2.8s;
|
|
|
+ animation-duration: 2.8s; }
|
|
|
+
|
|
|
+.time15 {
|
|
|
+ -webkit-animation-duration: 3s;
|
|
|
+ -moz-animation-duration: 3s;
|
|
|
+ -o-animation-duration: 3s;
|
|
|
+ animation-duration: 3s; }
|
|
|
+
|
|
|
.clearfix:after {
|
|
|
content: ".";
|
|
|
display: block;
|
|
@@ -331,6 +598,18 @@ img {
|
|
|
clear: both;
|
|
|
visibility: hidden; }
|
|
|
|
|
|
+.secret-box {
|
|
|
+ position: fixed;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 100vh;
|
|
|
+ background: url(../img/loading/bg.jpg) no-repeat 0 0/cover;
|
|
|
+ display: none;
|
|
|
+ z-index: 1001; }
|
|
|
+ .secret-box img {
|
|
|
+ vertical-align: middle; }
|
|
|
+
|
|
|
.warp {
|
|
|
width: 10rem;
|
|
|
margin: 0 auto;
|
|
@@ -438,6 +717,87 @@ img {
|
|
|
z-index: 1;
|
|
|
display: none; }
|
|
|
|
|
|
+.poster-mode {
|
|
|
+ position: fixed;
|
|
|
+ top: 0;
|
|
|
+ left: 50%;
|
|
|
+ width: 10rem;
|
|
|
+ height: 100vh;
|
|
|
+ margin-left: -5rem;
|
|
|
+ z-index: 100;
|
|
|
+ background: #000;
|
|
|
+ display: none; }
|
|
|
+ .poster-mode .leads-box {
|
|
|
+ position: absolute;
|
|
|
+ top: 1.65625rem;
|
|
|
+ left: 50%;
|
|
|
+ width: 9.15625rem;
|
|
|
+ height: 3.57812rem;
|
|
|
+ margin-left: -4.57812rem;
|
|
|
+ background: url(../img/leads_bg.png) no-repeat top center/100% auto;
|
|
|
+ padding-top: 0.46875rem;
|
|
|
+ padding-left: 2.65625rem;
|
|
|
+ padding-right: 1.875rem; }
|
|
|
+ .poster-mode .leads-box .form-group {
|
|
|
+ border-bottom: 1px solid #c19e83; }
|
|
|
+ .poster-mode .leads-box .form-group input {
|
|
|
+ width: 100%;
|
|
|
+ height: 0.78125rem;
|
|
|
+ font-size: 0.375rem;
|
|
|
+ font-size: 20x;
|
|
|
+ color: #c19e83;
|
|
|
+ background: transparent; }
|
|
|
+ .poster-mode .leads-box .user-info {
|
|
|
+ position: absolute;
|
|
|
+ right: 0.3125rem;
|
|
|
+ top: 50%;
|
|
|
+ -webkit-transform: translate(0, -50%);
|
|
|
+ -moz-transform: translate(0, -50%);
|
|
|
+ -ms-transform: translate(0, -50%);
|
|
|
+ -o-transform: translate(0, -50%);
|
|
|
+ transform: translate(0, -50%); }
|
|
|
+ .poster-mode .leads-box .user-info .headimg-box {
|
|
|
+ width: 1.25rem; }
|
|
|
+ .poster-mode .leads-box .user-info p {
|
|
|
+ font-size: 0.3125rem;
|
|
|
+ color: #743d2f;
|
|
|
+ margin-top: 0.15625rem; }
|
|
|
+ .poster-mode .leads-box .submit {
|
|
|
+ position: absolute;
|
|
|
+ bottom: -0.15625rem;
|
|
|
+ left: 50%;
|
|
|
+ width: 3.04688rem;
|
|
|
+ margin-left: -1.52344rem; }
|
|
|
+ .poster-mode .leads-box .pro {
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ left: 0.3125rem;
|
|
|
+ width: 1.82812rem;
|
|
|
+ -webkit-transform: translate(0, -50%);
|
|
|
+ -moz-transform: translate(0, -50%);
|
|
|
+ -ms-transform: translate(0, -50%);
|
|
|
+ -o-transform: translate(0, -50%);
|
|
|
+ transform: translate(0, -50%); }
|
|
|
+ .poster-mode .qrcode-box {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 1.92188rem;
|
|
|
+ right: 0.46875rem;
|
|
|
+ width: 1.40625rem; }
|
|
|
+ .poster-mode .qrcode-box p {
|
|
|
+ font-size: 0.21875rem;
|
|
|
+ color: #fff;
|
|
|
+ text-align: center; }
|
|
|
+ .poster-mode .replay-btn {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 0.70312rem;
|
|
|
+ left: 1.48438rem;
|
|
|
+ width: 2.8125rem; }
|
|
|
+ .poster-mode .secret-btn {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 0.70312rem;
|
|
|
+ right: 1.48438rem;
|
|
|
+ width: 2.8125rem; }
|
|
|
+
|
|
|
.shake-mode {
|
|
|
position: fixed;
|
|
|
top: 0;
|
|
@@ -540,3 +900,73 @@ img {
|
|
|
opacity: 1; }
|
|
|
50% {
|
|
|
opacity: 0.7; } }
|
|
|
+
|
|
|
+.anim-btn {
|
|
|
+ -webkit-animation: btn 1s ease infinite;
|
|
|
+ -moz-animation: btn 1s ease infinite;
|
|
|
+ -o-animation: btn 1s ease infinite;
|
|
|
+ animation: btn 1s ease infinite; }
|
|
|
+
|
|
|
+@-webkit-keyframes btn {
|
|
|
+ 0%, 100% {
|
|
|
+ -webkit-transform: scale(1, 1);
|
|
|
+ transform: scale(1, 1); }
|
|
|
+ 15% {
|
|
|
+ -webkit-transform: scale(1.1, 1.1);
|
|
|
+ transform: scale(1.1, 1.1); }
|
|
|
+ 20% {
|
|
|
+ -webkit-transform: scale(1.1, 1.1);
|
|
|
+ transform: scale(1.1, 1.1); }
|
|
|
+ 35% {
|
|
|
+ -webkit-transform: scale(1.2, 1.2);
|
|
|
+ transform: scale(1.2, 1.2); } }
|
|
|
+
|
|
|
+@-moz-keyframes btn {
|
|
|
+ 0%, 100% {
|
|
|
+ -moz-transform: scale(1, 1);
|
|
|
+ transform: scale(1, 1); }
|
|
|
+ 15% {
|
|
|
+ -moz-transform: scale(1.1, 1.1);
|
|
|
+ transform: scale(1.1, 1.1); }
|
|
|
+ 20% {
|
|
|
+ -moz-transform: scale(1.1, 1.1);
|
|
|
+ transform: scale(1.1, 1.1); }
|
|
|
+ 35% {
|
|
|
+ -moz-transform: scale(1.2, 1.2);
|
|
|
+ transform: scale(1.2, 1.2); } }
|
|
|
+
|
|
|
+@-o-keyframes btn {
|
|
|
+ 0%, 100% {
|
|
|
+ -o-transform: scale(1, 1);
|
|
|
+ transform: scale(1, 1); }
|
|
|
+ 15% {
|
|
|
+ -o-transform: scale(1.1, 1.1);
|
|
|
+ transform: scale(1.1, 1.1); }
|
|
|
+ 20% {
|
|
|
+ -o-transform: scale(1.1, 1.1);
|
|
|
+ transform: scale(1.1, 1.1); }
|
|
|
+ 35% {
|
|
|
+ -o-transform: scale(1.2, 1.2);
|
|
|
+ transform: scale(1.2, 1.2); } }
|
|
|
+
|
|
|
+@keyframes btn {
|
|
|
+ 0%, 100% {
|
|
|
+ -webkit-transform: scale(1, 1);
|
|
|
+ -moz-transform: scale(1, 1);
|
|
|
+ -o-transform: scale(1, 1);
|
|
|
+ transform: scale(1, 1); }
|
|
|
+ 15% {
|
|
|
+ -webkit-transform: scale(1.1, 1.1);
|
|
|
+ -moz-transform: scale(1.1, 1.1);
|
|
|
+ -o-transform: scale(1.1, 1.1);
|
|
|
+ transform: scale(1.1, 1.1); }
|
|
|
+ 20% {
|
|
|
+ -webkit-transform: scale(1.1, 1.1);
|
|
|
+ -moz-transform: scale(1.1, 1.1);
|
|
|
+ -o-transform: scale(1.1, 1.1);
|
|
|
+ transform: scale(1.1, 1.1); }
|
|
|
+ 35% {
|
|
|
+ -webkit-transform: scale(1.2, 1.2);
|
|
|
+ -moz-transform: scale(1.2, 1.2);
|
|
|
+ -o-transform: scale(1.2, 1.2);
|
|
|
+ transform: scale(1.2, 1.2); } }
|