求web前端大神的技术指导
发布网友
发布时间:2022-04-27 06:16
我来回答
共2个回答
热心网友
时间:2022-04-21 00:26
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<style>
p{margin:0;padding:0;}
.content{width:500px;height:60px;padding:10px;background:#fff;}
.left{float:left;width:60px;height:60px;text-align:center;position:relative;padding-right:10px;}
.left .up{height:40px;background:#F00;font:normal 20px/40px "Microsoft YaHei";color:#fff;}
.arrow{position: absolute;
width: 0;
height: 0;
border: 6px solid transparent;
_border-style: dotted;
border-bottom: 6px solid #ccc;
font-size: 0;
line-height: 0;
top: 28px;
right: 34px;
overflow: hidden;}
.left .down{height:20px;background:#ccc;font:normal 12px/18px "Microsoft YaHei";color:#333;}
.right{float:left;width:350px;height:60px;font:normal 12px/18px "Microsoft YaHei";}
.right .describ{lin-height:28px;margin-bottom:5px;}
.right span{color:#2b6db8;padding-right:30px;}
</style>
<body>
<div class="content">
<div class="left">
<p class="up">26</p>
<div class="arrow"></div>
<p class="down">2014-07</p>
</div>
<div class="right">
<p class="describ">办理具有强制效应的啦啦啦啦啦哈哈我去牛没啊哈几家基金啊hi啊佳佳艾</p>
<p><span>2014年5月14日</span><span>阅读(13)</span></p>
</div>
</div>
</body>
</html>
热心网友
时间:2022-04-21 01:44
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<style>
body { background:#fff; font: 12px/150% Arial, Verdana, "\5b8b\4f53"; line-height:150%; margin:0px; padding:0; color:#404040; }
div { margin:0 auto; padding:0; }
h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form, img, p { margin:0; padding:0; border:none; list-style-type:none; }
.fl { float:left }
.triangle { position:absolute; top:34px; left:26px; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #d0ccc7; }
.list { margin:10px; }
.caption { width:64px; height:64px; overflow:hidden; position:relative }
.caption .date { background:#e00000; width:64px; height:40px; font:600 16px/40px Arial; text-align:center; color:#fff; }
.caption .yearmonth { background:#d0ccc7; width:64px; height:24px; font:bold 13px/24px Arial; text-align:center; color:#000; }
.detail { padding-left:20px; width:300px }
.detail .newstitle { line-height:23px; }
.detail .dates { color:#004c76 }
.detail .dates span { margin-left:10px; }
</style>
</head>
<body>
<div class="list">
<div class="caption fl">
<div class="date">26</div>
<div class="yearmonth">2014-07</div>
<div class="triangle"></div>
</div>
<div class="detail fl">
<div class="newstitle">办理具有强制执行效力债权文书公证及出具执行证书的指导意见</div>
<div class="dates">2014年5月27日<span>阅读(13)</span></div>
</div>
</div>
</body>
</html>