3.制作SHOP今日推荐
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>index</title>
<style>
li{
list-style-type: none;
}
a{
color: red;
}
ul{color: gray}
</style>
</head>
<body>
<div style="width: 350px;border: 1px solid #C1D9F3;border-radius: 15px;margin: 0px auto">
<div style="position:relative;padding: 0px 10px">
<p style="font-size: 18px;font-weight: bold"><span style="color:red;">SHOP </span>今日推荐</p>
<img src="images/homework3/more.gif" style="position: absolute;right: 15px;bottom: 5px">
</div>
<dl>
<dd style="position: relative;">
<img src="images/homework3/shen.png" style=&