Commit c17e2cd6 by doszhang

dos

parent f9b7d347
...@@ -155,24 +155,23 @@ input::-webkit-input-placeholder { ...@@ -155,24 +155,23 @@ input::-webkit-input-placeholder {
} }
.flag-page .flag-block .star2.animate { .flag-page .flag-block .star2.animate {
animation: star2 1.875s 0.625s ease forwards; animation: star2 2.5s ease forwards;
-webkit-animation: star2 1.875s 0.625s ease forwards; -webkit-animation: star2 2.5s ease forwards;
}
.flag-page .flag-block:nth-child(even) { .flag-page .flag-block:nth-child(even) {
margin-left: 1rem; margin-left: 1rem;
width: 12.9rem; width: 12.9rem;
} }
.flag-page .flag-no { .flag-page .flag-no {
font-size: 1.3rem; font-size: 1.3rem;
color: #222222; color: #222222;
line-height: 1.85rem; line-height: 1.85rem;
text-align: center; text-align: center;
padding-left: 0.2rem; padding-left: 0.2rem;
} }
.flag-page .flag-text { .flag-page .flag-text {
font-size: 1.2rem; font-size: 1.2rem;
color: #222222; color: #222222;
line-height: 1.8rem; line-height: 1.8rem;
...@@ -181,20 +180,20 @@ input::-webkit-input-placeholder { ...@@ -181,20 +180,20 @@ input::-webkit-input-placeholder {
background-size: 12.35rem 1.1rem; */ background-size: 12.35rem 1.1rem; */
width: 12.35rem; width: 12.35rem;
height: auto; height: auto;
} }
.flag-page .flag-text div[class^=fly] { .flag-page .flag-text div[class^=fly] {
display: inline-block; display: inline-block;
animation: trans 1.4s 0s ease-out forwards; animation: trans 1.4s 0s ease-out forwards;
} }
.flag-page .flag-text .text-bottom { .flag-page .flag-text .text-bottom {
position: absolute; position: absolute;
bottom: -.1rem; bottom: -.1rem;
top: auto; top: auto;
} }
.flag-page input[name=customize-flag] { .flag-page input[name=customize-flag] {
font-size: 1.4rem; font-size: 1.4rem;
color: #222222; color: #222222;
padding-left: 1rem; padding-left: 1rem;
...@@ -202,9 +201,9 @@ input::-webkit-input-placeholder { ...@@ -202,9 +201,9 @@ input::-webkit-input-placeholder {
width: 21.55rem; width: 21.55rem;
height: 100%; height: 100%;
line-height: 100%; line-height: 100%;
} }
.flag-page .checked-flag-list { .flag-page .checked-flag-list {
border: 0.05rem solid #222222; border: 0.05rem solid #222222;
transition: all linear .3s; transition: all linear .3s;
-webkit-transition: all linear .3s; -webkit-transition: all linear .3s;
...@@ -212,19 +211,19 @@ input::-webkit-input-placeholder { ...@@ -212,19 +211,19 @@ input::-webkit-input-placeholder {
background: #fcfcfd; background: #fcfcfd;
transform: scale(0); transform: scale(0);
z-index: 3; z-index: 3;
} }
.flag-page .flag-list-content { .flag-page .flag-list-content {
overflow-y: scroll; overflow-y: scroll;
overflow-x: hidden; overflow-x: hidden;
} }
.flag-page .checked-item { .flag-page .checked-item {
display: flex; display: flex;
padding: 0.75rem 0 0.75rem 0; padding: 0.75rem 0 0.75rem 0;
} }
.checked-flag-list .checked-flag-no { .checked-flag-list .checked-flag-no {
font-size: 1.2rem; font-size: 1.2rem;
text-align: center; text-align: center;
line-height: 2rem; line-height: 2rem;
...@@ -236,9 +235,9 @@ input::-webkit-input-placeholder { ...@@ -236,9 +235,9 @@ input::-webkit-input-placeholder {
background-size: 100% 100%; background-size: 100% 100%;
margin-top: 0.05rem; margin-top: 0.05rem;
padding-left: 0.25rem; padding-left: 0.25rem;
} }
.checked-flag-list .checked-flag-text { .checked-flag-list .checked-flag-text {
font-size: 1.2rem; font-size: 1.2rem;
color: #222222; color: #222222;
padding-left: 0.5rem; padding-left: 0.5rem;
...@@ -246,47 +245,47 @@ input::-webkit-input-placeholder { ...@@ -246,47 +245,47 @@ input::-webkit-input-placeholder {
display: inline-block; display: inline-block;
flex: 1; flex: 1;
border-bottom: 0.05rem solid #222222; border-bottom: 0.05rem solid #222222;
} }
.checked-flag-list .btn-checked-item-delete { .checked-flag-list .btn-checked-item-delete {
color: #c30101; color: #c30101;
font-size: 1.4rem; font-size: 1.4rem;
text-align: right; text-align: right;
width: 2.8rem; width: 2.8rem;
display: inline-block; display: inline-block;
border-bottom: 0.05rem solid #222222; border-bottom: 0.05rem solid #222222;
} }
.flag-sortable-active .checked-flag-no, .flag-sortable-active .checked-flag-no,
.flag-sortable-active .checked-flag-text { .flag-sortable-active .checked-flag-text {
color: #c30101; color: #c30101;
} }
.flag-sortable-ghost { .flag-sortable-ghost {
opacity: 0; opacity: 0;
} }
.flag-choose-tip { .flag-choose-tip {
opacity: 0; opacity: 0;
} }
.flag-choose-tip.active { .flag-choose-tip.active {
animation: tips 1.5s linear forwards 3; animation: tips 1.5s linear forwards 3;
-webkit-animation: tips 1.5s linear forwards 3; -webkit-animation: tips 1.5s linear forwards 3;
} }
.flagadd { .flagadd {
opacity: 0; opacity: 0;
z-index: 4; z-index: 4;
} }
.flagadd.animate { .flagadd.animate {
animation: flagadd 1s ease-in both; animation: flagadd 1s ease-in both;
-webkit-animation: flagadd 1s ease-in both; -webkit-animation: flagadd 1s ease-in both;
} }
@keyframes star1 { @keyframes star1 {
0% { 0% {
opacity: 0; opacity: 0;
transform: translateY(0); transform: translateY(0);
...@@ -297,7 +296,7 @@ input::-webkit-input-placeholder { ...@@ -297,7 +296,7 @@ input::-webkit-input-placeholder {
transform: translateY(0); transform: translateY(0);
} }
75% { 50% {
opacity: 1; opacity: 1;
transform: translateY(0); transform: translateY(0);
} }
...@@ -306,20 +305,17 @@ input::-webkit-input-placeholder { ...@@ -306,20 +305,17 @@ input::-webkit-input-placeholder {
opacity: 0; opacity: 0;
transform: translateY(-100%); transform: translateY(-100%);
} }
}
@keyframes star2 {
0% {
opacity: 0;
transform: translateY(0);
} }
33% { @keyframes star2 {
opacity: 1;
0%,
25% {
opacity: 0;
transform: translateY(0); transform: translateY(0);
} }
66% { 50% {
opacity: 1; opacity: 1;
transform: translateY(0); transform: translateY(0);
} }
...@@ -328,9 +324,9 @@ input::-webkit-input-placeholder { ...@@ -328,9 +324,9 @@ input::-webkit-input-placeholder {
opacity: 0; opacity: 0;
transform: translateY(-100%); transform: translateY(-100%);
} }
} }
@keyframes flagadd { @keyframes flagadd {
0% { 0% {
transform: translateY(0); transform: translateY(0);
opacity: 1; opacity: 1;
...@@ -340,9 +336,9 @@ input::-webkit-input-placeholder { ...@@ -340,9 +336,9 @@ input::-webkit-input-placeholder {
transform: translateY(-100%); transform: translateY(-100%);
opacity: 0; opacity: 0;
} }
} }
@keyframes tips { @keyframes tips {
50% { 50% {
opacity: 0; opacity: 0;
} }
...@@ -351,15 +347,15 @@ input::-webkit-input-placeholder { ...@@ -351,15 +347,15 @@ input::-webkit-input-placeholder {
100% { 100% {
opacity: 1; opacity: 1;
} }
} }
@keyframes trans { @keyframes trans {
to { to {
transform: translateY(0); transform: translateY(0);
} }
} }
@keyframes scale { @keyframes scale {
0% { 0% {
transform: scaleX(0); transform: scaleX(0);
} }
...@@ -367,37 +363,37 @@ input::-webkit-input-placeholder { ...@@ -367,37 +363,37 @@ input::-webkit-input-placeholder {
100% { 100% {
transform: scaleX(1); transform: scaleX(1);
} }
} }
/* personal-page */ /* personal-page */
.personal-page { .personal-page {
background: #e5382a; background: #e5382a;
transition: all linear .3s; transition: all linear .3s;
-webkit-transition: all linear .3s; -webkit-transition: all linear .3s;
z-index: 5; z-index: 5;
} }
.personal-page .decorate-img { .personal-page .decorate-img {
background: url('../image2/decorate1.png') left top no-repeat; background: url('../image2/decorate1.png') left top no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
} }
.customize-frame { .customize-frame {
top: auto; top: auto;
bottom: 0; bottom: 0;
} }
.personal-page .flag-list { .personal-page .flag-list {
overflow: scroll; overflow: scroll;
} }
.personal-page .flag-item { .personal-page .flag-item {
position: relative; position: relative;
display: flex; display: flex;
margin-top: 1rem; margin-top: 1rem;
} }
.personal-page .flag-no { .personal-page .flag-no {
font-size: 1.2rem; font-size: 1.2rem;
text-align: center; text-align: center;
line-height: 2rem; line-height: 2rem;
...@@ -408,9 +404,9 @@ input::-webkit-input-placeholder { ...@@ -408,9 +404,9 @@ input::-webkit-input-placeholder {
padding-left: 0.2rem; padding-left: 0.2rem;
background: url(../image2/flag-no.png) left top no-repeat; background: url(../image2/flag-no.png) left top no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
} }
.personal-page .flag-text { .personal-page .flag-text {
font-size: 1.4rem; font-size: 1.4rem;
color: #222222; color: #222222;
margin-left: 1rem; margin-left: 1rem;
...@@ -421,40 +417,40 @@ input::-webkit-input-placeholder { ...@@ -421,40 +417,40 @@ input::-webkit-input-placeholder {
flex: 1; flex: 1;
background: url(../image2/flag-redline.png) left bottom no-repeat; background: url(../image2/flag-redline.png) left bottom no-repeat;
background-size: 100% auto; background-size: 100% auto;
} }
.personal-page .colorbar { .personal-page .colorbar {
transition: all linear .3s; transition: all linear .3s;
-webkit-transition: all linear .3s; -webkit-transition: all linear .3s;
} }
.personal-page .decorate-content { .personal-page .decorate-content {
overflow-x: scroll; overflow-x: scroll;
white-space: nowrap; white-space: nowrap;
overflow-y: hidden; overflow-y: hidden;
} }
.personal-page .decorateImg { .personal-page .decorateImg {
width: 15rem; width: 15rem;
height: 7.5rem; height: 7.5rem;
padding: 0 0.625rem 0 0.625rem; padding: 0 0.625rem 0 0.625rem;
} }
.personal-page .decorateImg:first { .personal-page .decorateImg:first {
padding-left: 0; padding-left: 0;
} }
.btn-choose-color.animate { .btn-choose-color.animate {
animation: slider 1.5s ease-in-out 5 alternate; animation: slider 1.5s ease-in-out 5 alternate;
-webkit-animation: slider 1.5s ease-in-out 5 alternate; -webkit-animation: slider 1.5s ease-in-out 5 alternate;
} }
.personal-wrap.animate { .personal-wrap.animate {
animation: slideDown 1s ease-in forwards; animation: slideDown 1s ease-in forwards;
-webkit-animation: slideDown 1s ease-in forwards; -webkit-animation: slideDown 1s ease-in forwards;
} }
@keyframes slideDown { @keyframes slideDown {
0% { 0% {
transform: translateY(0); transform: translateY(0);
} }
...@@ -462,9 +458,9 @@ input::-webkit-input-placeholder { ...@@ -462,9 +458,9 @@ input::-webkit-input-placeholder {
100% { 100% {
transform: translateY(100%); transform: translateY(100%);
} }
} }
@keyframes slider { @keyframes slider {
0% { 0% {
opacity: 0; opacity: 0;
transform: translateX(-10rem); transform: translateX(-10rem);
...@@ -474,37 +470,37 @@ input::-webkit-input-placeholder { ...@@ -474,37 +470,37 @@ input::-webkit-input-placeholder {
opacity: 1; opacity: 1;
transform: translateX(0rem); transform: translateX(0rem);
} }
} }
/* suggest-page */ /* suggest-page */
.suggest-page { .suggest-page {
z-index: 4; z-index: 4;
} }
input[name=signature] { input[name=signature] {
font-size: 1.15rem; font-size: 1.15rem;
color: #222222; color: #222222;
padding-left: 1rem; padding-left: 1rem;
padding-right: 1rem; padding-right: 1rem;
width: 12.9rem; width: 12.9rem;
} }
input[name=signature]::-webkit-input-placeholder { input[name=signature]::-webkit-input-placeholder {
/* placeholder颜色 */ /* placeholder颜色 */
color: #878787; color: #878787;
} }
.agree-wrap.animate { .agree-wrap.animate {
animation: flicker 1s ease infinite; animation: flicker 1s ease infinite;
-webkit-animation: flicker 1s ease infinite; -webkit-animation: flicker 1s ease infinite;
} }
.suggest-wrap.animate { .suggest-wrap.animate {
animation: wrapScale 1s linear forwards; animation: wrapScale 1s linear forwards;
-webkit-animation: wrapScale 1s linear forwards; -webkit-animation: wrapScale 1s linear forwards;
} }
@keyframes wrapScale { @keyframes wrapScale {
0% { 0% {
transform: scale(1); transform: scale(1);
} }
...@@ -512,9 +508,9 @@ input[name=signature]::-webkit-input-placeholder { ...@@ -512,9 +508,9 @@ input[name=signature]::-webkit-input-placeholder {
100% { 100% {
transform: scale(0); transform: scale(0);
} }
} }
@keyframes flicker { @keyframes flicker {
0%, 0%,
100% { 100% {
...@@ -524,31 +520,31 @@ input[name=signature]::-webkit-input-placeholder { ...@@ -524,31 +520,31 @@ input[name=signature]::-webkit-input-placeholder {
50% { 50% {
opacity: 0; opacity: 0;
} }
} }
/* countdown-page */ /* countdown-page */
.countdown-page { .countdown-page {
z-index: 3; z-index: 3;
} }
.countdown-page canvas { .countdown-page canvas {
transform: rotate(-90deg); transform: rotate(-90deg);
} }
.countdown-num { .countdown-num {
line-height: 8.95rem; line-height: 8.95rem;
font-size: 4rem; font-size: 4rem;
text-align: center; text-align: center;
color: #fff; color: #fff;
} }
.countdown-num.animate { .countdown-num.animate {
animation: numScale 1s 0s linear forwards; animation: numScale 1s 0s linear forwards;
-webkit-animation: numScale 1s 0s linear forwards; -webkit-animation: numScale 1s 0s linear forwards;
} }
@keyframes numScale { @keyframes numScale {
0%, 0%,
50% { 50% {
...@@ -560,56 +556,56 @@ input[name=signature]::-webkit-input-placeholder { ...@@ -560,56 +556,56 @@ input[name=signature]::-webkit-input-placeholder {
transform: scale(1.3); transform: scale(1.3);
opacity: 0; opacity: 0;
} }
} }
/* effect-page */ /* effect-page */
.effect-page { .effect-page {
z-index: 2; z-index: 2;
} }
/* poster-page */ /* poster-page */
.poster-page { .poster-page {
z-index: 1; z-index: 1;
overflow: scroll; overflow: scroll;
} }
.poster-page .poster-canvas-block { .poster-page .poster-canvas-block {
z-index: 1; z-index: 1;
} }
.poster-page canvas { .poster-page canvas {
width: 32rem; width: 32rem;
} }
.poster-tip { .poster-tip {
z-index: 1; z-index: 1;
} }
.posterImg { .posterImg {
position: absolute; position: absolute;
top: 0; top: 0;
z-index: 1; z-index: 1;
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
/* poster-list-page */ /* poster-list-page */
.poster-list-page .poster-list { .poster-list-page .poster-list {
background: url(../image2/posterlist-bg.png) left top repeat-y; background: url(../image2/posterlist-bg.png) left top repeat-y;
background-size: 100% auto; background-size: 100% auto;
height: auto; height: auto;
min-height: 20.2rem; min-height: 20.2rem;
padding: 1.75rem 4.45rem 3rem 3.5rem; padding: 1.75rem 4.45rem 3rem 3.5rem;
width: 22.05rem; width: 22.05rem;
} }
.poster-list-page .flag-item { .poster-list-page .flag-item {
position: relative; position: relative;
display: flex; display: flex;
margin-top: 1.5rem; margin-top: 1.5rem;
} }
.poster-list-page .flag-no { .poster-list-page .flag-no {
font-size: 1.2rem; font-size: 1.2rem;
text-align: center; text-align: center;
line-height: 2rem; line-height: 2rem;
...@@ -619,9 +615,9 @@ input[name=signature]::-webkit-input-placeholder { ...@@ -619,9 +615,9 @@ input[name=signature]::-webkit-input-placeholder {
height: 2rem; height: 2rem;
background: url(../image2/flag-no.png) left top no-repeat; background: url(../image2/flag-no.png) left top no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
} }
.poster-list-page .flag-text { .poster-list-page .flag-text {
font-size: 1.4rem; font-size: 1.4rem;
color: #222222; color: #222222;
margin-left: 1rem; margin-left: 1rem;
...@@ -633,4 +629,4 @@ input[name=signature]::-webkit-input-placeholder { ...@@ -633,4 +629,4 @@ input[name=signature]::-webkit-input-placeholder {
background: url(../image2/flag-redline.png) left bottom no-repeat; background: url(../image2/flag-redline.png) left bottom no-repeat;
background-size: 100% auto; background-size: 100% auto;
white-space: nowrap; white-space: nowrap;
} }
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment