/* * Created by Victor on 2015-10-21. */ *{ margin:0 auto; padding:0; } .adv-box{ width:800px; height:450px; float:right; } .adv{ position:absolute; width:800px; height:450px; float:left; display:none; background-size:100% auto; background-repeat:no-repeat; background-position:center; } .dot{ float: left; margin:0 10px 0 10px; width:10px; height:10px; opacity:0.3; background-color: #fff; border-radius:10px 10px 10px 10px; border:2px solid #fff; } .dotf{ position:relative; top:20px; left:20px; z-index: 100; } .adv-infor{ position: absolute; bottom:5px; width: 800px; height: 60px; line-height: 60px; background-color: rgba(0,0,0,0.5); color:#fff; font-size: 20px; overflow:hidden; } .adv-infor a{ position: absolute; left:50px; font-size:20px; opacity: 0; }