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

feat:样式调整

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