Commit 94dc83ba by doszhang

dos

parent b2820aea
...@@ -158,7 +158,7 @@ input::-webkit-input-placeholder { ...@@ -158,7 +158,7 @@ input::-webkit-input-placeholder {
/* personal-page */ /* personal-page */
.personal-page { .personal-page {
background: #c30101; background: #e5382a;
transition: all linear .3s; transition: all linear .3s;
-webkit-transition: all linear .3s; -webkit-transition: all linear .3s;
} }
......
...@@ -155,7 +155,7 @@ function chooseColorMove(e) { ...@@ -155,7 +155,7 @@ function chooseColorMove(e) {
} else if (left > 26.62) { } else if (left > 26.62) {
left = 26.62; left = 26.62;
} }
let index = 5; let index = 4;
if (left < 6.59) { if (left < 6.59) {
index = 1; index = 1;
} else if (left > 6.59 && left < 11) { } else if (left > 6.59 && left < 11) {
......
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