|
|
@ -249,6 +249,7 @@ window.Win10 = {
|
|||
//>> 获取弹窗标题
|
||||
var title = $this.data('title')||'',
|
||||
areaAndOffset,icon;
|
||||
|
||||
//>> 判断是否有标题图片
|
||||
var bg=$this.data('icon-bg')?$this.data('icon-bg'):'';
|
||||
if($this.data('icon-image')) {
|
||||
|
|
@ -260,7 +261,10 @@ window.Win10 = {
|
|||
icon = '<i class="fa fa-fw fa-'+$this.data('icon-font')+' icon '+bg+'"></i>';
|
||||
}
|
||||
if(!title && $this.children('.icon').length===1 && $this.children('.title').length===1){
|
||||
title = $this.children('.icon').prop("outerHTML")+$this.children('.title').html();
|
||||
title = $this.children('.title').html();
|
||||
if(!icon){
|
||||
icon = $this.children('.icon').prop("outerHTML");
|
||||
}
|
||||
}
|
||||
//>> 判断是否需要 设置 区域宽度高度
|
||||
if($this.data('area-offset')) {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 221 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 189 KiB After Width: | Height: | Size: 682 KiB |
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 844 KiB After Width: | Height: | Size: 643 KiB |
|
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 218 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 320 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 330 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 104 KiB |
|
Before Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 434 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 220 KiB After Width: | Height: | Size: 331 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 473 KiB After Width: | Height: | Size: 421 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 218 KiB After Width: | Height: | Size: 356 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 375 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 8.5 KiB |
|
Before Width: | Height: | Size: 339 KiB After Width: | Height: | Size: 492 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 9.6 KiB |
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 390 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 275 KiB After Width: | Height: | Size: 438 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 11 KiB |
|
|
@ -6,12 +6,12 @@ $(function () {
|
|||
{
|
||||
"pic": "./plugins/theme_switcher/bg/bg1.jpg",
|
||||
"thumb": "./bg/bg1_small.jpg",
|
||||
"title": "win10"
|
||||
"title": " Mojave Night"
|
||||
},
|
||||
{
|
||||
"pic": "./plugins/theme_switcher/bg/bg2.jpg",
|
||||
"thumb": "./bg/bg2_small.jpg",
|
||||
"title": "梦幻光影"
|
||||
"title": "莫哈韦沙漠风景白天"
|
||||
},
|
||||
{
|
||||
"pic": "./plugins/theme_switcher/bg/bg3.jpg",
|
||||
|
|
@ -21,63 +21,43 @@ $(function () {
|
|||
{
|
||||
"pic": "./plugins/theme_switcher/bg/bg4.jpg",
|
||||
"thumb": "./bg/bg4_small.jpg",
|
||||
"title": "乡土气息"
|
||||
"title": "Abstract壁纸"
|
||||
},
|
||||
{
|
||||
"pic": "./plugins/theme_switcher/bg/bg5.jpg",
|
||||
"thumb": "./bg/bg5_small.jpg",
|
||||
"title": "绿色清新"
|
||||
"title": "暗色沙漠壁纸"
|
||||
},
|
||||
{
|
||||
"pic": "./plugins/theme_switcher/bg/bg6.jpg",
|
||||
"thumb": "./bg/bg6_small.jpg",
|
||||
"title": "Win8"
|
||||
"title": "莫哈韦沙漠"
|
||||
},
|
||||
{
|
||||
"pic": "./plugins/theme_switcher/bg/bg7.jpg",
|
||||
"thumb": "./bg/bg7_small.jpg",
|
||||
"title": "蓝色海岸"
|
||||
"title": "沙漠风景"
|
||||
},
|
||||
{
|
||||
"pic": "./plugins/theme_switcher/bg/bg8.jpg",
|
||||
"thumb": "./bg/bg8_small.jpg",
|
||||
"title": "冰天雪地"
|
||||
"title": "沙漠风光"
|
||||
},
|
||||
{
|
||||
"pic": "./plugins/theme_switcher/bg/bg9.jpg",
|
||||
"thumb": "./bg/bg9_small.jpg",
|
||||
"title": "繁花满树"
|
||||
"title": "白天沙漠风景"
|
||||
},
|
||||
{
|
||||
"pic": "./plugins/theme_switcher/bg/bg10.jpg",
|
||||
"thumb": "./bg/bg10_small.jpg",
|
||||
"title": "精灵小鸟"
|
||||
"title": "Sierra风景壁纸"
|
||||
},
|
||||
{
|
||||
"pic": "./plugins/theme_switcher/bg/bg11.jpg",
|
||||
"thumb": "./bg/bg11_small.jpg",
|
||||
"title": "炫酷跑车"
|
||||
},
|
||||
{
|
||||
"pic": "./plugins/theme_switcher/bg/bg12.jpg",
|
||||
"thumb": "./bg/bg12_small.jpg",
|
||||
"title": "中国风"
|
||||
},
|
||||
{
|
||||
"pic": "./plugins/theme_switcher/bg/bg13.jpg",
|
||||
"thumb": "./bg/bg13_small.jpg",
|
||||
"title": "Winxp"
|
||||
},
|
||||
{
|
||||
"pic": "./plugins/theme_switcher/bg/bg14.jpg",
|
||||
"thumb": "./bg/bg14_small.jpg",
|
||||
"title": "淡雅唯美"
|
||||
},
|
||||
{
|
||||
"pic": "./plugins/theme_switcher/bg/bg15.jpg",
|
||||
"thumb": "./bg/bg15_small.jpg",
|
||||
"title": "Win7"
|
||||
},
|
||||
"title": "秋天风景"
|
||||
}
|
||||
];
|
||||
|
||||
var theme_area=$("#theme_area");
|
||||
|
|
|
|||