Authored by mali

登录

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta charset='UTF-8' />
<title>Yoho!Buy运营平台</title>
<script src="/ufoPlatform/js/include.js"></script>
<meta charset='UTF-8' />
<title>Yoho!Buy运营平台</title>
<script src="/ufoPlatform/js/include.js"></script>
<link rel="stylesheet" type="text/css" href="../../js/easyui.css">
<link rel="stylesheet" type="text/css" href="../../js/jquery/easyui/themes/icon.css">
<link rel="stylesheet" type="text/css" href="../../js/demo.css">
</head>
<body class="easyui-layout" id="ff" data-options="fit:false">
<div region="north" style="height: 73px; border-style: none; overflow: hidden;">
... ...
<!DOCTYPE html>
<div id="leftMenu">
<!--<div id="leftMenu">
</div>-->
<div class="easyui-accordion" style="width:500px;height:300px;">
<div title="Top Panel" data-options="iconCls:'icon-search',collapsed:false,collapsible:false" style="padding:10px;">
<input class="easyui-searchbox" prompt="Enter something here" style="width:300px;height:25px;">
</div>
<div title="About" data-options="selected:true" style="padding:10px;">
<h3 style="color:#0099FF;">Accordion for jQuery</h3>
<p>Accordion is a part of easyui framework for jQuery. It lets you define your accordion component on web page more easily.</p>
</div>
<div title="Title1" style="padding:10px">
<p>Content1</p>
</div>
<div title="Title2" style="padding:10px">
<p>Content2</p>
</div>
</div>
<script>
$(function() {
... ...