This commit is contained in:
1099438829@qq.com 2019-03-04 23:23:49 +08:00
parent 181bb43d0d
commit 0bc50acd3e
2 changed files with 6 additions and 6 deletions

View File

@ -253,7 +253,7 @@ body {
#win10-menu .list .item,.sub-item{ #win10-menu .list .item,.sub-item{
color:#333; color:#333;
margin: 1px 0; margin: 1px 0;
line-height: 40px; line-height: 2em;
padding: 0 10px; padding: 0 10px;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
@ -263,13 +263,13 @@ body {
} }
#win10-menu .list .item>.icon,#win10-menu .list .sub-item>.icon,.sub-item>.icon{ #win10-menu .list .item>.icon,#win10-menu .list .sub-item>.icon,.sub-item>.icon{
line-height: 36px; line-height:2em;
font-size: 22px; font-size: 1.2em;
float: left; float: left;
margin-right: 0.5em; margin-right: 0.5em;
width: 36px; /*width: 36px;*/
position: relative; position: relative;
top:2px; /*top:2px;*/
} }

View File

@ -948,7 +948,7 @@ window.Win10 = {
content: '<div style="padding: 10px;font-size: 12px">' + content: '<div style="padding: 10px;font-size: 12px">' +
'<p>支持组件:layer、jquery、animated.css、font-awesome</p>' + '<p>支持组件:layer、jquery、animated.css、font-awesome</p>' +
'<p>木子的忧伤、尤里2号©版权所有</p>' + '<p>木子的忧伤、尤里2号©版权所有</p>' +
'<p>作者邮箱:yuri2peter@qq.com</p>' + '<p>作者邮箱:1099438829@qq.com</p>' +
'</div>' '</div>'
}); });
}, },