<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
div{
background: indianred;
color: white;
margin: 0px;
padding: 8px 10px;
}
ul li{
border: dotted 3px;
border-top-color: white;
border-left-color: white;
border-right-color: white;
border-bottom-color: gray;
color: gray;
list-style:none;
text-indent: -2em;
}
span{
display: inline-block;
width: 25px;
height: 25px;
border-radius:50% ;
background: black;
color: white;
text-align: center;
margin-right: 5px;
margin-top: 3px;
}
</style>
</head>
<body leftmargin="0">
<div>大家都喜欢买的美容品</div>
<ul>
<li> <span> 1</span>雅诗兰黛即时修护眼部精华霜15ml</li>
<li> <span> 2</span>伊丽莎白雅顿显效复合活肤霜 75ml</li>
<li> <span> 3</span>OLAY玉兰油多效修护霜 50g</li>
<li> <span> 4</span>巨型一号丝瓜水320ML</li>
<li> <span> 5</span>倩碧保湿洁肤水2号 200ml</li>
<li> <span> 6</span>比度克细肤淡印霜 30g</li>
<li> <span> 7</span>兰芝 (LANEIGE)夜间修护锁水面膜 80ml</li>
<li> <span> 8</span>SK-II护肤精华露 215ml</li>
<li><span> 9</span>欧莱雅青春密码活颜精华肌底液</li>
</ul>
</body>
</html>