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>
标签:body,Web,电商,height,width,Educoder,移动,页面 来源: https://blog.csdn.net/weixin_53270267/article/details/122269114