首页 > 代码库 > 这是最近的作业10.12

这是最近的作业10.12

<!DOCTYPE HTML>
<html>
<head>
 <title></title>
 <style type="text/css">
 .xm{
  margin: 10px;
  width:350px;
  height: 415px;
  background-color:#F2DEAA;
  margin-left: 300px;
   }
 .xm1{
  width: 350px;
  height: 103px;
  background-color: #4FC0E8;
  border-bottom: solid;
  border-bottom-color:#39B0D8;
 }
 .xm2{
  position:absolute;
  margin-left: 112px;
  margin-top: 60px;
  width:126px;
  height: 80px;
  background-color:#4FC0E8;
  border-bottom: solid;
  border-bottom-color:#39B0D8;
  border-radius: 50%;
 }
 .xm3{
  width: 350px;
  height: 235px;
  background-color: white;
 }
 .xm4{
  width: 350px;
  height: 78px;
  background-color: #4FC0E8;
  border-bottom: solid;
  border-bottom-color:#39B0D8;
 }
 .tp{
  position:relative;
  padding-left:135px;
  padding-top: 30px;
 }
 .zt{
  font-size: 20px;
  font-family: arial;
  font-weight: 600;
  color: #4FC0E8;
  padding-left: 75px;
  padding-top: 61px;
 }
 .zt1{
  padding-top: 20px;
  padding-left: 20px;
  font-size: 15px;
  font-family: arial;
  color: #D4D5DA;
 }
 .zt3{
  font-size: 20px;
  font-family: arial;
  font-weight: 600;
  color: white;
   text-align: center;
   padding-top: 30px;
 }
 </style>
</head>
 <body>
  <div class="xm">
   <div class="xm1">
    <div class="xm2"></div> 
    <div class="tp"><img src="http://www.mamicode.com/1.png"></div>
   </div>
   <div class="xm3">
    <div class="zt">LOREM IPSUM DOLOR</div>
    <div class="zt1">
    ksegfjsdgn klsdfhuis gnbkjfsdhenj afashjf<br/>
    dzgushbg yudfhjs gbihigsdgsdiog udh sdgs<br/>
    iogsdugs duisdghugsd asdfasfasdhfsrh agfas<br/>
    sgfkajgds sh lkgfhdjdkj gjdggasdgd<br/>
    </div>
   </div>
   <div class="xm4">
    <div class="zt3">LOAD MORE</div>
   </div>
   
  </div>
 </body>
</html>

这是最近的作业10.12