刚学习,大家见笑了。
@{ 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>
原来这几个的顺序有讲究。自己搞定了
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号