阅读背景:

外溢出设置为隐藏的轮廓边框样式

来源:互联网 

The CSS style:

CSS样式:

.outer {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #000;
  overflow: hidden;
}

.outer:focus {
  outline: 10px solid #00FF00;
}

.inner {
  position: absolute;
  width: 50%;
  height: 200px;
  background-color: #F0F;
  left: 50%;
}

.inner:focus {
  outline: 10px solid #FFFF00;
}
.outer {
  position: 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: