<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cake</title>
<link rel="stylesheet" type="text/css" href="157.css">
<base href="http://www.lecake.com/" target="_blank">
</head>
<body>
<nav>
<img src='http://newimgcdn.lecake.com/web//images/logo.png' width="120" height="20"></img>
<a herf="">首页</a>
<a herf="">蛋糕</a>
<input type="text" name="search">
<button type="submit">搜索</button>
<a href="">登录</a>
<a href="">注册</a>
</nav>
<div>
<h1>蛋糕预定,现在开始啦!</h1>
<p>双十一全部商品<span style="font-size: 45px;font: 500;background-color: cornsilk";>50%OFF</span></p>
<p id="tt">双十一全部商品50%OFF</p>
<p class="textblue">双十一全部商品50%OFF</p>
</div>
<body bgcolor="gray">
<img class="media-object newm" src="//imagecdn.lecake.com/postsystem/docroot/images/goods/201709/15657/display_15657_15752.jpg"
alt="实栗派核桃栗蓉蛋糕" width="25%">
<div class="select_number"><button id="reduce" class="active">-</button>
<input type="text" value="1" id="addNumber">
<button id="add">+</button></div>
<a href="javascript:;" id="buy"> </a>
<a href="http://www.lecake.com/shop/goods-105601.html" class="link big"> </a>
<input type="hidden" value="105601" id="goodsId"></div>
<div>
<ul>
<li> <a href="http://www.lecake.com/SH/category-0-1.html?moment=&taste=,113&spec=">冰淇淋蛋糕</a></li>
<li><a href="http://www.lecake.com/SH/category-0-1.html?moment=&taste=,114&spec=">奶油蛋糕</a></li>
<li><a href="http://www.lecake.com/SH/category-0-1.html?moment=&taste=,103&spec=">巧克力蛋糕</a></li>
<li><a href="http://www.lecake.com/SH/category-0-1.html?moment=&taste=,101&spec=">慕斯蛋糕</a></li>
</ul>
</div>
</body>
</html>
p{
color:red;
}
h1{
font-family: 'Ubuntu', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', sans-serif;
font-style: italic;
background-color:pink;
color:cornflowerblue;
}
.textblue{
color:deeppink;
}
#tt{
color:#FFD700;
}