优化显示

This commit is contained in:
muzi_ys 2020-02-04 12:10:22 +08:00
parent 9335c46f7e
commit 0702145f9d
2 changed files with 59 additions and 48 deletions

View File

@ -653,6 +653,19 @@ body {
cursor: pointer;
}
.win10-new-msg{
/*繁华年间许你一世安宁提供*/
background-color: transparent;
/* border: 1px solid #323232; */
border: #f0f6f6 solid 1px !important;
-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.8);
-moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.8);
box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.8);
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}
.win10-open-iframe{
/*繁华年间许你一世安宁提供*/
background-color: transparent;
@ -792,11 +805,6 @@ body {
height: 30px;
}
.win10-open-iframe .layui-layer-title{
line-height:30px;
height: 30px;
}
.win10-open-iframe .layui-layer-title .icon ,#win10_btn_group_middle .btn_title .icon{
font-size: 15px;
padding: 1px;
@ -810,6 +818,9 @@ body {
.win10-open-iframe .layui-layer-title img.icon,#win10_btn_group_middle .btn_title img.icon{
width: 20px;
position: relative;
}
.win10-open-iframe .layui-layer-title img.icon{
top:5px ;
}
@ -837,16 +848,16 @@ body {
bottom: 0px;
position: absolute;
left: 0px;
height: 65px;
height: 60px;
text-align: center;
z-index:1000;
}
.dock-container {
position: absolute;
height: 60px;
border-radius: 5px;
border-radius: 5px 5px 0 0 ;
background-color: rgba(255,255,255,0.45) ;/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
padding:0 20px;
/*padding:0 20px;*/
}
.dock a.dock-item {

View File

@ -782,7 +782,7 @@ window.Win10 = {
'<span class="notice-header-title">天气</span>'+
'</div>' +
'<div class="notice-body">' +
'<iframe src="http://www.seniverse.com/weather/weather.aspx?uid=U43DF172E7&cid=CHBJ000000&l=&p=SMART&a=1&u=C&s=13&m=2&x=1&d=1&fc=&bgc=2E93D9&bc=&ti=0&in=0&li=" frameborder="0" scrolling="no" width="97%" height="150" style="padding:5px;" allowTransparency="true"></iframe>'+
'<iframe src="http://www.weather.seniverse.com/?token=96d8f" frameborder="0" scrolling="no" width="97%" height="150" style="padding:5px;" allowTransparency="true"></iframe>'+
'</div></div>';
}
$("#win10_command_center .command-body.today").html(today).addClass('active');
@ -901,7 +901,7 @@ window.Win10 = {
}
});
layer.tips(Win10.lang('新消息:','New message:')+title, '#win10_btn_command', {
tips: [1, '#3c6a4a'],
tips: [1, 'rgba(200, 200, 200, 0.7)'],
time: 3000
});
if($("#win10_command_center").hasClass('hidden_right')){