root 3 years ago
parent
commit
d28df7e247

+ 5 - 5
css/Controls/Mobile/Picture.css

@@ -1,19 +1,19 @@
 .U_MT_UI_Picture_pic_box{width: 100%;height: 100%;-webkit-overflow-scrolling: touch;position: fixed; z-index:10}
 .U_MT_UI_Picture_header{background-color: #393a3f;}
 .U_MT_UI_Picture_header_a{padding: 1.25rem;line-height: 20px;}
-.U_MT_UI_Picture_icon{display: inline-block;width:20px; height:20px;background: url("js/Image/img/back.png") no-repeat;white-space:nowrap;letter-spacing: -1em;text-indent: -99em;color: transparent;}
+.U_MT_UI_Picture_icon{display: inline-block;width:20px; height:20px;background: url("/img/back.png") no-repeat;white-space:nowrap;letter-spacing: -1em;text-indent: -99em;color: transparent;}
 .U_MT_UI_Picture_icon:before{content: '\3000';}
 .U_MT_UI_Picture_title{position: relative;margin-left: 20px;font-size: 16px;}
 .U_MT_UI_Picture_title:before{content: '';position: absolute;width: 1px;height: 100%;background-color: #323338;margin-left: -15px;}
 .U_MT_UI_Picture_content{height: calc(100% - 61px);background-color: #1a1a1a;overflow: auto;text-align:center}
 .U_MT_UI_Picture_divPic{display:inline-block;width: 100px;height: 100px;margin-left: 2px;margin-bottom: 8px;background-size: 200px;background-repeat: no-repeat;background-position: center center;vertical-align:top;}
 .U_MT_UI_Picture_show_stage{width: 100%;height: 100%;background-color: #1a1a1a;display: none;}
-.U_MT_UI_Picture_moreIcon{position: absolute;right: 1rem;top: 1rem;width: 22px;height: 22px;background-image: url("js/Image/img/more.png");z-index: 1;}
+.U_MT_UI_Picture_moreIcon{position: absolute;right: 1rem;top: 1rem;width: 22px;height: 22px;background-image: url("/img/more.png");z-index: 1;}
 .U_MT_UI_Picture_stage_bottom{position: absolute;bottom: 18px;left: calc(50% - 115px);z-index: 1;}
 .U_MT_UI_Picture_stage_bottom > span{display: inline-block;width: 41px;height: 41px;margin:0 18px;}
-.U_MT_UI_Picture_stage_turnLeft{background-image: url("js/Image/img/MT-turnLeft.png");}
-.U_MT_UI_Picture_stage_turnRight{background-image: url("js/Image/img/MT-turnRight.png");}
-.U_MT_UI_Picture_download{display: inline-block;width: 40px;height: 40px;background-image: url("js/Image/img/download.png");margin: 0 18px;}
+.U_MT_UI_Picture_stage_turnLeft{background-image: url("/img/MT-turnLeft.png");}
+.U_MT_UI_Picture_stage_turnRight{background-image: url("/img/MT-turnRight.png");}
+.U_MT_UI_Picture_download{display: inline-block;width: 40px;height: 40px;background-image: url("/img/download.png");margin: 0 18px;}
 .U_MT_UI_Picture_showImage{width: 100%;vertical-align: top;}
 .U_MT_UI_Picture_show_pic{position: relative;overflow: hidden;height: 100%;}
 .U_MT_UI_Picture_showPicPlace{height:100%;-webkit-backface-visibility:hidden;-webkit-perspective:1000px;  -moz-backface-visibility:hidden;  -moz-perspective:1000px;  backface-visibility:hidden; perspective:1000px}

+ 2 - 2
css/Controls/index.css

@@ -81,7 +81,7 @@ body div ::-webkit-scrollbar-resizer:vertical { background-color: #FF6E00; }
 .Scrollbar { overflow: auto; scrollbar-arrow-color: #757778; scrollbar-face-color: #fff; scrollbar-darkshadow-color: #fff; scrollbar-highlight-color: #bec1c4; scrollbar-shadow-color: #bec1c4; scrollbar-track-color: #fff; scrollbar-3dlight-color: #fff; }
 
 /*云端切图*/
-.U_Img           { background-image:url(img/YS2017.png); _background-image:url(img/YSD2014.gif); }
+.U_Img           { background-image:url(/img/YS2017.png); _background-image:url(img/YSD2014.gif); }
 .U_MD_D_NotText { -webkit-text-size-adjust: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: -moz-none; -ms-user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: transparent; }
 .U_MD_D_YesText { -webkit-user-select: text; -moz-user-select: -moz-all; -moz-user-input: enabled; -moz-user-focus: -moz-all; }
 /*.UD_ICON            { background:url(img/windowOE.png); _background:url(img/windowOE.jpg); }*/
@@ -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


+ 2 - 2
css/Desktop/Desktop.css

@@ -22,7 +22,7 @@ body div ::-webkit-scrollbar-resizer:vertical { background-color: #FF6E00; }
 .Scrollbar { overflow: auto; scrollbar-arrow-color: #757778; scrollbar-face-color: #fff; scrollbar-darkshadow-color: #fff; scrollbar-highlight-color: #bec1c4; scrollbar-shadow-color: #bec1c4; scrollbar-track-color: #fff; scrollbar-3dlight-color: #fff; }
 
 /*云端切图*/
-.U_Img           { background-image:url(img/YS2017.png); _background-image:url(img/YSD2014.gif); }
+.U_Img           { background-image:url(/img/YS2017.png); _background-image:url(img/YSD2014.gif); }
 .U_TaskbarImg           { background-image:url(img/taskbar.png); _background-image:url(img/YSD2014.gif); }
 .U_TaskbarImg1{background-position:-294px -20px; width:30px;height:30px;}
 .U_TaskbarImg2{background-position:-248px -20px; width:30px;height:30px;}
@@ -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;*/

+ 1 - 1
css/Office/Word/WordEditor.css

@@ -26,7 +26,7 @@
 .U_MD_O_H_Area>button:hover,.U_MD_O_H_Area>div:hover{background-color:#e1e2e3;}
 .U_MD_O_H_Area>button:active,.U_MD_O_H_Area>div:active{background:#bfc1c4;}
 .U_MD_O_H_Area>button:first-child,.U_MD_O_H_Area>div:first-child { margin-left:8px; }
-.U_MD_O_H_icon{float:left;width:20px;height:20px;background:url(img/YS2017.png) no-repeat;}
+.U_MD_O_H_icon{float:left;width:20px;height:20px;background:url(/img/YS2017.png) no-repeat;}
 .U_MD_O_H_cutoff{display:inline-block;margin-top:8px;height:26px;border-left:2px solid #D1D1D1;}
 .U_MD_O_H_select{position:relative;border:0;background:0 0;}
 .U_MD_O_H_select_list{width:100%;outline:0;border:none;text-indent:4px;white-space:pre;line-height:27px;}

+ 1 - 1
css/User/LoginAndRegister.css

@@ -3,7 +3,7 @@ html        { }
 html, body { overflow:hidden; background-color: #e1e3e4; cursor:default; height: 100%; position: absolute; top: 0; left: 0; margin: 0; padding: 0; border: 0; width: 100%; font-size: 12px; font-family: lucida, "Hiragino Sans GB" , "微软雅黑" , "WenQuanYi Micro Hei" , sans-serif; color: #333; }
 textarea, div[contentEditable='true'], input, div[class='UF_FW_Message U_MD_D_YesText'] div[class='U_MD_F_H_Z'] { outline: none; -khtml-user-select: text; -moz-user-input: enabled; -moz-user-focus: -moz-all; -webkit-user-select: text; -moz-user-select: -moz-all; -ms-user-select: text; cursor: text; }
 input[type="button"] { border: 0; }
-.U_Img           { background-image:url(img/YS2017.png); _background-image:url(img/YSD2014.gif); }
+.U_Img           { background-image:url(/img/YS2017.png); _background-image:url(img/YSD2014.gif); }
 
 /*登录注册样式*/
 .U_MD_U_L_login { height: 480px; padding: 0 30px 0 30px; overflow: hidden; display: block; }

+ 1 - 1
css/User/UserView.css

@@ -7,7 +7,7 @@
 .U_MD_U_P_tab_user_otherMaxWidth { max-width: 250px }
 .U_MD_U_P_tab_user_errorInp { background-color: #FBE2E2; border: 1px solid #DB3434; color: #DB3434;}
 .U_MD_U_P_tab_user_emptyInp { border: 1px solid #DB3434; }
-.U_MD_U_P_tab_errorAlear    { position: absolute; width: 18px; height: 18px; margin: 6px 0 0 4px; background-position: -763px -3px; background-image: url(img/YS2017.png);}
+.U_MD_U_P_tab_errorAlear    { position: absolute; width: 18px; height: 18px; margin: 6px 0 0 4px; background-position: -763px -3px; background-image: url(/img/YS2017.png);}
 .U_MD_U_P_tab_errorAlear::after { content:attr(alt); color: #DB3434; position: absolute; margin-left: 18px; white-space: pre; font-style: normal;}
 .U_MD_U_P_tab_hidden    { display: none;}
 .U_MD_U_P_tab_show  { display: block: }

+ 6 - 6
js/Controls/Basic.js

@@ -2806,12 +2806,12 @@ Namespace.register("U.MD.UI.picture");
 * 图片控件调用接口函数
 * @arr {Array || Object}  图片信息数组
 * 形如:  
-*   ['/js/Image/img/1.jpg',
-*   '/js/Image/img/2.jpg',
-*   '/js/Image/img/3.jpg',
-*   '/js/Image/img/4.jpg',
-*   '/js/Image/img/5.jpeg',
-*   '/js/Image/img/6.jpg']
+*   ['//img/1.jpg',
+*   '//img/2.jpg',
+*   '//img/3.jpg',
+*   '//img/4.jpg',
+*   '//img/5.jpeg',
+*   '//img/6.jpg']
 */
 U.MD.UI.picture = function (arr, startPicNum) {
     if ($('#U_MD_UI_PictureForm')[0]) { /*判断窗体是否存在*/

+ 6 - 6
js/Controls/Basic/Picture.js

@@ -4,12 +4,12 @@
 * 图片控件调用接口函数
 * @arr {Array || Object}  图片信息数组
 * 形如:  
-*   ['/js/Image/img/1.jpg',
-*   '/js/Image/img/2.jpg',
-*   '/js/Image/img/3.jpg',
-*   '/js/Image/img/4.jpg',
-*   '/js/Image/img/5.jpeg',
-*   '/js/Image/img/6.jpg']
+*   ['//img/1.jpg',
+*   '//img/2.jpg',
+*   '//img/3.jpg',
+*   '//img/4.jpg',
+*   '//img/5.jpeg',
+*   '//img/6.jpg']
 */
 U.MD.UI.picture = function (arr, startPicNum) {
     if ($('#U_MD_UI_PictureForm')[0]) { /*判断窗体是否存在*/

+ 6 - 6
js/Controls/index.js

@@ -2806,12 +2806,12 @@ Namespace.register("U.MD.UI.picture");
 * 图片控件调用接口函数
 * @arr {Array || Object}  图片信息数组
 * 形如:  
-*   ['/js/Image/img/1.jpg',
-*   '/js/Image/img/2.jpg',
-*   '/js/Image/img/3.jpg',
-*   '/js/Image/img/4.jpg',
-*   '/js/Image/img/5.jpeg',
-*   '/js/Image/img/6.jpg']
+*   ['//img/1.jpg',
+*   '//img/2.jpg',
+*   '//img/3.jpg',
+*   '//img/4.jpg',
+*   '//img/5.jpeg',
+*   '//img/6.jpg']
 */
 U.MD.UI.picture = function (arr, startPicNum) {
     if ($('#U_MD_UI_PictureForm')[0]) { /*判断窗体是否存在*/

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