为了账号安全,请及时绑定邮箱和手机立即绑定

page2的三个圈不显示出来

#page2 > .p2_circle {

position: absolute;

top:0;

right:0;

bottom:0;

left:0;

margin:auto;

border-radius:50%;

background: url("../images/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("../images/p2_circle_middle.png") no-repeat center center;

background-size: 100%;

width: 45.625vw;

height: 45.62vw;

}

#page2 > .p2_circle:after {

position: absolute;

top:0;

right:0;

bottom:0;

left:0;

margin:auto;

border-radius:50%;

content: "";

background:url("../images/p2_circle_inner.png") no-repeat center center;

background-size:100%;

width: 39.9375vw;

height: 39.9375vw;

}

#page2 > .p2_2016 {

position: absolute;

top:0;

right:0;

bottom: 0;

left: 0;

margin: auto;

background: url("../images/p2_2016.png") no-repeat center center;

background-size: 100%;

width: 27.5vw;

height: 6.24vh;

}


正在回答

2 回答

你在运行程序的时候按下F12,看看报什么错,把错误日志发上来;

我估计你是没有往image目录下上传那几张图片吧,所以才不显示三个圈;

1 回复 有任何疑惑可以回复我~
#1

我的名字你的姓 提问者

非常感谢!
2018-02-24 回复 有任何疑惑可以回复我~

给#page2 >.p2_circle加上z-index: 4;要和#page2 >.p2_bg_loading在同一个平面上,或者高于4的平面

1 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

page2的三个圈不显示出来

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信