.dome2 {
   box-shadow: -2px 0 0 green, //左边阴影
   0 -2px 0 blue, //顶部阴影
   0 2px 0 red, //底部阴影
   2px 0 0 yellow; //右边阴影
 }

四个方向的box-shadow


 
                    
            
                

相关文章:

  • 2021-11-20
  • 2021-05-11
  • 2022-12-23
  • 2021-11-06
  • 2021-06-22
  • 2021-05-26
猜你喜欢
  • 2022-12-23
  • 2021-07-08
  • 2022-02-18
相关资源
相似解决方案