root пре 2 година
родитељ
комит
eed9508d80

+ 11 - 11
css/Controls/Basic.css

@@ -107,13 +107,13 @@ body {
 
 /***<jscompress sourcefile="Face.css" />*/
 .U_MD_UI_face     {width: 436px;height: 204px;position: absolute;z-index: 999;background-color:White;float: none;/*left:-218px;*/ top:-200px; }
-.U_MD_UI_face_H     { background-image: url(img/face.gif);width: 436px;height: 204px; }
+.U_MD_UI_face_H     { background-image: url(/img/face.gif);width: 436px;height: 204px; }
 .U_MD_UI_face_C     { width:29px; height:29px; float:left;}
 .U_MD_UI_face_C:hover { width:27px; height:27px; border:1px solid #3a99ea;}
 #U_MD_UI_face_P_all {width: 100%;height: 204px;}
 .U_MD_UI_face_P_all_small { width: 100%; height: 204px;}
 .U_MD_UI_face_P_all_past {height: 204px;overflow: hidden; position: absolute;left: 0;}
-.U_MD_UI_face_P { width: 53px;height: calc(100%/4); float: left;background-image: url(img/phoneface.png); border: none; }
+.U_MD_UI_face_P { width: 53px;height: calc(100%/4); float: left;background-image: url(/img/phoneface.png); border: none; }
 .U_MD_UI_face_P_all_list { width: 50%;margin: 5px auto;overflow: hidden; }
 .U_MD_UI_face_P_all_list_li { float: left; margin-left: 12%; width: 10px; height: 10px; border-radius: 50%; background-color: #d7d7d7; }
 .U_MD_UI_face_P_all_list_li_active {background-color: #8d8d8d; }
@@ -180,7 +180,7 @@ body {
 {
     position: absolute;
     left: 5px;
-    background: url(img/Controls/Audio/pc/上一首.png);
+    background: url(/img/Controls/Audio/pc/上一首.png);
     width: 17px;
     height: 21px;
     bottom: 24px;
@@ -189,7 +189,7 @@ body {
 .U_MD_UI_music_pauseBtn
 {
     position: absolute;
-    background: url(img/Controls/Audio/pc/暂停.png);
+    background: url(/img/Controls/Audio/pc/暂停.png);
     width: 17px;
     height: 29px;
     left: 58px;
@@ -199,7 +199,7 @@ body {
 .U_MD_UI_music_rightBtn
 {
     position: absolute;
-    background: url(img/Controls/Audio/pc/下一首.png);
+    background: url(/img/Controls/Audio/pc/下一首.png);
     width: 17px;
     height: 21px;
     left: 113px;
@@ -225,14 +225,14 @@ body {
 }
 .U_MD_UI_music_playBtn
 {
-    background: url(img/Controls/Audio/pc/播放.png);
+    background: url(/img/Controls/Audio/pc/播放.png);
     width: 30px;
     height: 33px;
     left: 55px;
 }
 .U_MD_UI_music_soundOpen
 {
-    background: url(img/Controls/Audio/pc/音量-.png);
+    background: url(/img/Controls/Audio/pc/音量-.png);
     width: 22px;
     height: 18px;
     position: absolute;
@@ -242,7 +242,7 @@ body {
 }
 .U_MD_UI_music_soundClose
 {
-    background: url(img/Controls/Audio/pc/静音.png);
+    background: url(/img/Controls/Audio/pc/静音.png);
     width: 20px;
     height: 16px;
 }
@@ -266,7 +266,7 @@ body {
 .U_MD_UI_music_listBtn
 {
     position: absolute;
-    background: url(img/Controls/Audio/pc/列表.png);
+    background: url(/img/Controls/Audio/pc/列表.png);
     width: 21px;
     height: 14px;
     right: 66px;
@@ -276,7 +276,7 @@ body {
 .U_MD_UI_music_shrinkBtn
 {
     position: absolute;
-    background-image: url(img/min.png);
+    background-image: url(/img/min.png);
     background-size: 100%;
     width: 21px;
     height: 21px;
@@ -286,7 +286,7 @@ body {
 }
 .U_MD_UI_music_closeBtn
 {
-    background: url(img/Controls/Audio/pc/关闭.png);
+    background: url(/img/Controls/Audio/pc/关闭.png);
     width: 13px;
     height: 13px;
     position: absolute;

Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
css/Controls/Basic.min.css


+ 2 - 2
css/Controls/Basic/Face.css

@@ -1,11 +1,11 @@
 .U_MD_UI_face     {width: 436px;height: 204px;position: absolute;z-index: 999;background-color:White;float: none;/*left:-218px;*/ top:-200px; }
-.U_MD_UI_face_H     { background-image: url(img/face.gif);width: 436px;height: 204px; }
+.U_MD_UI_face_H     { background-image: url(/img/face.gif);width: 436px;height: 204px; }
 .U_MD_UI_face_C     { width:29px; height:29px; float:left;}
 .U_MD_UI_face_C:hover { width:27px; height:27px; border:1px solid #3a99ea;}
 #U_MD_UI_face_P_all {width: 100%;height: 204px;}
 .U_MD_UI_face_P_all_small { width: 100%; height: 204px;}
 .U_MD_UI_face_P_all_past {height: 204px;overflow: hidden; position: absolute;left: 0;}
-.U_MD_UI_face_P { width: 53px;height: calc(100%/4); float: left;background-image: url(img/phoneface.png); border: none; }
+.U_MD_UI_face_P { width: 53px;height: calc(100%/4); float: left;background-image: url(/img/phoneface.png); border: none; }
 .U_MD_UI_face_P_all_list { width: 50%;margin: 5px auto;overflow: hidden; }
 .U_MD_UI_face_P_all_list_li { float: left; margin-left: 12%; width: 10px; height: 10px; border-radius: 50%; background-color: #d7d7d7; }
 .U_MD_UI_face_P_all_list_li_active {background-color: #8d8d8d; }

+ 9 - 9
css/Controls/Basic/Music.css

@@ -53,7 +53,7 @@
 {
     position: absolute;
     left: 5px;
-    background: url(img/Controls/Audio/pc/上一首.png);
+    background: url(/img/Controls/Audio/pc/上一首.png);
     width: 17px;
     height: 21px;
     bottom: 24px;
@@ -62,7 +62,7 @@
 .U_MD_UI_music_pauseBtn
 {
     position: absolute;
-    background: url(img/Controls/Audio/pc/暂停.png);
+    background: url(/img/Controls/Audio/pc/暂停.png);
     width: 17px;
     height: 29px;
     left: 58px;
@@ -72,7 +72,7 @@
 .U_MD_UI_music_rightBtn
 {
     position: absolute;
-    background: url(img/Controls/Audio/pc/下一首.png);
+    background: url(/img/Controls/Audio/pc/下一首.png);
     width: 17px;
     height: 21px;
     left: 113px;
@@ -98,14 +98,14 @@
 }
 .U_MD_UI_music_playBtn
 {
-    background: url(img/Controls/Audio/pc/播放.png);
+    background: url(/img/Controls/Audio/pc/播放.png);
     width: 30px;
     height: 33px;
     left: 55px;
 }
 .U_MD_UI_music_soundOpen
 {
-    background: url(img/Controls/Audio/pc/音量-.png);
+    background: url(/img/Controls/Audio/pc/音量-.png);
     width: 22px;
     height: 18px;
     position: absolute;
@@ -115,7 +115,7 @@
 }
 .U_MD_UI_music_soundClose
 {
-    background: url(img/Controls/Audio/pc/静音.png);
+    background: url(/img/Controls/Audio/pc/静音.png);
     width: 20px;
     height: 16px;
 }
@@ -139,7 +139,7 @@
 .U_MD_UI_music_listBtn
 {
     position: absolute;
-    background: url(img/Controls/Audio/pc/列表.png);
+    background: url(/img/Controls/Audio/pc/列表.png);
     width: 21px;
     height: 14px;
     right: 66px;
@@ -149,7 +149,7 @@
 .U_MD_UI_music_shrinkBtn
 {
     position: absolute;
-    background-image: url(img/min.png);
+    background-image: url(/img/min.png);
     background-size: 100%;
     width: 21px;
     height: 21px;
@@ -159,7 +159,7 @@
 }
 .U_MD_UI_music_closeBtn
 {
-    background: url(img/Controls/Audio/pc/关闭.png);
+    background: url(/img/Controls/Audio/pc/关闭.png);
     width: 13px;
     height: 13px;
     position: absolute;

+ 2 - 2
css/Controls/Complex.css

@@ -28,7 +28,7 @@
 
 .U_MD_R_content_operation_right_bottom{font-size: 14px; padding: 10px 0;/*overflow: hidden*/}
 
-.U_MD_R_content_operation_right_bottom_emoji{float: left;cursor: pointer;width: 20px;height: 20px;border: none;background: url(img/reply/emoji.png) 0% 0% / 20px no-repeat transparent;margin: 5px 0px 0px 10px}
+.U_MD_R_content_operation_right_bottom_emoji{float: left;cursor: pointer;width: 20px;height: 20px;border: none;background: url(/img/reply/emoji.png) 0% 0% / 20px no-repeat transparent;margin: 5px 0px 0px 10px}
 
 .U_MD_R_content_operation_right_bottom_picturewarp{float: left;margin-left:10px;margin-top: 8px;position: relative;cursor: pointer;}
 
@@ -44,7 +44,7 @@
 
 .U_MD_R_content_operation_right_bottom_imgloadbox_warp img{    width: 100% !important;height: 100% !important;padding: unset!important;margin: unset!important;max-width: unset !important;}
 
-.U_MD_R_content_operation_right_bottom_imgloadbox_warp .closebtn{cursor: pointer;width: 25px;height: 25px;border: none;background-image: url(img/reply/close.png);z-index: 11;background-size: cover;position: absolute;top: -11px;right: -8px;display: none}
+.U_MD_R_content_operation_right_bottom_imgloadbox_warp .closebtn{cursor: pointer;width: 25px;height: 25px;border: none;background-image: url(/img/reply/close.png);z-index: 11;background-size: cover;position: absolute;top: -11px;right: -8px;display: none}
 
 .U_MD_R_content_operation_right_bottom_imgloadbox_warp:hover.U_MD_R_content_operation_right_bottom_imgloadbox_warp .closebtn{display: block}
 

Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
css/Controls/Complex.min.css


+ 2 - 2
css/Controls/Complex/Reply.css

@@ -16,7 +16,7 @@
 
 .U_MD_R_content_operation_right_bottom{font-size: 14px; padding: 10px 0;/*overflow: hidden*/}
 
-.U_MD_R_content_operation_right_bottom_emoji{float: left;cursor: pointer;width: 20px;height: 20px;border: none;background: url(img/reply/emoji.png) 0% 0% / 20px no-repeat transparent;margin: 5px 0px 0px 10px}
+.U_MD_R_content_operation_right_bottom_emoji{float: left;cursor: pointer;width: 20px;height: 20px;border: none;background: url(/img/reply/emoji.png) 0% 0% / 20px no-repeat transparent;margin: 5px 0px 0px 10px}
 
 .U_MD_R_content_operation_right_bottom_picturewarp{float: left;margin-left:10px;margin-top: 8px;position: relative;cursor: pointer;}
 
@@ -32,7 +32,7 @@
 
 .U_MD_R_content_operation_right_bottom_imgloadbox_warp img{    width: 100% !important;height: 100% !important;padding: unset!important;margin: unset!important;max-width: unset !important;}
 
-.U_MD_R_content_operation_right_bottom_imgloadbox_warp .closebtn{cursor: pointer;width: 25px;height: 25px;border: none;background-image: url(img/reply/close.png);z-index: 11;background-size: cover;position: absolute;top: -11px;right: -8px;display: none}
+.U_MD_R_content_operation_right_bottom_imgloadbox_warp .closebtn{cursor: pointer;width: 25px;height: 25px;border: none;background-image: url(/img/reply/close.png);z-index: 11;background-size: cover;position: absolute;top: -11px;right: -8px;display: none}
 
 .U_MD_R_content_operation_right_bottom_imgloadbox_warp:hover.U_MD_R_content_operation_right_bottom_imgloadbox_warp .closebtn{display: block}
 

+ 7 - 7
css/Controls/Mobile/Music.css

@@ -2,20 +2,20 @@ html, body, .U_MT_UI_Music_musicBox { width: 100%; height: 100%; margin: 0; }
 .U_MT_UI_Music_bodyClass { width: 100%; height: 100%; overflow: hidden; }
 .U_MT_UI_Music_musicBox { z-index: 999; background: #cc5b5b; position: fixed; top: 0; left: 0; font-size: 16px; box-sizing: border-box; overflow: hidden; text-align: center; }
 .U_MT_UI_Music_soundBox { width: 65%; height: 0.4em; position: relative; background: #fff; margin: 3em auto; left: 0.5em; max-width: 480px; }
-.U_MT_UI_Music_soundSwitch { position: absolute; left: -2em; top: -0.3em; background: url(img/Controls/Audio/moblie/声音开启.png); background-size: 100%; width: 1.25em; height: 1.1875em; }
+.U_MT_UI_Music_soundSwitch { position: absolute; left: -2em; top: -0.3em; background: url(/img/Controls/Audio/moblie/声音开启.png); background-size: 100%; width: 1.25em; height: 1.1875em; }
 .U_MT_UI_Music_soundBar { width: 50%; height: 100%; background: #a75959; }
 .U_MT_UI_Music_soundBall { width: 0.25em; height: 1.25em; position: absolute; left: 50%; top: -0.375em; background: #a75959; background-size: 100%; }
 .U_MT_UI_Music_Name { margin-top: 3.5em; color: #fff; font-size: 1.2em; text-align: center; font-family: Arial; letter-spacing: 0.05em; height: 1em; }
 .U_MT_UI_Music_CoverBox { margin: 6em auto; width: 6.4375em; height: 7.6875em; }
 .U_MT_UI_Music_CoverBox img { width: 100%; }
-.U_MT_UI_Music_closeBtn { width: 0.8125em; height: 0.8125em; position: absolute; background: url(img/Controls/Audio/moblie/关闭.png); background-size: 100%; right: -2.2em; top: -1.8em; }
+.U_MT_UI_Music_closeBtn { width: 0.8125em; height: 0.8125em; position: absolute; background: url(/img/Controls/Audio/moblie/关闭.png); background-size: 100%; right: -2.2em; top: -1.8em; }
 .U_MT_UI_Music_buttonBox { position: relative; text-align: center; display: inline-block; margin: 0 auto; }
-.U_MT_UI_Music_leftBtn { background: url(img/Controls/Audio/moblie/上一首.png); background-size: 100%; width: 1.25em; height: 1.4375em; display: inline-block; vertical-align: middle; }
+.U_MT_UI_Music_leftBtn { background: url(/img/Controls/Audio/moblie/上一首.png); background-size: 100%; width: 1.25em; height: 1.4375em; display: inline-block; vertical-align: middle; }
 .U_MT_UI_Music_playBtnBox { width: 2.125em; height: 2.4375em; margin-left: 3.2em; display: inline-block; vertical-align: middle; position: relative; }
-.U_MT_UI_Music_pauseBtn { background: url(img/Controls/Audio/moblie/暂停.png); background-size: 100%; width: 1.6875em; height: 2.4375em; }
-.U_MT_UI_Music_playBtn { background: url(img/Controls/Audio/moblie/播放.png); background-size: 100%; width: 2.125em; height: 2.4375em; }
-.U_MT_UI_Music_rightBtn { background: url(img/Controls/Audio/moblie/下一首.png); background-size: 100%; width: 1.25em; height: 1.4375em; margin-left: 3em; display: inline-block; vertical-align: middle; }
-.U_MT_UI_Music_listBtn { background: url(img/Controls/Audio/moblie/列表.png); background-size: 100%; width: 1.3125em; height: 0.875em; margin-left: 2.5em; position: absolute; top: 0.8125em; right: -4em; }
+.U_MT_UI_Music_pauseBtn { background: url(/img/Controls/Audio/moblie/暂停.png); background-size: 100%; width: 1.6875em; height: 2.4375em; }
+.U_MT_UI_Music_playBtn { background: url(/img/Controls/Audio/moblie/播放.png); background-size: 100%; width: 2.125em; height: 2.4375em; }
+.U_MT_UI_Music_rightBtn { background: url(/img/Controls/Audio/moblie/下一首.png); background-size: 100%; width: 1.25em; height: 1.4375em; margin-left: 3em; display: inline-block; vertical-align: middle; }
+.U_MT_UI_Music_listBtn { background: url(/img/Controls/Audio/moblie/列表.png); background-size: 100%; width: 1.3125em; height: 0.875em; margin-left: 2.5em; position: absolute; top: 0.8125em; right: -4em; }
 .U_MT_UI_Music_progressBox { position: relative; margin: 5em auto; width: 65%; height: 0.55em; background: #fff; left: 0.5em; border-radius: 15px; color: #fff; font-size: 0.8em; max-width: 480px; }
 .U_MT_UI_Music_currentTime { position: absolute; left: -3.4em; top: -0.4em; }
 .U_MT_UI_Music_endTime { position: absolute; right: -3.4em; top: -0.4em; }

+ 5 - 5
css/Controls/index.css

@@ -436,7 +436,7 @@ body div ::-webkit-scrollbar-resizer:vertical {
 
 .U_Img {
     background-image: url(/img/YS2017.png);
-    _background-image: url(img/YSD2014.gif);
+    _background-image: url(/img/YSD2014.gif);
 }
 
 .U_MD_D_NotText {
@@ -457,7 +457,7 @@ body div ::-webkit-scrollbar-resizer:vertical {
 }
 
 
-/*.UD_ICON            { background:url(img/windowOE.png); _background:url(img/windowOE.jpg); }*/
+/*.UD_ICON            { background:url(/img/windowOE.png); _background:url(/img/windowOE.jpg); }*/
 
 
 /*常用圆角*/
@@ -874,7 +874,7 @@ body div ::-webkit-scrollbar-resizer:vertical {
 }
 
 .U_MD_D_NewsTipsIcon {
-    background: rgba(250, 250, 250, 0) url(img/YSD20143.png);
+    background: rgba(250, 250, 250, 0) url(/img/YSD20143.png);
     position: fixed;
     width: 51px;
     height: 51px;
@@ -1673,7 +1673,7 @@ body {
     width: 20px;
     height: 20px;
     border: none;
-    background: url(img/reply/emoji.png) 0% 0% / 20px no-repeat transparent;
+    background: url(/img/reply/emoji.png) 0% 0% / 20px no-repeat transparent;
     margin: 5px 0px 0px 10px
 }
 
@@ -1740,7 +1740,7 @@ body {
     width: 25px;
     height: 25px;
     border: none;
-    background-image: url(img/reply/close.png);
+    background-image: url(/img/reply/close.png);
     z-index: 11;
     background-size: cover;
     position: absolute;

+ 4 - 4
css/Controls/index.min.css

@@ -422,7 +422,7 @@ body div ::-webkit-scrollbar-resizer:vertical {
 
 .U_Img {
     background-image: url(/img/YS2017.png);
-    _background-image: url(img/YSD2014.gif)
+    _background-image: url(/img/YSD2014.gif)
 }
 
 .U_MD_D_NotText {
@@ -836,7 +836,7 @@ body div ::-webkit-scrollbar-resizer:vertical {
 }
 
 .U_MD_D_NewsTipsIcon {
-    background: rgba(250, 250, 250, 0) url(img/YSD20143.png);
+    background: rgba(250, 250, 250, 0) url(/img/YSD20143.png);
     position: fixed;
     width: 51px;
     height: 51px;
@@ -1575,7 +1575,7 @@ body {
     width: 20px;
     height: 20px;
     border: 0;
-    background: url(img/reply/emoji.png) 0 0 / 20px no-repeat transparent;
+    background: url(/img/reply/emoji.png) 0 0 / 20px no-repeat transparent;
     margin: 5px 0 0 10px
 }
 
@@ -1641,7 +1641,7 @@ body {
     width: 25px;
     height: 25px;
     border: 0;
-    background-image: url(img/reply/close.png);
+    background-image: url(/img/reply/close.png);
     z-index: 11;
     background-size: cover;
     position: absolute;

+ 5 - 5
css/Desktop/Desktop.css

@@ -140,12 +140,12 @@ body div ::-webkit-scrollbar-resizer:vertical {
 
 .U_Img {
     background-image: url(/img/YS2017.png);
-    _background-image: url(img/YSD2014.gif);
+    _background-image: url(/img/YSD2014.gif);
 }
 
 .U_TaskbarImg {
-    background-image: url(img/taskbar.png);
-    _background-image: url(img/YSD2014.gif);
+    background-image: url(/img/taskbar.png);
+    _background-image: url(/img/YSD2014.gif);
 }
 
 .U_TaskbarImg1 {
@@ -214,7 +214,7 @@ body div ::-webkit-scrollbar-resizer:vertical {
 }
 
 
-/*.UD_ICON            { background:url(img/windowOE.png); _background:url(img/windowOE.jpg); }*/
+/*.UD_ICON            { background:url(/img/windowOE.png); _background:url(/img/windowOE.jpg); }*/
 
 
 /*常用圆角*/
@@ -643,7 +643,7 @@ body div ::-webkit-scrollbar-resizer:vertical {
 }
 
 .U_MD_D_NewsTipsIcon {
-    background: rgba(250, 250, 250, 0) url(img/YSD20143.png);
+    background: rgba(250, 250, 250, 0) url(/img/YSD20143.png);
     position: fixed;
     width: 51px;
     height: 54px;

+ 4 - 4
css/DomanSystem/DomanSystem.css

@@ -22,8 +22,8 @@
 .U_MD_O_W_Paper8_Que_Code { margin: 20px auto -25px; padding: 20px 0px; border-top: 1px solid #ccc; text-align: center; }
 .U_MD_O_W_Paper8_Que_Code > img { display: inline-block; width: 180px; height: 180px; }
 .U_MD_O_W_Paper8_Sanfang { margin-top: 5px; }
-.U_MD_O_W_Paper8_Sanfang_Weibo { width:35px; height:35px; float:left; cursor: pointer; background: url(img/Xinlang.png) no-repeat; margin-right: 30px;  }
-.U_MD_O_W_Paper8_Sanfang_Kongjian { width:35px; height:35px; float:left; cursor: pointer; background: url(img/Kongjian.png) no-repeat; }
+.U_MD_O_W_Paper8_Sanfang_Weibo { width:35px; height:35px; float:left; cursor: pointer; background: url(/img/Xinlang.png) no-repeat; margin-right: 30px;  }
+.U_MD_O_W_Paper8_Sanfang_Kongjian { width:35px; height:35px; float:left; cursor: pointer; background: url(/img/Kongjian.png) no-repeat; }
 
 
 /*登陆*/
@@ -78,8 +78,8 @@
 .U_MD_O_W_Paper8_Que_Code { margin: 20px auto -25px; padding: 20px 0px; border-top: 1px solid #ccc; text-align: center; }
 .U_MD_O_W_Paper8_Que_Code > img { display: inline-block; width: 180px; height: 180px; }
 .U_MD_O_W_Paper8_Sanfang { margin-top: 5px; }
-.U_MD_O_W_Paper8_Sanfang_Weibo { width:35px; height:35px; float:left; cursor: pointer; background: url(img/Xinlang.png) no-repeat; margin-right: 30px;  }
-.U_MD_O_W_Paper8_Sanfang_Kongjian { width:35px; height:35px; float:left; cursor: pointer; background: url(img/Kongjian.png) no-repeat; }
+.U_MD_O_W_Paper8_Sanfang_Weibo { width:35px; height:35px; float:left; cursor: pointer; background: url(/img/Xinlang.png) no-repeat; margin-right: 30px;  }
+.U_MD_O_W_Paper8_Sanfang_Kongjian { width:35px; height:35px; float:left; cursor: pointer; background: url(/img/Kongjian.png) no-repeat; }
 
 /*域名系统*/
 /*域名管理整体样式*/

+ 1 - 1
css/Friend/Friend.css

@@ -106,7 +106,7 @@ div#U_MD_F {}/*position:absolute; border:1px solid #BFBFBF;top:150px; left:150px
 .U_MD_F_XE:hover     { border:0; height:28px; background-color:#B3B3B3; color:White; padding:0 11px; line-height:29px; }
 .U_MD_F_XC:hover     { border:0; height:28px; background-color:#9f9f9f; color:White; padding:0 11px; line-height:29px; }
 .U_MD_F_XE:hover     { background-color:#347FDB; }
-.U_MD_F_UploadPng    { background:url(img/uoload.png) no-repeat 0;background-position:0p 5px;} 
+.U_MD_F_UploadPng    { background:url(/img/uoload.png) no-repeat 0;background-position:0p 5px;} 
 .U_MD_F_LoaclChose:hover,.U_MD_F_DiskChose:hover {background:#e6e9ed}
 
 /*好友聊天区域*/

+ 2 - 2
css/Friend/FriendWindow.css

@@ -1,2 +1,2 @@
-.U_MD_F_W_Face { background-image: url(img/facelogo.png); background-repeat: no-repeat; background-position: center; margin-right: 5px; }
-.U_MD_F_W_Face:hover { background-image: url(img/facelogohover.png); background-repeat: no-repeat; background-position: center; margin-right: 5px; }
+.U_MD_F_W_Face { background-image: url(/img/facelogo.png); background-repeat: no-repeat; background-position: center; margin-right: 5px; }
+.U_MD_F_W_Face:hover { background-image: url(/img/facelogohover.png); background-repeat: no-repeat; background-position: center; margin-right: 5px; }

+ 1 - 1
css/NetworkPromotion/NetworkPromotion.css

@@ -1,7 +1,7 @@
 /*推广*/
 #U_MD_U_NP              { width:850px; height:500px; display:none; }
 .U_MD_U_NP              { height: 463px; background-color: White; color:#cecece;-webkit-overflow-scrolling:touch; overflow-y:auto; overflow-x:hidden;}
-.U_MD_U_NP_I             {background-image: url(img/TG.png); }
+.U_MD_U_NP_I             {background-image: url(/img/TG.png); }
 .U_MD_U_NP_H             { float:left; color:#cecece;background-position:-19px -18px; width:550px; height:40px; margin:30px 0 0 25px;}
 .U_MD_U_NP_HDiv          {float:left; font-size:13px; height:20px; margin:10px 15px 0 15px; cursor:pointer; text-align:center; }
 .U_MD_U_NP_HDiv:hover    { color:White;}

+ 6 - 6
css/Office/Excel/ExcelEditor.css

@@ -8,14 +8,14 @@
 .U_MD_O_E_Editor_head_features_ul_d_s div { width: 15px; height: 15px; float: left; margin: 5px 0 0 5px; }
 
 .U_MD_O_E_Editor_head_features_ul_s { width: 100%; border: none; background-color: #f7f8f9; outline: 0; padding: 4px 0;}
-.U_MD_O_E_Editor_head_features_ul_i { display: table-cell; width: 30px; height: 20px; background: url(img/excleEditor.png) no-repeat; margin-top: 4px;  }/*修改*/
-.U_MD_O_E_Editor_head_features_ul_i1 { display: table-cell; width: 30px; height: 20px; background: url(img/helpcenter.png) no-repeat; background-size: 20px 20px;margin-top: 4px;  }/*修改*/
+.U_MD_O_E_Editor_head_features_ul_i { display: table-cell; width: 30px; height: 20px; background: url(/img/excleEditor.png) no-repeat; margin-top: 4px;  }/*修改*/
+.U_MD_O_E_Editor_head_features_ul_i1 { display: table-cell; width: 30px; height: 20px; background: url(/img/helpcenter.png) no-repeat; background-size: 20px 20px;margin-top: 4px;  }/*修改*/
 .U_MD_O_E_Editor_head_features_ul_b { width: 20px; height: 20px; margin: 4px auto 0 auto; }
 .U_MD_O_E_Editor_head_features_ul_x { float: left; width: 2px; background: #D1D1D1; height: 32px; margin:4px 6px; font-size: 0;}
 .U_MD_O_E_Editor_head_features_ul_x:after{content:''; }
 .U_MD_O_E_Editor_head_features_ul_x:before{content:''; }
-.U_MD_O_E_Editor_head_features_ul_ibtmore {display:table-cell;width: 20px; height: 20px; background: url(img/borderType.png) no-repeat; margin-top: 4px;  }/*修改*/
-.U_MD_O_E_Editor_head_features_ul_ibt {float:left;width: 20px; height: 20px; background: url(img/borderType.png) no-repeat; margin-top: 4px;  }/*修改*/
+.U_MD_O_E_Editor_head_features_ul_ibtmore {display:table-cell;width: 20px; height: 20px; background: url(/img/borderType.png) no-repeat; margin-top: 4px;  }/*修改*/
+.U_MD_O_E_Editor_head_features_ul_ibt {float:left;width: 20px; height: 20px; background: url(/img/borderType.png) no-repeat; margin-top: 4px;  }/*修改*/
 .U_MD_O_E_Editor_head_features_ul_ibtcolor {width:120px;height:22px;margin-top:55px;border-top:1px solid #eee;z-index:999;}
 .U_MD_O_E_Editor_head_file { width: 100%; height: 30px; float: left; text-align: left; padding-top: 5px; border-bottom: 1px solid #CDCDCD;}
 .U_MD_O_E_Editor_head_features_ul_bctext{position:relative;text-indent:7px;}
@@ -39,7 +39,7 @@
 .U_MD_O_E_Editor_head_file_bj:hover, U_MD_O_E_Editor_head_file_bjo { background-color: #4D5968; color: #e9ebed; }
 .U_MD_O_E_Editor_head_file_bj:hover > .U_MD_O_E_Editor_head_file_x, U_MD_O_E_Editor_head_file_bjo > .U_MD_O_E_Editor_head_file_x { background-position: -313px -72px; }
 .U_MD_O_E_Editor_head_file_web { margin-left: 10px; font-size: 14px; float: left; }
-.U_MD_O_E_Editor_head_file_x { cursor: pointer; float: right; margin: 10px 8px 0 0; margin-top: 10px; width: 10px; height: 10px; background: url(img/Editor_img1.png) no-repeat; background-position: -313px -53px;cursor: pointer; }
+.U_MD_O_E_Editor_head_file_x { cursor: pointer; float: right; margin: 10px 8px 0 0; margin-top: 10px; width: 10px; height: 10px; background: url(/img/Editor_img1.png) no-repeat; background-position: -313px -53px;cursor: pointer; }
 
 
 
@@ -64,7 +64,7 @@
 .U_MD_O_E_body_left_invite_linkTxt:hover{background-color:#444;color:#fff}
 .U_MD_O_E_body_left_invite_user { overflow: hidden; }
 .U_MD_O_E_body_left_invite_user_a { width: 60px; height: 55px; margin: 10px 0 0 9px; display: block; cursor: pointer; float: left; }
-.U_MD_O_E_body_left_invite_user_a_img { width: 32px; height: 32px; background: url(img/Editor_img1.png) no-repeat; background-position: -336px -51px; margin: auto; }
+.U_MD_O_E_body_left_invite_user_a_img { width: 32px; height: 32px; background: url(/img/Editor_img1.png) no-repeat; background-position: -336px -51px; margin: auto; }
 .U_MD_O_E_body_left_invite_user_a_img img { width: 32px; height: 32px; }
 .U_MD_O_E_body_left_invite_user_a_div { line-height: 25px; width: 60px; text-align: center; overflow: hidden; }
 

+ 1 - 1
css/Office/Office.css

@@ -4,7 +4,7 @@
 .U_MD_O_OLS { height: 28px; width: 100%; }
 .U_MD_O_OLX div { height: 27px; border-top: 1px solid #C4C4C4; border-right: 1px solid #C4C4C4; text-align: center; line-height: 100%; }
 .U_MD_O_H_head_logo>img{width: 27px;margin-top: 4px;float: left; padding-left: 16px}
-.U_MD_O_H_img { background: url(img/Editor_img1.png) no-repeat; }
+.U_MD_O_H_img { background: url(/img/Editor_img1.png) no-repeat; }
 
 .U_MD_O_H_Editor { float: left; width: 28px; height: 28px; }
 .U_MD_O_H_Editor img { width: 28px; height: 28px; margin: 3px 0 0 0; border-radius: 50%; }

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

@@ -1,11 +1,11 @@
 .U_MD_O_H { width: 100%; }
-.U_MD_O_H_img { background: url(img/Editor_img1.png) no-repeat; }
+.U_MD_O_H_img { background: url(/img/Editor_img1.png) no-repeat; }
 .U_MD_O_H_head { width: 100%;   }
 
 #U_MD_O_W_E_body {min-width: 210mm;position:relative;background-color: white;overflow: hidden;}
 .U_MD_O_H_head_top { width: 100%; height: 35px; background: #3c475b; }
 .U_MD_O_H_head_navigation { width: 100%; height: 35px; }
-.U_MD_O_H_head_navigation_i { width: 30px; height: 30px; background: url(img/Editor_img1.png) no-repeat; background-position: -240px -78px; margin-top: 2px; }
+.U_MD_O_H_head_navigation_i { width: 30px; height: 30px; background: url(/img/Editor_img1.png) no-repeat; background-position: -240px -78px; margin-top: 2px; }
 
 /*编辑器初始样式*/
 .U_MD_O_H_pageSize{width: 210mm;font-family: "宋体";font-size: 10.5pt;margin: 0px auto 30px;}
@@ -95,8 +95,8 @@
 .U_MD_O_H_head_features_ul_s {width: 100%;border: 1px solid #CDCDCD;background-color: #f7f8f9;outline: 0;padding: 4px 0;line-height: 18px;}
 .U_MD_O_H_head_features_ul_s:hover {background-color:#e1e2e3;}
 .U_MD_O_H_head_features_ul_s:active{background: #bfc1c4;}
-.U_MD_O_H_head_features_ul_i { display: table-cell; width: 20px; height: 20px; background: url(img/wordEditor.png) no-repeat; margin-top: 4px;  }
-.U_MD_O_H_head_features_ul_i2 { display: table-cell; width: 20px; height: 20px; background: url(img/wordEditor2.png) no-repeat; margin-top: 4px;  }
+.U_MD_O_H_head_features_ul_i { display: table-cell; width: 20px; height: 20px; background: url(/img/wordEditor.png) no-repeat; margin-top: 4px;  }
+.U_MD_O_H_head_features_ul_i2 { display: table-cell; width: 20px; height: 20px; background: url(/img/wordEditor2.png) no-repeat; margin-top: 4px;  }
 .U_MD_O_H_head_features_ul_b { width: 20px; height: 20px; margin: 4px auto 0 auto; }
 .U_MD_O_H_head_features_ul_x { float: left; width: 2px; background: #D1D1D1; height: 32px; margin:4px 6px; font-size: 0;}
 .U_MD_O_H_head_features_colorPicker{width:12px; height:25px; background:  url(BoomYun//img/pc/U_Boom_HO_xl.png) no-repeat;float:left;background-position: 2px;margin-top: 8px;}
@@ -115,7 +115,7 @@
 .U_MD_O_H_head_file_bj:hover, U_MD_O_H_head_file_bjo { background-color: #4D5968; color: #e9ebed; }
 .U_MD_O_H_head_file_bj:hover > .U_MD_O_H_head_file_x, U_MD_O_H_head_file_bjo > .U_MD_O_H_head_file_x { background-position: -313px -72px; }
 .U_MD_O_H_head_file_web { margin-left: 10px; font-size: 14px; float: left; }
-.U_MD_O_H_head_file_x { cursor: pointer; float: right; margin: 10px 8px 0 0; margin-top: 10px; width: 10px; height: 10px; background: url(img/Editor_img1.png) no-repeat; background-position: -313px -53px;cursor: pointer; }
+.U_MD_O_H_head_file_x { cursor: pointer; float: right; margin: 10px 8px 0 0; margin-top: 10px; width: 10px; height: 10px; background: url(/img/Editor_img1.png) no-repeat; background-position: -313px -53px;cursor: pointer; }
 
 .U_MD_O_H_body {     width: 1130px; margin:auto; }/*position: absolute; */
 .U_MD_O_H_body .U_MD_F_S_TI { color: #000; line-height: 30px; }
@@ -146,7 +146,7 @@
 /**.U_MD_O_H_body_left_invite_linkTxt:hover{background-color:#444;color:#fff}*/
 .U_MD_O_H_body_left_invite_user { overflow: hidden; }
 .U_MD_O_H_body_left_invite_user_a { width: 60px; height: 55px; margin: 10px 0 0 9px; display: block; cursor: pointer; float: left; }
-.U_MD_O_H_body_left_invite_user_a_img { width: 32px; height: 32px; background: url(img/Editor_img1.png) no-repeat; background-position: -336px -51px; margin: auto; }
+.U_MD_O_H_body_left_invite_user_a_img { width: 32px; height: 32px; background: url(/img/Editor_img1.png) no-repeat; background-position: -336px -51px; margin: auto; }
 .U_MD_O_H_body_left_invite_user_a_user  { width: 32px; height: 32px; margin: auto; }
 .U_MD_O_H_body_left_invite_user_a_user img { width: 32px; height: 32px; }
 .U_MD_O_H_body_left_invite_user_a_div { line-height: 25px; width: 60px; text-align: center; overflow: hidden; }
@@ -256,7 +256,7 @@
 
 /*窗口17 更多*/
 .U_MD_O_W_Paper7_Main { border-bottom: 1px solid #f1f1f1; line-height: 65px; width: 100%; text-indent: 30px; font-size: 20px; }
-.U_MD_O_W_Paper7_Main_Icon { width: 30px; height: 30px; background: url(img/Editor_img1.png) no-repeat; float: left; background-position: -44px -81px; margin: 17.5px 18px; }
+.U_MD_O_W_Paper7_Main_Icon { width: 30px; height: 30px; background: url(/img/Editor_img1.png) no-repeat; float: left; background-position: -44px -81px; margin: 17.5px 18px; }
 
 /*窗口18 邀请好友*/
 .U_MD_O_W_Paper8 { padding: 30px 40px; font-weight: 700; }
@@ -280,8 +280,8 @@
 .U_MD_O_W_Paper8_Que_Code { margin: 20px auto -25px; padding: 20px 0px; border-top: 1px solid #ccc; text-align: center; }
 .U_MD_O_W_Paper8_Que_Code > img { display: inline-block; width: 180px; height: 180px; }
 .U_MD_O_W_Paper8_Sanfang { margin-top: 5px; }
-.U_MD_O_W_Paper8_Sanfang_Weibo { width:35px; height:35px; float:left; cursor: pointer; background: url(img/Xinlang.png) no-repeat; margin-right: 30px;  }
-.U_MD_O_W_Paper8_Sanfang_Kongjian { width:35px; height:35px; float:left; cursor: pointer; background: url(img/Kongjian.png) no-repeat; }
+.U_MD_O_W_Paper8_Sanfang_Weibo { width:35px; height:35px; float:left; cursor: pointer; background: url(/img/Xinlang.png) no-repeat; margin-right: 30px;  }
+.U_MD_O_W_Paper8_Sanfang_Kongjian { width:35px; height:35px; float:left; cursor: pointer; background: url(/img/Kongjian.png) no-repeat; }
 
 .U_MD_O_H_body_right { height: 315px; width: 285px; margin: 15px 0 0 30px; float: left; }
 .U_MD_O_H_body_right_user { }
@@ -315,7 +315,7 @@
 .U_MD_O_H_Nav_Add { float:right; width:42px; height:100%; background-color:#ccc; color:White; }
 .U_MD_O_H_Nav_Add:hover { background-color:#949494; } */
 
-.U_MD_O_W_N_Logo {background: url(img/Logo_.png) no-repeat;background-size: cover;margin: 20px auto;width: 77px;height: 77px;border: 1px solid #eeeeee;border-radius: 100%;text-align: center;line-height: 77px;overflow: hidden;}
+.U_MD_O_W_N_Logo {background: url(/img/Logo_.png) no-repeat;background-size: cover;margin: 20px auto;width: 77px;height: 77px;border: 1px solid #eeeeee;border-radius: 100%;text-align: center;line-height: 77px;overflow: hidden;}
 .U_MD_O_W_N_NavBox {height:425px; overflow:auto; }
 .U_MD_O_W_N_Bottom {border-top: 1px solid rgb(214, 222, 240);margin-top:15px;padding:12px 0;text-align: center; }
 .U_MD_O_W_N_Bottom button { width:113px; height:34px;   margin: 0 14px;line-height: 34px;padding: 0 10px;border-radius: 3px;background: #fff;box-shadow: rgb(194, 194, 194) 0px 1px 3px;border: 1px solid #ccc;}

+ 2 - 2
css/Reply/Reply.css

@@ -16,7 +16,7 @@
 
 .U_MD_R_content_operation_right_bottom{font-size: 14px; padding: 10px 0;}
 
-.U_MD_R_content_operation_right_bottom_emoji{float: left;cursor: pointer;width: 20px;height: 20px;border: none;background: url(img/reply/emoji.png) 0% 0% / 20px no-repeat transparent;margin: 5px 0px 0px 10px}
+.U_MD_R_content_operation_right_bottom_emoji{float: left;cursor: pointer;width: 20px;height: 20px;border: none;background: url(/img/reply/emoji.png) 0% 0% / 20px no-repeat transparent;margin: 5px 0px 0px 10px}
 
 .U_MD_R_content_operation_right_bottom_picturewarp{float: left;margin-left:10px;margin-top: 8px;position: relative;cursor: pointer;}
 
@@ -32,7 +32,7 @@
 
 .U_MD_R_content_operation_right_bottom_imgloadbox_warp img{    width: 100% !important;height: 100% !important;padding: unset!important;margin: unset!important;max-width: unset !important;}
 
-.U_MD_R_content_operation_right_bottom_imgloadbox_warp .closebtn{cursor: pointer;width: 25px;height: 25px;border: none;background-image: url(img/reply/close.png);z-index: 11;background-size: cover;position: absolute;top: -11px;right: -8px;display: none}
+.U_MD_R_content_operation_right_bottom_imgloadbox_warp .closebtn{cursor: pointer;width: 25px;height: 25px;border: none;background-image: url(/img/reply/close.png);z-index: 11;background-size: cover;position: absolute;top: -11px;right: -8px;display: none}
 
 .U_MD_R_content_operation_right_bottom_imgloadbox_warp:hover.U_MD_R_content_operation_right_bottom_imgloadbox_warp .closebtn{display: block}
 

+ 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; }

+ 4 - 4
uform.css

@@ -7474,7 +7474,7 @@ input[type="button"] {
     margin: 9px 8px 0 7px;
     height: 13px;
     float: left;
-    background: url(img/U_MD_D_Set_BG_uploadByPanImg2.png) no-repeat;
+    background: url(/img/U_MD_D_Set_BG_uploadByPanImg2.png) no-repeat;
     background-size: 100%;
 }
 
@@ -7483,7 +7483,7 @@ input[type="button"] {
     margin: 9px 8px 0 7px;
     height: 13px;
     float: left;
-    background: url(img/U_MD_D_Set_BG_uploadByPanImg.png) no-repeat;
+    background: url(/img/U_MD_D_Set_BG_uploadByPanImg.png) no-repeat;
     background-size: 100%;
 }
 
@@ -7508,7 +7508,7 @@ input[type="button"] {
     margin: 9px 8px 0 7px;
     height: 13px;
     float: left;
-    background: url(img/U_MD_D_Set_BG_uploadByBenDiImg2.png) no-repeat;
+    background: url(/img/U_MD_D_Set_BG_uploadByBenDiImg2.png) no-repeat;
     background-size: 100%;
 }
 
@@ -7517,7 +7517,7 @@ input[type="button"] {
     margin: 9px 8px 0 7px;
     height: 13px;
     float: left;
-    background: url(img/U_MD_D_Set_BG_uploadByBenDiImg.png) no-repeat;
+    background: url(/img/U_MD_D_Set_BG_uploadByBenDiImg.png) no-repeat;
     background-size: 100%;
 }
 

Неке датотеке нису приказане због велике количине промена