給圖片加陰影製作效果的CSS_CSS/HTML

來源:互聯網
上載者:User
<style type=text/css>.pic { position:relative; background:#CCC; margin:10px; } .pic span { display:block; border:1px solid #333; background:#FFF; position:relative; padding: 3px; } .right {/*陰影在右邊時*/ top:-4px; left:-4px; } .left {/*陰影在左邊時*/ top:-4px; right:-4px; } </style><ul> <li class="pic"><span class="right"></span></li> <li class="pic"><span class="left"></span></li> </ul>
[Ctrl+A 全選 注:如需引入外部Js需重新整理才能執行]
  • 相關文章

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.