求一静态页面,内有详图_html/css_WEB-ITnose

WBOY
Freigeben: 2016-06-24 12:15:15
Original
1058 Leute haben es durchsucht


要这样效果的html,红色箭头可以不要。
用table布局或div都可以,最重要的是到时候需要方便把动态数据填充进去,谢谢!


回复讨论(解决方案)

<!doctype html><html><head>  <style type="text/css">  #pages {width:900px;margin-left:auto;margin-right:auto;}  .x {border:5px solid black;}  #x1 {width:280px;height:300px;float:left;}  #x2 {width:290px;height:300px;float:left;margin-left:10px;}  #x3 {width:280px;height:300px;float:left;margin-left:10px;}  .inpu {position:relative;top:5px;left:5px;}  </style></head><body>  <div id="pages">    <div id="x1" class="x">	  <form class="inpu" >	    <input type="text" />	  </form>	</div>	<div id="x2" class="x">	  <form class="inpu">	    <input type="text" />	  </form>	</div>	<div id="x3" class="x">	  <form class="inpu">	    <input type="text" />	  </form>	</div>  </div></body></html>
Nach dem Login kopieren

要简单直接打table。
特殊的背景图上打印文字即可

完整的这里发不了 还需要截图的。这里上传不了附件

完整的这里发不了 还需要截图的。这里上传不了附件
可以发我邮箱吗,chenxing_123@sina.com,谢谢

要简单直接打table。
特殊的背景图上打印文字即可 晕,公司没有美工啊,不会做背景图片。。

又没有美工
又没有程序
又想要产品

哥笑

又没有美工
又没有程序
又想要产品

哥笑

呵呵。
笑完又不得不感叹啊,现在的网络,除了便利,也滋生很多负面的作用,就是伸手党,什么都能伸手,美工、程序、甚至直接完整的软件。

之所以这样,就是有些稍微会点东西就到处显摆的新手不加辨别地满足他们,搞不清什么叫技术交流和帮助,什么叫自挖墙角。

HTML code

nbsp;html>


  
Verwandte Etiketten:
Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage