|
@@ -33,18 +33,17 @@
|
|
|
</script>
|
|
|
</head>
|
|
|
|
|
|
-<body unselectable="on" style="overflow: auto; background-color: #aaaaaa;min-width: 1260px;">
|
|
|
+<body unselectable="on" style="overflow: auto; background-color: #aaaaaa;">
|
|
|
<!--- 工具栏 --->
|
|
|
<div id="tools" style="position: fixed; width: 100%; background: #f7f8f9; border-bottom: 1px solid silver;
|
|
|
z-index: 999;" onmousedown="U.MD.O.W.E.onmousedown();" onclick="U.MD.O.W.E.onclick();">
|
|
|
<div class="U_MD_O_H_Area">
|
|
|
- <button title="新建" id="U_MD_O_H_new" onclick="U.MD.O.W.newDoc(US.userInfo)"
|
|
|
- style="margin-left: 10px; display: none;">
|
|
|
+ <button title="新建" id="U_MD_O_H_new" onclick="U.MD.O.W.newDoc(US.userInfo)" style="margin-left: 10px;">
|
|
|
<div class="U_MD_O_H_icon" style="background-position: -10px -592px;">
|
|
|
</div>
|
|
|
新建
|
|
|
</button>
|
|
|
- <button title="保存" id="U_MD_O_H_save" onclick="U.MD.O.W.save()" style=" display: none;">
|
|
|
+ <button title="保存" id="U_MD_O_H_save" onclick="U.MD.O.W.save()">
|
|
|
<div class="U_MD_O_H_icon" style="background-position: -38px -592px;">
|
|
|
</div>
|
|
|
保存
|
|
@@ -196,7 +195,7 @@
|
|
|
<div class="U_MD_O_H_icon" style="background-position: -675px -593px; width: 22px;">
|
|
|
</div>
|
|
|
</button>
|
|
|
- <button title="下载" onclick="U.MD.O.W.E.downOfficeWord('doc',$('#U_MD_O_H_wordEditor')[0])">
|
|
|
+ <button title="下载" id="U_MD_O_H_Area_Down" onclick="U.MD.O.W.E.downOfficeWord('doc',$('#U_MD_O_H_wordEditor')[0])">
|
|
|
<div class="U_MD_O_H_icon" style="background-position: -1165px -594px; width: 22px;">
|
|
|
</div>
|
|
|
</button>
|
|
@@ -222,9 +221,7 @@
|
|
|
</div>
|
|
|
<!--- 可编辑区域 --->
|
|
|
<div class="U_MD_O_H_body" id="U_MD_O_R_Parent">
|
|
|
- <div class="U_MD_O_H_body_main" style="display: flex;
|
|
|
- flex-direction: row;
|
|
|
- align-items: flex-start;">
|
|
|
+ <div class="U_MD_O_H_body_main">
|
|
|
<div class="U_MD_O_H_pageSize U_MD_O_H_Nav clear" style="display: none;">
|
|
|
<div class="U_MD_O_H_Nav_Add" onclick="U.MD.O.W.T.N.Easy.add()">
|
|
|
+
|
|
@@ -236,78 +233,11 @@
|
|
|
<div class="U_MD_O_H_wordEditor U_MD_O_H_lineStyle" id="U_MD_O_H_wordEditor" contenteditable="true">
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="
|
|
|
- width: 350px;margin-left: 20px;">
|
|
|
- <div style=" background: #fff;
|
|
|
- height: 65px;
|
|
|
- border-radius: 5px;">
|
|
|
- <div style="font-size: 13px;
|
|
|
- border-bottom: 1px solid #ccc;
|
|
|
- padding: 5px 15px;
|
|
|
- ">生成链接</div>
|
|
|
- <div style=" height: 30px;
|
|
|
- padding: 8px 10px;"><a href="" style="color: #3C6A8C;">将此站点生成链接</a></div>
|
|
|
- </div>
|
|
|
- <div style=" background: #fff;
|
|
|
- border-radius: 5px;margin-top: 15px;min-height: 250px;">
|
|
|
- <div style="font-size: 13px;
|
|
|
- border-bottom: 1px solid #ccc;
|
|
|
- padding: 5px 15px;
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
- ">
|
|
|
- <div>邀请协作人员</div>
|
|
|
- <div><a href="" style="color: #3C6A8C;">第三方链接邀请</a></div>
|
|
|
- </div>
|
|
|
- <div style="width: 100%;
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- justify-content: flex-start;
|
|
|
- align-items: center;
|
|
|
- flex-wrap: wrap;
|
|
|
- ">
|
|
|
- <div style="display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- width: 25%;
|
|
|
- margin: 10px 0;">
|
|
|
- <div style="width: 50px;"><img src="../../img/icon/portal.png"
|
|
|
- style="width: 100%;height:100%;" alt=""></div>
|
|
|
- <div>陈慧</div>
|
|
|
- </div>
|
|
|
- <div style="display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- width: 25%;
|
|
|
- margin: 10px 0;">
|
|
|
- <div style="width: 50px;"><img src="../../img/icon/portal.png"
|
|
|
- style="width: 100%;height:100%;" alt=""></div>
|
|
|
- <div>李小欣</div>
|
|
|
- </div>
|
|
|
- <div style="display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- width: 25%;
|
|
|
- margin: 10px 0;">
|
|
|
- <div style="width: 50px;"><img src="../../img/icon/portal.png"
|
|
|
- style="width: 100%;height:100%;" alt=""></div>
|
|
|
- <div>旺旺</div>
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
</div>
|
|
|
<!--- 互联办公的功能 --->
|
|
|
<div class="U_MD_O_H_body_left" id="U_MD_O_H_body_left">
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
</body>
|
|
|
|
|
|
</html>
|