森林冰火人吧 关注:467贴子:1,930
  • 2回复贴,共1

不是网页设计

只看楼主收藏回复

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body{background-color: antiquewhite;}
.header{
background-color: brown;
height: 55px;
}
.sousuo1{
margin-left: 950px;
padding-top: 12px;
}
.sousuo1 input[type="text"]
{
width:auto;
height: 28px;
border: 2px sandybrown;
}
.sousuo1 input[type="submit"]
{
width:auto;
height: 32px;}


IP属地:陕西来自Android客户端1楼2023-02-13 17:48回复
    .word1{
    height: 40px;
    display: block;
    padding-left: 23px;
    background-color:dimgray;
    padding-top: 4px;
    padding: 20px;
    }
    .word1>a
    {
    color:black ;
    font: 30px/20px"宋体";
    padding: 20px;
    }
    .word1>a:hover{
    background-color: aqua;
    }
    .zhutu
    {height: 300px;
    background color:aqua;
    }
    .box1{
    height: 250px;
    width: 250px;
    background-color: darkorchid;
    }
    .box1pailie{
    padding: 30px;
    display: block;
    margin-left: 30px;
    }
    </style>
    </head>


    IP属地:陕西来自Android客户端2楼2023-02-13 17:48
    回复
      <body>
      <div class="header">
      <div class="sousuo1">
      <form>
      <input type="text" value="输入关键词"/>
      <input type="submit" value="搜索"
      </form>
      </div>
      </div>
      <div class="word1">
      <a href="#">首页</a>
      <a href="#">注册</a>
      <a href="#">登录</a>
      </div>
      <div class="zhutu">
      <img src="https://d.ifengimg.com/q100/img1.ugc.ifeng.com/newugc/20170826/18/wemedia/18491882264eef250b868ba9a6cf20bfdf26afde_size101_w1200_h593.jpeg"
      height="300px"; width="1300px"
      </div>
      <div class="box1pailie">
      <div class="box1">
      <H1>升旗时间</H1>
      </div>
      <div class="box1">
      <H1>升旗时间</H1>
      </div>
      </div>
      </div>
      </body>
      </html>


      IP属地:陕西来自Android客户端3楼2023-02-13 17:49
      回复