yili-apps/com.actionsoft.apps.coe.pal/template/page/teamwork.publisher.theme.html
2022-06-27 23:38:56 +08:00

144 lines
4.0 KiB
HTML
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>主题风格</title>
<!-- js -->
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.js"></script>
<script type="text/javascript" src="../commons/js/awsui.js"></script>
<!-- css -->
<link rel="stylesheet" href="../commons/css/awsui.css">
<link rel="stylesheet" href="../commons/js/jquery/themes/default/ui/reference/jquery-ui.css">
<!-- <link type="text/css" rel="stylesheet" href="../apps/_bpm.platform/css/amc/console.admin.amc.public.css" /> -->
<script src="../<I18N#COEPATH>/js/teamwork.publish.theme.js"></script>
<style type="text/css">
body {
min-width: 900px;
}
.text-overflow{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;/*Opera下实现ellipsis效果*/
}
.group {
margin:20px;
}
.head-element {
display:inline-block;
vertical-align:middle;
}
.alertText {
color:#808080;
}
.button {
background:#66ca81;
border: 1px solid #66ca81;
color: #ffffff;
}
.logo-div {
width:100%;
height:40px;
vertical-align:middle;
padding-left: 103px;
padding-top:60px;
line-height:40px;
}
.logo-div-div {
display:inline-block;
height:40px;
width:127px;
/* border:1px solid grey; */
vertical-align:middle;
text-align:center;
}
.banner-div {
width:100%;
height:60px;
vertical-align:middle;
padding-left: 103px;
padding-top:60px;
line-height:80px;
}
.banner-div-div {
display:inline-block;
height:80px;
width:300px;
border:1px solid grey;
vertical-align:middle;
text-align:center;
margin-right:20px;
margin-bottom:20px;
}
.logo-delete-icon {
display:inline-block;
font-size:25px;
color:grey;
position: relative;
top: -60px;
right: -65px;
cursor:pointer;
}
.banner-delete-icon {
display:inline-block;
font-size:25px;
color:grey;
position: relative;
top: -120px;
right: -150px;
cursor:pointer;
}
.logo-img {
height: 20px;
width:125px;
}
.banner-img {
height: 60px;
width:280px;
}
</style>
<script>
var sid = "<#sid>";
var wsId = "<#wsId>";
var logoData = <#logoData>;
var bannerData = <#bannerData>;
</script>
</head>
<body>
<div style="padding:0px;">
<div class="group" id="logo">
<div>
<div class="head-element" style="font-size:15px; margin-right: 17px;margin-left: 9px;">logo设置</div>
<div class="head-element">
<button id="upLogoFile" type="button" class="button">+ 选择图片</button>
</div>
<div class="head-element alertText">仅支持png、jpg、jpeg、gif格式的图片文件文件大小5M内建议宽高180*30左右。</div>
</div>
<div class="logo-div">
<div class="logo-div-div" id="logo-img">
<!-- <img class="logo-img" alt="logo" src="../apps/com.actionsoft.apps.coe.pal/img/logo/portal_logo.png">
<div class="awsui-iconfont logo-delete-icon" onclick="deleteImg(this);">&#58931;</div> -->
</div>
</div>
</div>
<div style="height:80px;"></div>
<div class="group" id="banner">
<div>
<div class="head-element" style="font-size:15px;margin-left:10px;">轮播图设置:</div>
<div class="head-element">
<button id="upBannerFile" type="button" class="button">+ 选择图片</button>
</div>
<div class="head-element alertText">仅支持png、jpg、jpeg、gif格式的图片文件文件大小5M内建议宽高1920*440。</div>
</div>
</div>
<div style="height:80px;"></div>
<div style="text-align:center;">
<button type="button" class="button blue" onclick="save();">保存设置</button>
</div>
<div style="height:40px;"></div>
</div>
</body>
</html>