<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>廣州商學院</title> <base target="_blank"> <link rel="stylesheet "type="text/css"href="20.css" > </head> <body> <div> <div class="img "> <a href="http://www.gzcc.cn/" > <img src="http://www.gzcc.cn/2016/images/yhdh/01.jpg" ></a> <div class="desc"><a href="http://www.gzcchttp://www.gzcc.cn/html/xueyuanrongyu/.cn/" >學校榮譽</a> </div> </div> </div> <div class="img "> <a href="http://www.gzcc.cn/" > <img src="http://www.gzcc.cn/2016/images/yhdh/02.jpg" ></a> <div class="desc"><a href="http://www.gzcc.cn/html/banxuechengguo/" >師生獲獎</a> </div> </div> <div class="img "> <a href="http://www.gzcc.cn/" > <img src="http://www.gzcc.cn/2016/images/yhdh/03.jpg" ></a> <div class="desc"><a href="http://www.gzcc.cn/html/xygk/ldgh/" >領導關懷</a> </div> </div> <div class="img "> <a href="http://www.gzcc.cn/" > <img src="http://www.gzcc.cn/2016/images/yhdh/08.jpg" ></a> <div class="desc"> <a href="http://i.gzcc.cn/cas/login?service=http%3A%2F%2Fi.gzcc.cn%2Fdcp%2Findex.jsp" >數字廣商</a> </div> </div> <div class="img "> <a href="http://www.gzcc.cn/" > <img src="http://www.gzcc.cn/2016/images/yhdh/05.jpg" ></a> <div class="desc"> <a href="http://www.gzcc.cn/html/xygk/xiaoyuanfengguang/" >畫說校園</a> </div> </div> <div class="img "> <a href="http://www.gzcc.cn/" > <img src="http://www.gzcc.cn/2016/images/yhdh/06.jpg" ></a> <div class="desc"><a href="http://www.gzcc.cn/html/shipinxiaoyuan/" >視頻校園</a> </div> </div> <div class="img "> <a href="http://www.gzcc.cn/" > <img src="http://www.gzcc.cn/2016/images/yhdh/07.jpg" ></a> <div class="desc"><a href="http://www.gzcc.cn/quanjingxiaoyuan/tour.html" >全景校園</a> </div> </div> <div class="img "> <a href="http://www.gzcc.cn/" > <img src="http://www.gzcc.cn/2016/images/yhdh/04.jpg" ></a> <div class="desc"><a href="http://www.gzcc.cn/html/xiaoyoufengcai/" >校友風采</a> </div> </div> <div class="clearfloat"> <img src="http://www.gzcc.cn/2016/images/list-banner3.jpg"> </div> </body> </html>
CSScss
.img{ border:1px solid rgba(16, 3, 10, 0.93); width:300px; height:300px; float:left; margin:5px; } .img img{ width:100%; height:180px; } .aa { text-align: center; padding: 6px; } .img:hover{ border:1px solid #e23525; } .clearfloat { width: 1000px; height:900px; clear: both; }