Commit 4ea1e3af by doszhang

dos

parent f93a8e52
......@@ -159,6 +159,8 @@ input::-webkit-input-placeholder {
/* personal-page */
.personal-page {
background: #c30101;
transition: all linear .3s;
-webkit-transition: all linear .3s;
}
.personal-page .decorate-img {
......
......@@ -170,7 +170,7 @@ function chooseColorMove(e) {
index = 6;
}
$('.personal-page .bg').css('background', colorList[mainColor][index]);
$('.personal-page').css('background', colorList[mainColor][index]);
$('.personal-page .btn-choose-color').css('left', left + 'rem');
startX = moveX;
......
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