PHP学习网站上的资源下载样式,喜欢的朋友可以直接拿去修改为自己的,比较简单这里就不废话啦直接看代码
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title>资源下载样式-PHP学习网</title>
<style>
.paydown{
background: none repeat scroll 0 0 #f8f8f8;
border: 1px solid #eee;
margin-bottom: 20px;
width: auto;
}
.paydown .down-title {
color: #666;
float: left;
font-size: 16px;
font-weight: bold;
padding-top: 25px;
text-align: center;
width: 9%;
}
.paydown .down-detail {
background: none repeat scroll 0 0 #fff;
border-left: 1px solid #eee;
float: right;
min-height: 140px;
width: 90%;
}
.clear {
clear: both;
}
.paydown p {
color: #666;
font-size: 14px;
line-height: 180%;
margin: 5px 0 10px;
text-indent: 2em;
}
p{
line-height: 20px;
}
.paydown p.down-ordinary {
color: #28b78d;
}
.paydown p {
border-bottom: 1px solid #f8f8f8;
margin: 3px;
padding: 3px 15px;
text-indent: 0;
font-size:14px;
}
</style>
</head>
<body>
<div>
<div>资<br/>源<br/>下<br/>载</div>
<div>
<p style=”color:#FF0000;”>注意:您需要在网站顶部登录或注册后,才能下载资源</p>
<p>资源名称:</p>
<p><a href=”#”>点击下载</a></p>
<p>提示:此资源由<a href=”http://www.viphper.com/”>PHP学习网</a>整理或原创,转载请注明。<span style=”color:#FF0000;”>QQ群:66357155</span></p>
</div>
<div></div>
</div>
</body>
</html>
[download id=”562″ template=”image”]