Home  >  Article  >  Web Front-end  >  EasyUI1.4.3 Layout怎么弄都不对,谁帮看看_html/css_WEB-ITnose

EasyUI1.4.3 Layout怎么弄都不对,谁帮看看_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 09:02:18862browse



刚学习,大家见笑了。

@{    Layout = null;}<!DOCTYPE html><html><head>    <meta name="viewport" content="width=device-width" />    <title>Index</title>    <script src="~/Scripts/jquery.easyui-1.4.3.min.js"></script>    <script src="~/Scripts/jquery-1.11.3.min.js"></script>    <link href="~/Content/themes/default/easyui.css" rel="stylesheet" />    <link href="~/Content/themes/icon.css" rel="stylesheet" /></head><body class="easyui-layout">    <div data-options="region:'north',border:false" style="height:60px;background:#B3DFDA;padding:10px">north region</div>    <div data-options="region:'west',split:true,title:'West'" style="width:150px;padding:10px;">west content</div>    <div data-options="region:'east',split:true,collapsed:true,title:'East'" style="width:100px;padding:10px;">east region</div>    <div data-options="region:'south',border:false" style="height:50px;background:#A9FACD;padding:10px;">south region</div>    <div data-options="region:'center',title:'Center'"></div></body></html>


回复讨论(解决方案)

不用各位回答了,是easyui.css的问题,我重新复制了一个就可以了。
我是从nuGet上安装的easyUI,后来从下载的里面替换了easyui.css就可以了,就不知道为什么原来的不可以。郁闷啊。

    
    
    <script></script>
    <script></script>
    <script></script>

原来这几个的顺序有讲究。自己搞定了

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn