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

我的几个单选只显示了一个,那个单选位置有问题,但我又找不到问题所在

.clr{

width:0;

height:0;

overflow:hidden;

clear:both;

padding:0;

margin:0;

}

.st-container{

width:100%;

height:100%;

position:absolute;

left:0;

top:0;

font-family:Microsoft;

}


.st-container > input,

.st-container > a{

width:33%;

height:40px;

line-height:40px;

position:fixed;

top:0;

}

.st-container > input{

opacity:1;

z-index: 1000;

}

.st-container > a{

z-index: 10;

font-weight:700;

font-size:16px;

background:#e23a6e;

text-align:center;

color:#fff;

text-shadow:1px 1px 1px rgba(151,24,64,0.2); 

}

#st-control-1,#st-control-1 + a{

left:0%;

}

#st-conrrol-2,#st-control-2 + a{

left:33%;

}

#st-conrrol-3,#st-control-3 + a{

left:66%;

}

.st-container input:checked + a{

background:#821134;

}


正在回答

2 回答

.st-container input:nth-of-type(1),#st-control-1+a

{

left:0%;

}

.st-container input:nth-of-type(2),#st-control-2+a

{

left:33%;

}

.st-container input:nth-of-type(3),#st-control-3+a

{

left:66%;

}

改成这段

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

慕粉4379063 提问者

非常感谢!
2016-12-07 回复 有任何疑惑可以回复我~

刚刚发现你单词写错了,是control

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

举报

0/150
提交
取消

我的几个单选只显示了一个,那个单选位置有问题,但我又找不到问题所在

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