问答详情
源自:3-6 移动端项目开发——表示层(page2)

为什么我中间的文字“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;

}

http://img.mukewang.com/5888314d0001a24b06690608.jpg

提问者:6HaHa 2017-01-25 13:02

个回答

  • 喵了个汪c
    2017-07-24 09:42:33

    图片没有写后缀 .png

  • 神一樣的男人3392911
    2017-03-27 11:13:09

    朋友你的2017图片能不能发我一份

  • Future晨
    2017-01-25 14:49:20

    先确定一下图片有没有引入进去,再试试调大宽和高能不能显示出来