i-framework-lite/.svn/pristine/8d/8d389e3324e5b3c99204ccaf7cc...

154 lines
5.7 KiB
Plaintext

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!doctype html>
<html lang="ko">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<%@ include file="/WEB-INF/include/include-header2.jspf" %>
<style>
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap');
</style>
<style type="text/css">
body {
font-family:'Nanum Gothic', sans-serif;
height: 100vh;
/*background: url("/svg/sample.svg") no-repeat center/cover;*/
/*background: url("/images/601822.jpg") no-repeat center/cover;*/
/*background: url("/images/back_new.jpg") no-repeat center/cover;*/
background: url("/images/bg/23.jpg") no-repeat center/cover;
overflow: hidden;
}
.container {
margin: 0 auto;
max-width: 1920px;
width: 98%;
}
.card-panel {
-webkit-transition: -webkit-box-shadow .25s;
transition: -webkit-box-shadow .25s;
transition: box-shadow .25s;
transition: box-shadow .25s, -webkit-box-shadow .25s;
padding: 1.3vw 0.5vw 1.3vw 0.5vw;
margin: 0.3rem 0 0.3rem 0;
border-radius: 10px;
background-color: #fff;
opacity: 0.8;
}
.card-panel2 {
-webkit-transition: -webkit-box-shadow .25s;
transition: -webkit-box-shadow .25s;
transition: box-shadow .25s;
transition: box-shadow .25s, -webkit-box-shadow .25s;
padding: 1.3vw 0.5vw 1.3vw 0.5vw;
margin: 0.3rem 0 0.3rem 0;
border-radius: 10px;
background-color: #fff;
opacity: 0.8;
height: 14vw;
}
.valign-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Wallboard Test</title>
</head>
<body>
<div class="container">
<div class="row center-align">
<div class="col s12"><span style="font-size: 2.5vw; font-weight : 700;">Wells 고객센터</span></div>
<div class="col s3 left-align"></div>
<div class="col s6 center-align"><span style="font-size: 5vw; font-weight : 700; line-height: 1.2;">공지사항</span></div>
<div class="col s3 right-align"><span id="clock" style="font-size: 2.9vw; font-weight : 500; line-height: 1.2;">0000-00-00(월)<br>00시 00분 00초</span></div>
</div>
<div class="row center-align">
<div class="col s3">
<div class="card-panel teal lighten-3 z-depth-2">
<span class="black-text" style="font-size: 3.5vw; font-weight : 700; line-height: 1.2;">대기고객
</span>
</div>
</div>
<div class="col s3">
<div class="card-panel white z-depth-2">
<span class="black-text" style="font-size: 3.5vw; font-weight : 700; line-height: 1.2;">2
</span>
</div>
</div>
<div class="col s3">
<div class="card-panel teal lighten-3 z-depth-2" >
<span class="black-text" style="font-size: 3.2vw; font-weight : 700; line-height: 1.3;letter-spacing: -8px;">최장대기고객시간
</span>
</div>
</div>
<div class="col s3">
<div class="card-panel white z-depth-2">
<span class="black-text" style="font-size: 3.5vw; font-weight : 700; line-height: 1.2;">00분 00초
</span>
</div>
</div>
</div>
<div class="row center-align">
<div class="col s2">
<div class="card-panel light-blue z-depth-2" style="height: 11.5vw;">
<div class="col s12 white-text" style="font-size: 4.2vw; font-weight : 700;">1,290
</div>
<div class="col s12 white-text" style="font-size: 1.5vw; font-weight : 700; text-align: right;">연결요청호
</div>
</div>
<div class="card-panel light-blue z-depth-2" style="height: 11.5vw;">
<div class="col s12 white-text" style="font-size: 4.2vw; font-weight : 700;">1,125
</div>
<div class="col s12 white-text" style="font-size: 1.5vw; font-weight : 700; text-align: right;">응대호
</div>
</div>
<div class="card-panel light-blue z-depth-2" style="height: 11.5vw;">
<div class="col s12 white-text" style="font-size: 4.2vw; font-weight : 700;">95.1%
</div>
<div class="col s12 white-text" style="font-size: 1.5vw; font-weight : 700; text-align: right;">응대율
</div>
</div>
</div>
<div class="col s10">
<div class="card-panel white z-depth-2" style="height: 35vw;opacity: 1;">
<div id="editor">
<figure class="image image-style-side"><img src="http://www.farminsight.net/news/photo/202003/5675_7045_021.png" alt="나비캣 제공"></figure><h2>이 동물은</h2><ul><li>고양이입니다.</li></ul><ol><li>사납습니다.<ol><li>들여쓰기</li></ol></li><li>2번입니다.</li><li>끝</li></ol><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><figure class="table"><table><thead><tr><th>헤더1</th><th>헤더2</th><th>헤더3</th><th>헤더4</th></tr></thead><tbody><tr><td>내용1</td><td>네용2</td><td>너용3</td><td>니용4</td></tr></tbody></table></figure>
</div>
</div>
</div>
</div>
</div>
</body>
<script>
InlineEditor.create( document.querySelector( '#editor' ) )
.then( editor => {
window.editor = editor;
} )
.catch( error => {
console.error( 'There was a problem initializing the editor.', error );
} );
function clock(){
var clock = parent.$('input#clock').val();
$('#clock').text(clock);
// 1000 밀리초(=1초) 후에, 이 함수를 실행하기 (반복 실행 효과).
setTimeout( "clock()", 1000 );
}
$( document ).ready(function() {
clock();
});
</script>
</html>