為什么我中間的文字“2016”沒有出來,我是把“2016”換成“2017”,圖片我也改了。
#page2 {
display: block;
}
#page2 > .bg {
background: url("H:/小小移動端/image/p2_bg.jpg") no-repeat center center;
background-size: 100%;
}
#page2 > .p2_circle {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
border-radius: 50%;
background: url("H:/小小移動端/image/p2_circle_outer.png") no-repeat center center;
background-size: 100%;
width: 59.375vw;
height: 59.375vw;
}
#page2 > .p2_circle:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
border-radius: 50%;
content: "";
background: url("../image/p2_circle_middle.png") no-repeat center center;
background-size: 100%;
width: 45.625vw;
height: 45.625vw;
}
#page2 > .p2_circle:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
border-radius: 50%;
content: "";
background: url("../image/p2_circle_inner.png") no-repeat center center;
background-size: 100%;
width: 39.937vw;
height: 39.937vw;
}
#page2 > .p2_2017 {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
background: url("H:/小小移動端/image/p2_2017") no-repeat center center;
background-size: 100%;
width: 30vw;
height: 8vh;
}
2017-07-24
圖片沒有寫后綴 .png
2017-03-27
朋友你的2017圖片能不能發(fā)我一份
2017-01-25
先確定一下圖片有沒有引入進去,再試試調(diào)大寬和高能不能顯示出來