Educoder_Web_移动端电商页面制作

目录

第一关 移动端电商页面制作


 

第一关 移动端电商页面制作

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>移动电商页面</title>
<style type="text/css">
/* ********* Begin ********* */
body{ font-size:12px;}   
body,img{padding:0; margin:0; border:0;}  
.all{
	width:346px;
	height:578px;
	background:url(https://www.educoder.net/api/attachments/2073417) no-repeat;
	margin:20px auto; 
	padding:90px 0 0 34px;
}
.content{
    width:277px;
    height:414px;
  overflow:scroll ;                   
/* ********* End ********* */
}
</style>
</head>
<body>
<div class="all">
    <div class="content">
        <img src="https://www.educoder.net/api/attachments/2072741" />
    </div>
</div>
</body>
</html>

上一篇:Vue+Openlayer使用Draw实现交互式绘制多边形并获取面积


下一篇:头歌-EduCoder:袋鼠过河问题