|
|
|
@ -78,8 +78,49 @@
|
|
|
|
|
</div>
|
|
|
|
|
<style>
|
|
|
|
|
* {
|
|
|
|
|
padding: 0;
|
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
-webkit-tap-highlight-color: transparent;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
|
|
|
|
|
}
|
|
|
|
|
html, body {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
outline: 0;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
-webkit-transition: color .2s ease;
|
|
|
|
|
transition: color .2s ease;
|
|
|
|
|
-webkit-text-decoration-skip: objects;
|
|
|
|
|
color: #757575;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:active, a:hover {
|
|
|
|
|
outline-width: 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
|
opacity: 0.7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:active {
|
|
|
|
|
opacity: 0.9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:active, a:hover {
|
|
|
|
|
outline: 0;
|
|
|
|
|
text-decoration: none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a[disabled] {
|
|
|
|
|
color: #ccc;
|
|
|
|
|
cursor: not-allowed;
|
|
|
|
|
pointer-events: none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
@ -219,7 +260,7 @@
|
|
|
|
|
this.addTab({
|
|
|
|
|
title: '首页',
|
|
|
|
|
name: 'home',
|
|
|
|
|
url: '/${contextPath}/home.htm'
|
|
|
|
|
url: '${contextPath}/home.htm'
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
collapseSwitch: function () {
|
|
|
|
|