diff --git a/app/safari/js/index.js b/app/safari/js/index.js
index 6bc90c0..7b38b0e 100644
--- a/app/safari/js/index.js
+++ b/app/safari/js/index.js
@@ -24,7 +24,7 @@ var helangSearch = {
this.els.hotList.html(function() {
var str = '';
$.each(_this.hot.list, function(index, item) {
- str += '' + '' + (index + 1) + '
' + '' + item + '
' + '';
+ str += '' + '' + (index + 1) + '
' + '' + item + '
' + '';
});
return str;
});
diff --git a/css/index.css b/css/index.css
index 7230e47..4dbc825 100644
--- a/css/index.css
+++ b/css/index.css
@@ -810,7 +810,7 @@ body {
.win10-open-iframe .layui-layer-title img.icon,#win10_btn_group_middle .btn_title img.icon{
width: 20px;
position: relative;
- top:0px ;
+ top:5px ;
}
#win10-menu>.list>.sub-item img.icon,#win10-menu>.list>.item img.icon{
diff --git a/index.html b/index.html
index 420b8de..259de2c 100644
--- a/index.html
+++ b/index.html
@@ -115,8 +115,9 @@