root 3 years ago
parent
commit
b3872526bf
6 changed files with 7 additions and 7 deletions
  1. 1 1
      css/Controls/index.css
  2. 0 0
      css/Controls/index.min.css
  3. 1 1
      css/Desktop/Desktop.css
  4. 2 2
      js/Desktop/Background.js
  5. 1 1
      uform.css
  6. 2 2
      uformd.js

+ 1 - 1
css/Controls/index.css

@@ -90,7 +90,7 @@ body div ::-webkit-scrollbar-resizer:vertical { background-color: #FF6E00; }
 .U_MD_D_Radius_5 { -moz-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-border--radius: 5px; border-radius: 5px; border-radius: 5px; }
 .U_MD_D_Radius_18 { -moz-border-radius: 18px; -moz-border-radius: 18px; -webkit-border-radius: 18px; -webkit-border--radius: 18px; border-radius: 18px; border-radius: 18px; }
 .U_MD_D_Radius_5_0 { -moz-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -webkit-border--radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
-#U_MD_D_BG      { position:absolute; z-index:0; left:0; right:0; top:0; bottom:0; overflow-y:hidden;overflow-x:hidden;background:url("/img/Background/ZMYT.jpg") 0px 0px / 100% 100% no-repeat rgb(240, 240, 240);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/Background/ZMYT.jpg,sizingMethod=scale);}
+#U_MD_D_BG      { position:absolute; z-index:0; left:0; right:0; top:0; bottom:0; overflow-y:hidden;overflow-x:hidden;background:url("/img/background/ZMYT.jpg") 0px 0px / 100% 100% no-repeat rgb(240, 240, 240);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/background/ZMYT.jpg,sizingMethod=scale);}
 
 /*云端首页*/
 .U_MD_Home              { color:#000; font-size:12px; width:0; height:0; overflow:hidden; }/*width:100%; height:100%;  position:absolute; top:0px; left:0px; width:100%; height:100%; overflow:hidden; color:#000; overflow:hidden;*/

File diff suppressed because it is too large
+ 0 - 0
css/Controls/index.min.css


+ 1 - 1
css/Desktop/Desktop.css

@@ -40,7 +40,7 @@ body div ::-webkit-scrollbar-resizer:vertical { background-color: #FF6E00; }
 .U_MD_D_Radius_5 { -moz-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-border--radius: 5px; border-radius: 5px; border-radius: 5px; }
 .U_MD_D_Radius_18 { -moz-border-radius: 18px; -moz-border-radius: 18px; -webkit-border-radius: 18px; -webkit-border--radius: 18px; border-radius: 18px; border-radius: 18px; }
 .U_MD_D_Radius_5_0 { -moz-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -webkit-border--radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
-#U_MD_D_BG      { position:absolute; z-index:0; left:0; right:0; top:0; bottom:0; overflow-y:hidden;overflow-x:hidden;background:url("/img/Background/ZMYT.jpg") 0px 0px / 100% 100% no-repeat rgb(240, 240, 240);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/Background/ZMYT.jpg,sizingMethod=scale);}
+#U_MD_D_BG      { position:absolute; z-index:0; left:0; right:0; top:0; bottom:0; overflow-y:hidden;overflow-x:hidden;background:url("/img/background/ZMYT.jpg") 0px 0px / 100% 100% no-repeat rgb(240, 240, 240);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/background/ZMYT.jpg,sizingMethod=scale);}
 
 /*云端首页*/
 .U_MD_Home              { color:#000; font-size:12px; width:0; height:0; overflow:hidden; }/*width:100%; height:100%;  position:absolute; top:0px; left:0px; width:100%; height:100%; overflow:hidden; color:#000; overflow:hidden;*/

+ 2 - 2
js/Desktop/Background.js

@@ -1,6 +1,6 @@
 Namespace.register("U.MD.D.B"); //背景设置
 
-U.MD.D.B.url = "/img/Background/ZMYT.jpg"; //默认背景设计图
+U.MD.D.B.url = "/img/background/ZMYT.jpg"; //默认背景设计图
 U.MD.D.B.backUrl = ""; //存放默认壁纸的全局变量 
 
 /*
@@ -37,7 +37,7 @@ U.MD.D.B.init = function () {
 U.MD.D.B.look = function () {
     var i, _img, _imgparent, //i循环所有图片  _img获取显示图片的div  _imgparent获取创建包含图片的div层
         _frag = $$("frag"), //创建图片的最高级元素
-        _url = "/img/Background/", //图片地址
+        _url = "/img/background/", //图片地址
         _pchild = U.selectEl($("#U_MD_D_Set_BG").childs()[0]).Child(), //获取父级元素的第一个子元素,并且获取默认壁纸div
         _imgname = ["3DBox", "cloud", "fruit", "green", "userbackgound", "Dream_train", "ZMYT"], //建立包含图片名称的对象
         _img = U.selectEl(_pchild[0]).Child()[1]; //获取显示图片的div

+ 1 - 1
uform.css

@@ -90,7 +90,7 @@ body div ::-webkit-scrollbar-resizer:vertical { background-color: #FF6E00; }
 .U_MD_D_Radius_5 { -moz-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-border--radius: 5px; border-radius: 5px; border-radius: 5px; }
 .U_MD_D_Radius_18 { -moz-border-radius: 18px; -moz-border-radius: 18px; -webkit-border-radius: 18px; -webkit-border--radius: 18px; border-radius: 18px; border-radius: 18px; }
 .U_MD_D_Radius_5_0 { -moz-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -webkit-border--radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
-#U_MD_D_BG      { position:absolute; z-index:0; left:0; right:0; top:0; bottom:0; overflow-y:hidden;overflow-x:hidden;background:url("/img/Background/ZMYT.jpg") 0px 0px / 100% 100% no-repeat rgb(240, 240, 240);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/Background/ZMYT.jpg,sizingMethod=scale);}
+#U_MD_D_BG      { position:absolute; z-index:0; left:0; right:0; top:0; bottom:0; overflow-y:hidden;overflow-x:hidden;background:url("/img/background/ZMYT.jpg") 0px 0px / 100% 100% no-repeat rgb(240, 240, 240);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/background/ZMYT.jpg,sizingMethod=scale);}
 
 /*云端首页*/
 .U_MD_Home              { color:#000; font-size:12px; width:0; height:0; overflow:hidden; }/*width:100%; height:100%;  position:absolute; top:0px; left:0px; width:100%; height:100%; overflow:hidden; color:#000; overflow:hidden;*/

+ 2 - 2
uformd.js

@@ -950,7 +950,7 @@ $(window).bind('onsize', U.MD.D.T.taskbar.multitask);;
 ///<jscompress sourcefile="Background.js" />
 Namespace.register("U.MD.D.B"); //背景设置
 
-U.MD.D.B.url = "/img/Background/ZMYT.jpg"; //默认背景设计图
+U.MD.D.B.url = "/img/background/ZMYT.jpg"; //默认背景设计图
 U.MD.D.B.backUrl = ""; //存放默认壁纸的全局变量 
 
 /*
@@ -987,7 +987,7 @@ U.MD.D.B.init = function () {
 U.MD.D.B.look = function () {
     var i, _img, _imgparent, //i循环所有图片  _img获取显示图片的div  _imgparent获取创建包含图片的div层
         _frag = $$("frag"), //创建图片的最高级元素
-        _url = "/img/Background/", //图片地址
+        _url = "/img/background/", //图片地址
         _pchild = U.selectEl($("#U_MD_D_Set_BG").childs()[0]).Child(), //获取父级元素的第一个子元素,并且获取默认壁纸div
         _imgname = ["3DBox", "cloud", "fruit", "green", "userbackgound", "Dream_train", "ZMYT"], //建立包含图片名称的对象
         _img = U.selectEl(_pchild[0]).Child()[1]; //获取显示图片的div

Some files were not shown because too many files changed in this diff