关键界面设计的问题(界面设计成这个样子。或者类似的。有开源的界面吗?有参考的吗。或者哪位大侠帮忙设计一下。。有报酬)_html/css_WEB-ITnose
界面设计
界面怎么设计?
回复讨论(解决方案)
这个得找现成的UI了,
extjs 试试
extjs 没有做过的。。。
有本事也可以一个个div拼起来,就是那个drag麻烦点
<html xmlns="http://www.w3.org/1999/xhtml" ><head runat="server"> <title>无标题页</title> <style type="text/css"> body { text-align:center; font-size:62.5%; background:#f80; } #wrapper { margin:0 auto; text-align:left; width:100em; } #left { float:left; width:45%; } #right { float:right; width:55%; } fieldset { margin:0; background: transparent; border:0; } #left label { width:10em; text-align:right; float:left; line-height:1.8em; margin-right:0.5em; } #location { margin-top: 1.2em; } #untLable { margin-left: 1.2em; } </style></head><body> <div id="wrapper"> <div id="left"> <fieldset> <legend>Contactor</legend> <div> <label for="Category">Category</label> <select id="Category" > <option value="1">Costactors</option> </select> </div> <div> <label for="menufacture">Menufacture</label> <select id="menufacture"> <option value="1">SEMENS</option> </select> </div> <div> <label for="item">Item</label> <input type="text" id="item" value="Contactor"></input> </div> <div> <label for="Esctec">Esctec Number</label> <input id="Esctec" type="text" value="ESS-123456"/> </div> <div > <label for="PartNumber">PartNumber</label> <input type="text" id="PartNumber"value="3RT"/> </div> <div> <label for="ModelYear">Model Year</label> <input type="text" id="ModelYear" value="2012"/> </div> <div> <label for="Drmensore">Drmensore</label> <input type="text" id="Drmensore" value="60*40"/> </div> <div > <label for="Wegiht">Weight</label> <input type="text" id="Weight" value="1.3kg"></input> </div> <div> <label for="BarCode">BarCode</label> <input type="text" id="BarCode" value="123456789"/> </div> <div id="location"> <label for="loca">Location</label> <input type="text" id="loca" value="H.7"/> </div> <div> <label for="unt">Unt Cont</label> <input type="text" value="108" id="unt"/> <span id="untLable">Tacbie</span> </div> </fieldset> </div> <div id="right"> <div> <label for="date">Data Entered</label> <!--日期控件--> </div> <div style="height:10em;border:1px solid #ccc;"> <!--选项卡-->选项卡 </div> <div style="height:10em;border:1px solid #ccc;"> <table> <thead> <tr> <th>Date</th> <th>LetNumber</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>2012/09/01</td> <td>20</td> <td><input type="text" value="test"/></td> </tr> </tbody> </table> </div> </div> </div></body></html>细节的地方 调调
<html xmlns="http://www.w3.org/1999/xhtml" ><head runat="server"> <title>无标题页</title> <style type="text/css"> body { text-align:center; font-size:62.5%; background:#FFE4CA; } #wrapper { margin:0 auto; text-align:left; width:100em; } #left { float:left; width:45%; } #right { float:right; width:55%; } fieldset { margin:0; background: transparent; border:0; } #left label { width:8em; text-align:right; float:left; line-height:1.8em; margin-right:0.5em; } #location { margin-top: 1.2em; } #untLable { margin-left: 1.2em; } #left select { width:10em; } #left input[type="text"] { width:15em; } </style></head><body> <div id="wrapper"> <div id="left"> <fieldset> <legend>Contactor</legend> <div> <label for="Category">Category</label> <select id="Category" > <option value="1">Costactors</option> </select> </div> <div> <label for="menufacture">Menufacture</label> <select id="menufacture"> <option value="1">SEMENS</option> </select> </div> <div> <label for="item">Item</label> <input type="text" id="item" value="Contactor"></input> </div> <div> <label for="Esctec">Esctec Number</label> <input id="Esctec" type="text" value="ESS-123456"/> </div> <div > <label for="PartNumber">PartNumber</label> <input type="text" id="PartNumber"value="3RT"/> </div> <div> <label for="ModelYear">Model Year</label> <input type="text" id="ModelYear" value="2012"/> </div> <div> <label for="Drmensore">Drmensore</label> <input type="text" id="Drmensore" value="60*40"/> </div> <div > <label for="Wegiht">Weight</label> <input type="text" id="Weight" value="1.3kg"></input> </div> <div> <label for="BarCode">BarCode</label> <input type="text" id="BarCode" value="123456789"/> </div> <div id="location"> <label for="loca">Location</label> <input type="text" id="loca" value="H.7"/> </div> <div> <label for="unt">Unt Cont</label> <input type="text" value="108" id="unt"/> <span id="untLable">Tacbie</span> </div> </fieldset> </div> <div id="right"> <div> <label for="date">Data Entered</label> <!--日期控件--> </div> <div style="height:10em;border:1px solid #ccc;"> <!--选项卡-->选项卡 </div> <div style="height:10em;border:1px solid #ccc;"> <table> <thead> <tr> <th>Date</th> <th>LetNumber</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>2012/09/01</td> <td>20</td> <td><input type="text" value="test"/></td> </tr> </tbody> </table> </div> <div> <input type="button" value="+Add Transaction"/> </div> </div> </div></body></html>
日期空间 ,选项卡 这些 去网络上搂搂

热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

Video Face Swap
使用我们完全免费的人工智能换脸工具轻松在任何视频中换脸!

热门文章

热工具

记事本++7.3.1
好用且免费的代码编辑器

SublimeText3汉化版
中文版,非常好用

禅工作室 13.0.1
功能强大的PHP集成开发环境

Dreamweaver CS6
视觉化网页开发工具

SublimeText3 Mac版
神级代码编辑软件(SublimeText3)

HTML适合初学者学习,因为它简单易学且能快速看到成果。1)HTML的学习曲线平缓,易于上手。2)只需掌握基本标签即可开始创建网页。3)灵活性高,可与CSS和JavaScript结合使用。4)丰富的学习资源和现代工具支持学习过程。

WebDevelovermentReliesonHtml,CSS和JavaScript:1)HTMLStructuresContent,2)CSSStyleSIT和3)JavaScriptAddSstractivity,形成thebasisofmodernWebemodernWebExexperiences。

HTML定义网页结构,CSS负责样式和布局,JavaScript赋予动态交互。三者在网页开发中各司其职,共同构建丰富多彩的网站。

HTML、CSS和JavaScript是Web开发的三大支柱。1.HTML定义网页结构,使用标签如、等。2.CSS控制网页样式,使用选择器和属性如color、font-size等。3.JavaScript实现动态效果和交互,通过事件监听和DOM操作。

HTML、CSS和JavaScript在Web开发中的作用分别是:1.HTML定义网页结构,2.CSS控制网页样式,3.JavaScript添加动态行为。它们共同构建了现代网站的框架、美观和交互性。

HTML的未来充满了无限可能。1)新功能和标准将包括更多的语义化标签和WebComponents的普及。2)网页设计趋势将继续向响应式和无障碍设计发展。3)性能优化将通过响应式图片加载和延迟加载技术提升用户体验。

HTML、CSS和JavaScript在网页开发中的角色分别是:HTML负责内容结构,CSS负责样式,JavaScript负责动态行为。1.HTML通过标签定义网页结构和内容,确保语义化。2.CSS通过选择器和属性控制网页样式,使其美观易读。3.JavaScript通过脚本控制网页行为,实现动态和交互功能。

HTML的未来趋势是语义化和Web组件,CSS的未来趋势是CSS-in-JS和CSSHoudini,JavaScript的未来趋势是WebAssembly和Serverless。1.HTML的语义化提高可访问性和SEO效果,Web组件提升开发效率但需注意浏览器兼容性。2.CSS-in-JS增强样式管理灵活性但可能增大文件体积,CSSHoudini允许直接操作CSS渲染。3.WebAssembly优化浏览器应用性能但学习曲线陡,Serverless简化开发但需优化冷启动问题。
