Commit 73732f95 authored by Chen Jiping's avatar Chen Jiping

feat:样式调整

parent b2361e8b
......@@ -21,6 +21,8 @@ body {
background-image: url(../lib/images/bg2.png);
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
width: 100%;
height: 100%;
position:fixed;
......@@ -92,7 +94,6 @@ body {
display: inline;
position: relative;
float: left;
color: #fff;
cursor: pointer;
text-align: center;
height: 0.5rem;
......@@ -148,8 +149,10 @@ body {
.page-bar > .active-last{
background-image: url(../lib/images/last_active.png);
box-shadow: 0rem 0.2rem 0.2rem -0.1rem #dfac48
}
.page-bar > .active-next{
background-image: url(../lib/images/next_active.png);
box-shadow: 0rem 0.2rem 0.2rem -0.1rem #dfac48
}
\ 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 to comment