Commit 07daf4f6 by doszhang

dos

parent 52d92dff
......@@ -433,7 +433,7 @@ function setBgColor(moveX) {
} else if (moveX > 24.38) {
colorIndex = 6;
}
bgColor = colorList[mainColor][colorIndex - 1]
bgColor = colorList[mainColor][colorIndex - 1];
$('.personal-page').css('background', bgColor);
$('.personal-page .btn-choose-color').css('left', moveX + 'rem');
......
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