静态百度页面_html/css_WEB-ITnose
程序员文章站
2022-03-10 10:37:49
...
1.百度页面
2. html代码文件
1 2 3 4百度一下,你也不知道咯 5 6 7 89 10 1146 47 21 22 23244525 262728 2930 31 3233 3844394340 ©2015 Baidu 使用百度前必读 意见反馈 京ICP证030173号 41
42
3. css代码文件
1 /*--重置body--*/ 2 body 3 { 4 border: 0; 5 margin: 0; 6 } 7 8 /*--重置button的边框--*/ 9 input,button 10 { 11 border:0; 12 } 13 14 /*--上面选项菜单--*/ 15 #nav 16 { 17 text-align: right; 18 margin-top: 21px; 19 margin-right: 8px; 20 font-size: 13px; 21 } 22 23 #nav a 24 { 25 color: #333; 26 font-weight:bold; 27 margin:0 7px; 28 } 29 30 #nav a.set, 31 #nav a.login 32 { 33 font-weight:normal; 34 } 35 36 #nav button 37 { 38 background: #38f; 39 padding:4px 5px; 40 margin-left:5px; 41 color:White; 42 } 43 44 #nav a:hover 45 { 46 color:#00C; 47 } 48 49 /*--主要部分--*/ 50 #main 51 { 52 width:655px; 53 height:488px; 54 margin:0 auto; 55 } 56 57 /*--百度一下背景图片--*/ 58 #main .photo 59 { 60 text-align:center; 61 margin-bottom:19px; 62 } 63 64 #main input 65 { 66 border:1px solid #BBB; 67 width:540px; 68 height:32px; 69 padding-left:5px; 70 margin:0; 71 } 72 73 #main input.sub 74 { 75 width:100px; 76 height:36px; 77 background: #38f; 78 color:White; 79 font-size:15px; 80 } 81 82 #main input.si 83 { 84 float:left; 85 } 86 87 /*--最底一块--*/ 88 #bottom 89 { 90 margin-top:249px; 91 } 92 93 #bottom .ap 94 { 95 font-size:12px; 96 text-align:center; 97 } 98 99 #bottom .ap a100 {101 margin:0 6px;102 color:Blue;103 }104 105 #bottom .ap p106 {107 color:#666;108 }
推荐阅读
-
Symfony2安装时欢迎页面CSS混乱的解决方案_html/css_WEB-ITnose
-
在html里面用submit方式提交表单后,在另一个页面如何将值取出来_html/css_WEB-ITnose
-
为何页面内容和网页边缘有空隙_html/css_WEB-ITnose
-
linux定时任务访问页面代替quartz集群_html/css_WEB-ITnose
-
百度地图简单使用--添加折线,圆形等(html,js)_html/css_WEB-ITnose
-
【原】移动web页面使用字体的思考_html/css_WEB-ITnose
-
同一个表单,根据单击的按钮跳转到不同的页面_html/css_WEB-ITnose
-
请问下,webapp里面长按页面弹出来的菜单可以隐藏或者更改么_html/css_WEB-ITnose
-
求高手,模仿百度页面,页面缩小之后为什么排版都变了,应该怎样布局才不会乱!_html/css_WEB-ITnose
-
小米手机上!微信中,输入弹出键盘把页面顶变形了!_html/css_WEB-ITnose