仿写的一个聚划算的例子
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<!--视口标签-->
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" name="viewport">
<style type="text/css">
*{
margin: 0;
padding: 0;
}
header{
width: 100%;
height: 45px;
background-color: rgba(242,24,97,.95);
display: -webkit-box;
}
header .logo{
width: 110px;
height: 45px;
background-color: orange;
position: relative;
}
header .logo h1{
width: 65px;
height: 20px;
background: url(images/log