热线:0757-82625583

测试

2020-06-03 15:15 来源:111

热门 更多>
  • 夕阳中海

    在夕阳下泛着橘色的大海和山

    开始进入
  • 山清水秀

    秀丽的河山

    点击进入
  • 平静的海

    紫色的平静的大海

    点击进入
  • 沙滩大海

    海浪拍打沙滩,偶尔有吹上来小螃蟹

    点击进入
  • 山清水秀

    平静的溪水流淌在山脉之间

    点击进入
  • 幻象大海

    像虚幻出来的景色一样

    点击进入
  • 雄鹰展翅

    我也希望能像鹰一样飞翔

    点击进入
  • 静谧丛林

    早晨泛着红色的光的丛林显得格外动人

    点击进入
@charset "utf-8"; /* CSS Document */ *{ margin:0; padding:0; } body{ font-family:"微软雅黑"; background-color:#ddd; } .box{ width:760px; height:600px; background:#fff; margin:30px auto; padding:20px; } .box .head span{ font-size:18px; color:#333; } .box .head{ margin-bottom:20px; } .box .head a{ text-decoration:none; float:right; font-size:15px; color:#333; } .box .head a:hover{ color:#F00; } .box ul li{ width:160px; height:240px; list-style:none; position:relative; float:left; margin-left:20px; margin-bottom:20px; overflow:hidden; } .box ul li .deatil{ width:160px; height:240px; background:rgba(0,0,0,0.7); position:absolute; top:-240px; -webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;} .box ul li .deatil h2{ font-size:18px; color:#fff; text-align:center; padding-top:30px; } .box ul li .deatil p{ font-size:16px; text-align:center; margin:30px; color:#fff; } .box ul li .deatil a{ font-size:15px; display:block; color:#fff; background-color:#F00; text-decoration:none; width:100px; height:40px; text-align:center; line-height:40px; margin:0 auto; } .box ul li:hover .deatil{ top:0; }