div边角线

.bb {

 

width: 200px;

 

height: 200px;

 

margin: auto;

 

/* background: url("img/Button-White-Large.png") no-repeat 50%/70% rgba(0, 0, 0, 0.1); */

 

color: #69ca62;

 

box-shadow: 0 0 2px #237ad4 inset;

background: linear-gradient(#1359df, #1359df) left top,

linear-gradient(#1359df, #1359df) left top,

linear-gradient(#1359df, #1359df) right top,

linear-gradient(#1359df, #1359df) right top,

linear-gradient(#1359df, #1359df) left bottom,

linear-gradient(#1359df, #1359df) left bottom,

linear-gradient(#1359df, #1359df) right bottom,

linear-gradient(#1359df, #1359df) right bottom;

background-repeat: no-repeat;

background-size: 2px 15px, 15px 2px;

 

}

相关文章:

  • 2021-09-25
  • 2022-12-23
  • 2021-11-30
  • 2021-11-11
  • 2021-11-20
猜你喜欢
  • 2021-09-25
  • 2021-11-20
  • 2021-11-30
  • 2022-01-30
  • 2021-12-14
  • 2021-11-30
相关资源
相似解决方案