修改 查询详情页

This commit is contained in:
ly19960718 2021-10-29 17:56:20 +08:00
parent 9ec85eb8a1
commit 1f184dfe12
15 changed files with 265 additions and 109 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -35,21 +35,31 @@
</div> </div>
<script id="data" type="text/html"> <script id="data" type="text/html">
<style> <style>
*{margin:0;padding:0;} *{margin: 0;padding: 0;}
body{background: #f2f2f2} .top{background: url("assets/web/images/bg-1.png") no-repeat center;background-size: 1920px 470px;height:470px;padding-top: 80px;box-sizing: border-box;position:relative;}
.top{background: url("assets/web/images/top.png") no-repeat center;background-size: 1920px 320px;height:320px;padding-top: 100px;box-sizing: border-box;position: relative;}
.top-content{width: 1000px;margin: 0 auto;} .top-content{width: 1000px;margin: 0 auto;}
.top-content span{display: block;position: absolute;bottom: -60px;right: 20px;background: #004acd;color: #fff;cursor: pointer;line-height: 40px;width:60px;text-align: center} .top h1{font-size: 36px;color: #fff;margin-bottom: 20px;}
.top p{font-size: 18px;color: #fff;}
.top-content{width: 1000px;margin: 0 auto;}
.top-content span{display: block;position: absolute;bottom: -0px;right: 20px;background: #004acd;color: #fff;cursor: pointer;line-height: 40px;width:60px;text-align: center}
.top-content h1{font-size: 40px;color: #fff;text-shadow: 0 0 10px #EEE;margin-bottom: 10px;} .top-content h1{font-size: 40px;color: #fff;text-shadow: 0 0 10px #EEE;margin-bottom: 10px;}
.top-content p{font-size: 18px;color: #fff;} .top-content p{font-size: 18px;color: #fff;}
.main{overflow:hidden;width:1000px;background: #fff;border-top-right-radius: 10px;border-top-left-radius: 10px;min-height: 800px;margin: -50px auto 0;position: relative;}
.container{width: 1017px;height: 100%;overflow-y: auto;padding: 50px 100px;box-sizing: border-box;} .main{width: 1000px;margin: -200px auto 30px;position: relative;padding: 30px;box-sizing:border-box;min-height: 800px;background: rgba(0,0,0,.1);}
.container{width: 100%;height: 100%;overflow-y: auto;background: #fff;padding: 0 70px 50px;box-sizing:border-box;}
.conner-box{height: 80px;position:relative;width: 890px;background: #FFF;}
.conner{position:absolute;top:0;right:-50px;width:50px;height:80px;}
.title{text-align: center;font-size: 28px;color: #1f5781;line-height: 45px;font-weight: bold;} .title{text-align: center;font-size: 28px;color: #1f5781;line-height: 45px;font-weight: bold;}
.time{font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 30px;background: #eee} .time{font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 30px;background: #eee}
.time span{margin-right: 50px;} .time span{margin-right: 50px;}
.time span:last-child{margin-right: 0} .time span:last-child{margin-right: 0}
.content{margin-top: 20px;} .content{min-height: 800px;margin-top: 20px;}
.content p{font-size: 16px !important;line-height: 40px !important;} .content p{font-size: 16px !important;line-height: 40px !important;}
.btn-box{margin-top: 20px}
.close{width: 120px;height: 50px;line-height: 50px;color: #fff;text-align: center;font-size: 18px;background:#004acd;cursor:pointer;margin: 0 auto;display:block;}
.title{ .title{
text-align: center; text-align: center;
} }
@ -59,17 +69,19 @@
padding: 0 10px; padding: 0 10px;
} }
table{margin: 0 auto;width:100% !important;table-layout: fixed;width: 100%;} table{margin: 0 auto;width:100% !important;table-layout: fixed;width: 100%;}
table td{border: 2px solid #CCC! important;} table td{border: 1px solid #CCC! important;}
table td:nth-child(odd){text-align: center} table td:nth-child(odd){text-align: center}
</style> </style>
<div class="top"> <div class="top">
<div class="top-content"> <div class="top-content">
<h1>{{ d.dutyIndexLibParentName }}</h1> <h1>{{ d.dutyIndexLibParentName }}</h1>
<p>{{ d.dutyIndexLibName }}</p> <p>{{ d.dutyIndexLibName }}</p>
<span class="close">返回</span>
</div> </div>
</div> </div>
<div class="main"> <div class="main">
<div class="conner-box">
<img src="assets/web/images/conner.png " class="conner">
</div>
<div class="container"> <div class="container">
<div class="title"> <div class="title">
{{ d.dutyIndexLibName }} {{ d.dutyIndexLibName }}
@ -115,7 +127,11 @@
</table> </table>
</div> </div>
<div class="btn-box">
<span class="close">返回</span>
</div>
</div> </div>
</div> </div>
</script> </script>

View File

@ -20,23 +20,32 @@
</div> </div>
<script id="data" type="text/html"> <script id="data" type="text/html">
<style> <style>
*{margin:0;padding:0;} *{margin: 0;padding: 0;}
body{background: #f2f2f2} .top{background: url("assets/web/images/bg-1.png") no-repeat center;background-size: 1920px 470px;height:470px;padding-top: 80px;box-sizing: border-box;position:relative;}
.top{background: url("assets/web/images/top.png") no-repeat center;background-size: 1920px 320px;height:320px;padding-top: 100px;box-sizing: border-box;position: relative;}
.top-content{width: 1000px;margin: 0 auto;} .top-content{width: 1000px;margin: 0 auto;}
.top-content span{display: block;position: absolute;bottom: -60px;right: 20px;background: #004acd;color: #fff;cursor: pointer;line-height: 40px;width:60px;text-align: center} .top h1{font-size: 36px;color: #fff;margin-bottom: 20px;}
.top p{font-size: 18px;color: #fff;}
.top-content{width: 1000px;margin: 0 auto;}
.top-content span{display: block;position: absolute;bottom: -0px;right: 20px;background: #004acd;color: #fff;cursor: pointer;line-height: 40px;width:60px;text-align: center}
.top-content h1{font-size: 40px;color: #fff;text-shadow: 0 0 10px #EEE;margin-bottom: 10px;} .top-content h1{font-size: 40px;color: #fff;text-shadow: 0 0 10px #EEE;margin-bottom: 10px;}
.top-content p{font-size: 18px;color: #fff;} .top-content p{font-size: 18px;color: #fff;}
.main{overflow:hidden;width:1000px;background: #fff;border-top-right-radius: 10px;border-top-left-radius: 10px;min-height: 800px;margin: -50px auto 0;position: relative;}
.container{width: 1017px;height: 100%;overflow-y: auto;padding: 50px 100px;box-sizing: border-box;} .main{width: 1000px;margin: -200px auto 30px;position: relative;padding: 30px;box-sizing:border-box;min-height: 800px;background: rgba(0,0,0,.1);}
.container{width: 100%;height: 100%;overflow-y: auto;background: #fff;padding: 0 70px 50px;box-sizing:border-box;}
.conner-box{height: 80px;position:relative;width: 890px;background: #FFF;}
.conner{position:absolute;top:0;right:-50px;width:50px;height:80px;}
.title{text-align: center;font-size: 28px;color: #1f5781;line-height: 45px;font-weight: bold;} .title{text-align: center;font-size: 28px;color: #1f5781;line-height: 45px;font-weight: bold;}
.time{font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 30px;background: #eee} .time{font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 30px;background: #eee}
.time span{margin-right: 50px;} .time span{margin-right: 50px;}
.time span:last-child{margin-right: 0} .time span:last-child{margin-right: 0}
.content{margin-top: 20px;} .content{min-height: 800px;margin-top: 20px}
.content p{font-size: 16px !important;line-height: 40px !important;} .content p{font-size: 14px !important;line-height: 40px !important;}
.btn-box{margin-top: 20px;}
.close{width: 120px;height: 50px;line-height: 50px;color: #fff;text-align: center;font-size: 18px;background:#004acd;cursor:pointer;margin: 0 auto;display:block;}
table{margin: 0 auto;width:100% !important;table-layout: fixed;width: 100%;} table{margin: 0 auto;width:100% !important;table-layout: fixed;width: 100%;}
table td{border: 2px solid #CCC! important;} table td{border: 1px solid #CCC! important;}
table td:nth-child(odd){text-align: center} table td:nth-child(odd){text-align: center}
.title{ .title{
text-align: center; text-align: center;
@ -50,10 +59,12 @@
<div class="top-content"> <div class="top-content">
<h1>{{ d.dutyIndexLibParentName }}</h1> <h1>{{ d.dutyIndexLibParentName }}</h1>
<p>{{ d.dutyIndexLibName }}</p> <p>{{ d.dutyIndexLibName }}</p>
<span class="close">返回</span>
</div> </div>
</div> </div>
<div class="main"> <div class="main">
<div class="conner-box">
<img src="assets/web/images/conner.png" class="conner">
</div>
<div class="container"> <div class="container">
<div class="title"> <div class="title">
{{ d.dutyIndexLibName }} {{ d.dutyIndexLibName }}
@ -120,7 +131,11 @@
</tr> </tr>
</table> </table>
</div> </div>
<div class="btn-box">
<span class="close">返回</span>
</div>
</div> </div>
</div> </div>
</script> </script>

View File

@ -52,31 +52,43 @@
<script id="data" type="text/html"> <script id="data" type="text/html">
<style> <style>
*{margin:0;padding:0;} *{margin: 0;padding: 0;}
body{background: #f2f2f2} .top{background: url("assets/web/images/bg-1.png") no-repeat center;background-size: 1920px 470px;height:470px;padding-top: 80px;box-sizing: border-box;position:relative;}
.top{background: url("assets/web/images/top.png") no-repeat center;background-size: 1920px 320px;height:320px;padding-top: 100px;box-sizing: border-box;position: relative;}
.top-content{width: 1000px;margin: 0 auto;} .top-content{width: 1000px;margin: 0 auto;}
.top-content span{display: block;position: absolute;bottom: -60px;right: 20px;background: #004acd;color: #fff;cursor: pointer;line-height: 40px;width:60px;text-align: center} .top h1{font-size: 36px;color: #fff;margin-bottom: 20px;}
.top p{font-size: 18px;color: #fff;}
.top-content{width: 1000px;margin: 0 auto;}
.top-content span{display: block;position: absolute;bottom: -0px;right: 20px;background: #004acd;color: #fff;cursor: pointer;line-height: 40px;width:60px;text-align: center}
.top-content h1{font-size: 40px;color: #fff;text-shadow: 0 0 10px #EEE;margin-bottom: 10px;} .top-content h1{font-size: 40px;color: #fff;text-shadow: 0 0 10px #EEE;margin-bottom: 10px;}
.top-content p{font-size: 18px;color: #fff;} .top-content p{font-size: 18px;color: #fff;}
.main{overflow:hidden;width:1000px;background: #fff;border-top-right-radius: 10px;border-top-left-radius: 10px;min-height: 800px;margin: -50px auto 0;position: relative;}
.container{width: 1017px;height: 100%;overflow-y: auto;padding: 50px 100px;box-sizing: border-box;} .main{width: 1000px;margin: -200px auto 30px;position: relative;padding: 30px;box-sizing:border-box;min-height: 800px;background: rgba(0,0,0,.1);}
.container{width: 100%;height: 100%;overflow-y: auto;background: #fff;padding: 0 70px 50px;box-sizing:border-box;}
.conner-box{height: 80px;position:relative;width: 890px;background: #FFF;}
.conner{position:absolute;top:0;right:-50px;width:50px;height:80px;}
.title{text-align: center;font-size: 28px;color: #1f5781;line-height: 45px;font-weight: bold;} .title{text-align: center;font-size: 28px;color: #1f5781;line-height: 45px;font-weight: bold;}
.time{font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 30px;background: #eee} .time{font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 30px;background: #eee}
.time span{margin-right: 50px;} .time span{margin-right: 50px;}
.time span:last-child{margin-right: 0} .time span:last-child{margin-right: 0}
.content p{font-size: 16px !important;line-height: 40px !important;} .content{min-height: 800px; margin-top: 20px}
table{margin: 0 auto;width:100% !important;} .content p{font-size: 14px !important;line-height: 40px !important;}
table{margin: 0 auto;width:100% !important;font-size: 14px}
table td{border-width: 1px !important;} table td{border-width: 1px !important;}
.btn-box{margin-top: 20px}
.close{width: 120px;height: 50px;line-height: 50px;color: #fff;text-align: center;font-size: 18px;background:#004acd;cursor:pointer;margin: 0 auto;display:block;}
</style> </style>
<div class="top"> <div class="top">
<div class="top-content"> <div class="top-content">
<h1>{{ d.dutyIndexLibParentName }}</h1> <h1>{{ d.dutyIndexLibParentName }}</h1>
<p>{{ d.dutyIndexLibName }}</p> <p>{{ d.dutyIndexLibName }}</p>
<span class="close">返回</span>
</div> </div>
</div> </div>
<div class="main"> <div class="main">
<div class="conner-box">
<img src="assets/web/images/conner.png" class="conner">
</div>
<div class="container"> <div class="container">
<div class="title"> <div class="title">
{{ d.entityResTitle }} {{ d.entityResTitle }}
@ -117,7 +129,11 @@
</div> </div>
</span> </span>
{{# }); }} {{# }); }}
<div class="btn-box">
<span class="close">返回</span>
</div>
</div> </div>
</div> </div>
</script> </script>

View File

@ -18,34 +18,43 @@
</div> </div>
<script id="data" type="text/html"> <script id="data" type="text/html">
<style> <style>
*{margin:0;padding:0;} *{margin: 0;padding: 0;}
body{background: #f2f2f2} .top{background: url("assets/web/images/bg-1.png") no-repeat center;background-size: 1920px 470px;height:470px;padding-top: 80px;box-sizing: border-box;position:relative;}
.top{background: url("assets/web/images/top.png") no-repeat center;background-size: 1920px 320px;height:320px;padding-top: 100px;box-sizing: border-box;position: relative;}
.top-content{width: 1000px;margin: 0 auto;} .top-content{width: 1000px;margin: 0 auto;}
.top-content span{display: block;position: absolute;bottom: -60px;right: 20px;background: #004acd;color: #fff;cursor: pointer;line-height: 40px;width:60px;text-align: center} .top h1{font-size: 36px;color: #fff;margin-bottom: 20px;}
.top p{font-size: 18px;color: #fff;}
.top-content{width: 1000px;margin: 0 auto;}
.top-content span{display: block;position: absolute;bottom: -0px;right: 20px;background: #004acd;color: #fff;cursor: pointer;line-height: 40px;width:60px;text-align: center}
.top-content h1{font-size: 40px;color: #fff;text-shadow: 0 0 10px #EEE;margin-bottom: 10px;} .top-content h1{font-size: 40px;color: #fff;text-shadow: 0 0 10px #EEE;margin-bottom: 10px;}
.top-content p{font-size: 18px;color: #fff;} .top-content p{font-size: 18px;color: #fff;}
.main{overflow:hidden;width:1000px;background: #fff;border-top-right-radius: 10px;border-top-left-radius: 10px;min-height: 800px;margin: -50px auto 0;position: relative;}
.container{width: 1017px;height: 100%;overflow-y: auto;padding: 50px 100px;box-sizing: border-box;} .main{width: 1000px;margin: -200px auto 30px;position: relative;padding: 30px;box-sizing:border-box;min-height: 800px;background: rgba(0,0,0,.1);}
.container{width: 100%;height: 100%;overflow-y: auto;background: #fff;padding: 0 70px 50px;box-sizing:border-box;}
.conner-box{height: 80px;position:relative;width: 890px;background: #FFF;}
.conner{position:absolute;top:0;right:-50px;width:50px;height:80px;}
.title{text-align: center;font-size: 28px;color: #1f5781;line-height: 45px;font-weight: bold;} .title{text-align: center;font-size: 28px;color: #1f5781;line-height: 45px;font-weight: bold;}
.time{font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 30px;background: #eee} .time{font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 30px;background: #eee}
.time span{margin-right: 50px;} .time span{margin-right: 50px;}
.time span:last-child{margin-right: 0} .time span:last-child{margin-right: 0}
.content{margin-top: 20px;} .content{min-height: 800px;margin-top: 20px;}
.content {font-size: 16px !important;line-height: 40px !important;} .content p{font-size: 14px !important;line-height: 40px !important;}
table{margin: 0 auto;width:100% !important;table-layout: fixed} .btn-box{margin-top: 20px}
table td{border: 2px solid #CCC! important;font-size: 16px;height: 40px;} .close{width: 120px;height: 50px;line-height: 50px;color: #fff;text-align: center;font-size: 18px;background:#004acd;cursor:pointer;margin: 0 auto;display:block;}
table td{border: 1px solid #CCC! important;font-size: 14px;height: 40px;text-align: center}
table td:nth-child(odd){text-align: center} table td:nth-child(odd){text-align: center}
/*.tableTitle{text-align: center;font-size: 24px;line-height: 40px}*/
</style> </style>
<div class="top"> <div class="top">
<div class="top-content"> <div class="top-content">
<h1>{{ d.dutyIndexLibParentName }}</h1> <h1>{{ d.dutyIndexLibParentName }}</h1>
<p>{{ d.dutyIndexLibName }}</p> <p>{{ d.dutyIndexLibName }}</p>
<span class="close">返回</span>
</div> </div>
</div> </div>
<div class="main"> <div class="main">
<div class="conner-box">
<img src="assets/web/images/conner.png" class="conner">
</div>
<div class="container"> <div class="container">
<div class="title"> <div class="title">
{{ d.dutyTitle }} {{ d.dutyTitle }}
@ -137,15 +146,14 @@
</tr> </tr>
</table> </table>
</div> </div>
<div class="btn-box">
<span class="close">返回</span>
</div>
</div> </div>
</div> </div>
</script> </script>
<div class="button-box">
<button class="print" style="display:none;">打印</button>
<button class="close">返回</button>
</div>
<script src="assets/js/vendor/wangEditor/wangEditor.min.js"></script> <script src="assets/js/vendor/wangEditor/wangEditor.min.js"></script>
<script src="assets/js/vendor/ckplayer/ckplayer/ckplayer.js"></script> <script src="assets/js/vendor/ckplayer/ckplayer/ckplayer.js"></script>
<script src="assets/js/vendor/viewer/viewer.min.js"></script> <script src="assets/js/vendor/viewer/viewer.min.js"></script>

View File

@ -50,31 +50,43 @@
<script id="data" type="text/html"> <script id="data" type="text/html">
<style> <style>
*{margin:0;padding:0;} *{margin: 0;padding: 0;}
body{background: #f2f2f2} .top{background: url("assets/web/images/bg-1.png") no-repeat center;background-size: 1920px 470px;height:470px;padding-top: 80px;box-sizing: border-box;position:relative;}
.top{background: url("assets/web/images/top.png") no-repeat center;background-size: 1920px 320px;height:320px;padding-top: 100px;box-sizing: border-box;position: relative;}
.top-content{width: 1000px;margin: 0 auto;} .top-content{width: 1000px;margin: 0 auto;}
.top-content span{display: block;position: absolute;bottom: -60px;right: 20px;background: #004acd;color: #fff;cursor: pointer;line-height: 40px;width:60px;text-align: center} .top h1{font-size: 36px;color: #fff;margin-bottom: 20px;}
.top p{font-size: 18px;color: #fff;}
.top-content{width: 1000px;margin: 0 auto;}
.top-content span{display: block;position: absolute;bottom: -0px;right: 20px;background: #004acd;color: #fff;cursor: pointer;line-height: 40px;width:60px;text-align: center}
.top-content h1{font-size: 40px;color: #fff;text-shadow: 0 0 10px #EEE;margin-bottom: 10px;} .top-content h1{font-size: 40px;color: #fff;text-shadow: 0 0 10px #EEE;margin-bottom: 10px;}
.top-content p{font-size: 18px;color: #fff;} .top-content p{font-size: 18px;color: #fff;}
.main{overflow:hidden;width:1000px;background: #fff;border-top-right-radius: 10px;border-top-left-radius: 10px;min-height: 800px;margin: -50px auto 0;position: relative;}
.container{width: 1017px;height: 100%;overflow-y: auto;padding: 50px 100px;box-sizing: border-box;} .main{width: 1000px;margin: -200px auto 30px;position: relative;padding: 30px;box-sizing:border-box;min-height: 800px;background: rgba(0,0,0,.1);}
.container{width: 100%;height: 100%;overflow-y: auto;background: #fff;padding: 0 70px 50px;box-sizing:border-box;}
.conner-box{height: 80px;position:relative;width: 890px;background: #FFF;}
.conner{position:absolute;top:0;right:-50px;width:50px;height:80px;}
.title{text-align: center;font-size: 28px;color: #1f5781;line-height: 45px;font-weight: bold;} .title{text-align: center;font-size: 28px;color: #1f5781;line-height: 45px;font-weight: bold;}
.time{font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 30px;background: #eee} .time{font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 30px;background: #eee}
.time span{margin-right: 50px;} .time span{margin-right: 50px;}
.time span:last-child{margin-right: 0} .time span:last-child{margin-right: 0}
.content{min-height: 800px;}
.content p{font-size: 16px !important;line-height: 40px !important;} .content p{font-size: 16px !important;line-height: 40px !important;}
table{margin: 0 auto;width:100% !important;} table{margin: 0 auto;width:100% !important;}
table td{border-width: 1px !important;} table td{border-width: 1px !important;}
.btn-box{margin-top: 20px}
.close{width: 120px;height: 50px;line-height: 50px;color: #fff;text-align: center;font-size: 18px;background:#004acd;cursor:pointer;margin: 0 auto;display:block;}
</style> </style>
<div class="top"> <div class="top">
<div class="top-content"> <div class="top-content">
<h1>{{ d.dutyIndexLibParentName }}</h1> <h1>{{ d.dutyIndexLibParentName }}</h1>
<p>{{ d.dutyIndexLibName }}</p> <p>{{ d.dutyIndexLibName }}</p>
<span class="close">返回</span>
</div> </div>
</div> </div>
<div class="main"> <div class="main">
<div class="conner-box">
<img src="assets/web/images/conner.png" class="conner">
</div>
<div class="container"> <div class="container">
<div class="title"> <div class="title">
{{ d.indexGeneralTitle }} {{ d.indexGeneralTitle }}
@ -114,6 +126,9 @@
</div> </div>
</span> </span>
{{# }); }} {{# }); }}
<div class="btn-box">
<span class="close">返回</span>
</div>
</div> </div>
</div> </div>

View File

@ -20,31 +20,43 @@
</div> </div>
<script id="data" type="text/html"> <script id="data" type="text/html">
<style> <style>
*{margin:0;padding:0;} *{margin: 0;padding: 0;}
body{background: #f2f2f2} .top{background: url("assets/web/images/bg-1.png") no-repeat center;background-size: 1920px 470px;height:470px;padding-top: 80px;box-sizing: border-box;position:relative;}
.top{background: url("assets/web/images/top.png") no-repeat center;background-size: 1920px 320px;height:320px;padding-top: 100px;box-sizing: border-box;position: relative;}
.top-content{width: 1000px;margin: 0 auto;} .top-content{width: 1000px;margin: 0 auto;}
.top-content span{display: block;position: absolute;bottom: -60px;right: 20px;background: #004acd;color: #fff;cursor: pointer;line-height: 40px;width:60px;text-align: center} .top h1{font-size: 36px;color: #fff;margin-bottom: 20px;}
.top p{font-size: 18px;color: #fff;}
.top-content{width: 1000px;margin: 0 auto;}
.top-content span{display: block;position: absolute;bottom: -0px;right: 20px;background: #004acd;color: #fff;cursor: pointer;line-height: 40px;width:60px;text-align: center}
.top-content h1{font-size: 40px;color: #fff;text-shadow: 0 0 10px #EEE;margin-bottom: 10px;} .top-content h1{font-size: 40px;color: #fff;text-shadow: 0 0 10px #EEE;margin-bottom: 10px;}
.top-content p{font-size: 18px;color: #fff;} .top-content p{font-size: 18px;color: #fff;}
.main{overflow:hidden;width:1000px;background: #fff;border-top-right-radius: 10px;border-top-left-radius: 10px;min-height: 800px;margin: -50px auto 0;position: relative;}
.container{width: 1017px;height: 100%;overflow-y: auto;padding: 50px 100px;box-sizing: border-box;} .main{width: 1000px;margin: -200px auto 30px;position: relative;padding: 30px;box-sizing:border-box;min-height: 800px;background: rgba(0,0,0,.1);}
.container{width: 100%;height: 100%;overflow-y: auto;background: #fff;padding: 0 70px 50px;box-sizing:border-box;}
.conner-box{height: 80px;position:relative;width: 890px;background: #FFF;}
.conner{position:absolute;top:0;right:-50px;width:50px;height:80px;}
.title{text-align: center;font-size: 28px;color: #1f5781;line-height: 45px;font-weight: bold;} .title{text-align: center;font-size: 28px;color: #1f5781;line-height: 45px;font-weight: bold;}
.time{font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 30px;background: #eee} .time{font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 30px;background: #eee}
.time span{margin-right: 50px;} .time span{margin-right: 50px;}
.time span:last-child{margin-right: 0} .time span:last-child{margin-right: 0}
.content p{font-size: 16px !important;line-height: 40px !important;} .content p{font-size: 16px !important;line-height: 40px !important;}
.content{min-height: 800px;}
table{margin: 0 auto;width:100% !important;} table{margin: 0 auto;width:100% !important;}
table td{border-width: 1px !important;} table td{border-width: 1px !important;}
.btn-box{margin-top: 20px}
.close{width: 120px;height: 50px;line-height: 50px;color: #fff;text-align: center;font-size: 18px;background:#004acd;cursor:pointer;margin: 0 auto;display:block;}
</style> </style>
<div class="top"> <div class="top">
<div class="top-content"> <div class="top-content">
<h1>{{ d.dutyIndexLibParentName }}</h1> <h1>{{ d.dutyIndexLibParentName }}</h1>
<p>{{ d.dutyIndexLibName }}</p> <p>{{ d.dutyIndexLibName }}</p>
<span class="close">返回</span>
</div> </div>
</div> </div>
<div class="main"> <div class="main">
<div class="conner-box">
<img src="assets/web/images/conner.png" class="conner">
</div>
<div class="container"> <div class="container">
<div class="title"> <div class="title">
{{ d.indexGeneralTitle }} {{ d.indexGeneralTitle }}
@ -56,6 +68,9 @@
<div class="content"> <div class="content">
{{ d.indexGeneralContent }} {{ d.indexGeneralContent }}
</div> </div>
<div class="btn-box">
<span class="close">返回</span>
</div>
</div> </div>
</div> </div>

View File

@ -9,6 +9,7 @@
<link rel="stylesheet" href="assets/fonts/font-awesome/css/font-awesome.css"/> <link rel="stylesheet" href="assets/fonts/font-awesome/css/font-awesome.css"/>
<link rel="stylesheet" href="assets/layuiadmin/layui/css/layui.css" media="all"> <link rel="stylesheet" href="assets/layuiadmin/layui/css/layui.css" media="all">
<link rel="stylesheet" href="assets/layuiadmin/style/admin.css" media="all"> <link rel="stylesheet" href="assets/layuiadmin/style/admin.css" media="all">
<link rel="stylesheet" type="text/css" href="assets/js/vendor/viewer/viewer.min.css">
</head> </head>
<body> <body>
<div class="layui-fluid layui-anim layui-anim-fadein"> <div class="layui-fluid layui-anim layui-anim-fadein">
@ -174,6 +175,7 @@
<script src="assets/js/vendor/ueditor/ueditor.all.js"></script> <script src="assets/js/vendor/ueditor/ueditor.all.js"></script>
<script src="assets/js/vendor/wangEditor/wangEditor.min.js"></script> <script src="assets/js/vendor/wangEditor/wangEditor.min.js"></script>
<script src="assets/layuiadmin/layui/layui.js"></script> <script src="assets/layuiadmin/layui/layui.js"></script>
<script src="assets/js/vendor/viewer/viewer.min.js"></script>
<script> <script>
layui.config({ layui.config({
base: 'assets/layuiadmin/' //静态资源所在路径 base: 'assets/layuiadmin/' //静态资源所在路径

View File

@ -61,32 +61,44 @@
</div> </div>
<script id="data" type="text/html"> <script id="data" type="text/html">
<style> <style>
*{margin:0;padding:0;} *{margin: 0;padding: 0;}
body{background: #f2f2f2} .top{background: url("assets/web/images/bg-1.png") no-repeat center;background-size: 1920px 470px;height:470px;padding-top: 80px;box-sizing: border-box;position:relative;}
.top{background: url("assets/web/images/top.png") no-repeat center;background-size: 1920px 320px;height:320px;padding-top: 100px;box-sizing: border-box;position: relative;}
.top-content{width: 1000px;margin: 0 auto;} .top-content{width: 1000px;margin: 0 auto;}
.top-content span{display: block;position: absolute;bottom: -60px;right: 20px;background: #004acd;color: #fff;cursor: pointer;line-height: 40px;width:60px;text-align: center} .top h1{font-size: 36px;color: #fff;margin-bottom: 20px;}
.top p{font-size: 18px;color: #fff;}
.top-content{width: 1000px;margin: 0 auto;}
.top-content span{display: block;position: absolute;bottom: -0px;right: 20px;background: #004acd;color: #fff;cursor: pointer;line-height: 40px;width:60px;text-align: center}
.top-content h1{font-size: 40px;color: #fff;text-shadow: 0 0 10px #EEE;margin-bottom: 10px;} .top-content h1{font-size: 40px;color: #fff;text-shadow: 0 0 10px #EEE;margin-bottom: 10px;}
.top-content p{font-size: 18px;color: #fff;} .top-content p{font-size: 18px;color: #fff;}
.main{overflow:hidden;width:1000px;background: #fff;border-top-right-radius: 10px;border-top-left-radius: 10px;min-height: 800px;margin: -50px auto 0;position: relative;}
.container{width: 1017px;height: 100%;overflow-y: auto;padding: 50px 100px;box-sizing: border-box;} .main{width: 1000px;margin: -200px auto 30px;position: relative;padding: 30px;box-sizing:border-box;min-height: 800px;background: rgba(0,0,0,.1);}
.container{width: 100%;height: 100%;overflow-y: auto;background: #fff;padding: 0 70px 50px;box-sizing:border-box;}
.conner-box{height: 80px;position:relative;width: 890px;background: #FFF;}
.conner{position:absolute;top:0;right:-50px;width:50px;height:80px;}
.title{text-align: center;font-size: 28px;color: #1f5781;line-height: 45px;font-weight: bold;} .title{text-align: center;font-size: 28px;color: #1f5781;line-height: 45px;font-weight: bold;}
.time{font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 30px;background: #eee} .time{font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 30px;background: #eee}
.time span{margin-right: 50px;} .time span{margin-right: 50px;}
.time span:last-child{margin-right: 0} .time span:last-child{margin-right: 0}
.content p{font-size: 16px !important;line-height: 40px !important;} .content{min-height: 800px;}
.moretext {text-indent: 2em} .content p{font-size: 16px !important;line-height: 40px !important;font-family: '宋体';font-weight:bold}
table{margin: 0 auto;width:100% !important;} table{margin: 0 auto;width:100% !important;}
table td{border-width: 1px !important;} table td{border-width: 1px !important;}
.btn-box{margin-top: 20px}
.close{width: 120px;height: 50px;line-height: 50px;color: #fff;text-align: center;font-size: 18px;background:#004acd;cursor:pointer;margin: 0 auto;display:block;}
.moretext {text-indent: 2em}
</style> </style>
<div class="top"> <div class="top">
<div class="top-content"> <div class="top-content">
<h1>{{ d.dutyIndexLibParentName }}</h1> <h1>{{ d.dutyIndexLibParentName }}</h1>
<p>{{ d.dutyIndexLibName }}</p> <p>{{ d.dutyIndexLibName }}</p>
<span class="close">返回</span>
</div> </div>
</div> </div>
<div class="main"> <div class="main">
<div class="conner-box">
<img src="assets/web/images/conner.png" class="conner">
</div>
<div class="container"> <div class="container">
<div class="title"> <div class="title">
{{ d.title }} {{ d.title }}
@ -106,6 +118,9 @@
<p>(党委会纪要、党委书记讲话内容)</p> <p>(党委会纪要、党委书记讲话内容)</p>
<p class="moretext">{{ d.partySecretaryTalk }}</p> <p class="moretext">{{ d.partySecretaryTalk }}</p>
</div> </div>
<div class="btn-box">
<span class="close">返回</span>
</div>
</div> </div>
</div> </div>
</script> </script>

View File

@ -49,32 +49,43 @@
</div> </div>
<script id="data" type="text/html"> <script id="data" type="text/html">
<style> <style>
*{margin:0;padding:0;} *{margin: 0;padding: 0;}
body{background: #f2f2f2} .top{background: url("assets/web/images/bg-1.png") no-repeat center;background-size: 1920px 470px;height:470px;padding-top: 80px;box-sizing: border-box;position:relative;}
.top{background: url("assets/web/images/top.png") no-repeat center;background-size: 1920px 320px;height:320px;padding-top: 100px;box-sizing: border-box;position: relative;}
.top-content{width: 1000px;margin: 0 auto;} .top-content{width: 1000px;margin: 0 auto;}
.top-content span{display: block;position: absolute;bottom: -60px;right: 20px;background: #004acd;color: #fff;cursor: pointer;line-height: 40px;width:60px;text-align: center} .top h1{font-size: 36px;color: #fff;margin-bottom: 20px;}
.top p{font-size: 18px;color: #fff;}
.top-content{width: 1000px;margin: 0 auto;}
.top-content span{display: block;position: absolute;bottom: -0px;right: 20px;background: #004acd;color: #fff;cursor: pointer;line-height: 40px;width:60px;text-align: center}
.top-content h1{font-size: 40px;color: #fff;text-shadow: 0 0 10px #EEE;margin-bottom: 10px;} .top-content h1{font-size: 40px;color: #fff;text-shadow: 0 0 10px #EEE;margin-bottom: 10px;}
.top-content p{font-size: 18px;color: #fff;} .top-content p{font-size: 18px;color: #fff;}
.main{overflow:hidden;width:1000px;background: #fff;border-top-right-radius: 10px;border-top-left-radius: 10px;min-height: 800px;margin: -50px auto 0;position: relative;}
.container{width: 1017px;height: 100%;overflow-y: auto;padding: 50px 100px;box-sizing: border-box;} .main{width: 1000px;margin: -200px auto 30px;position: relative;padding: 30px;box-sizing:border-box;min-height: 800px;background: rgba(0,0,0,.1);}
.container{width: 100%;height: 100%;overflow-y: auto;background: #fff;padding: 0 70px 50px;box-sizing:border-box;}
.conner-box{height: 80px;position:relative;width: 890px;background: #FFF;}
.conner{position:absolute;top:0;right:-50px;width:50px;height:80px;}
.title{text-align: center;font-size: 28px;color: #1f5781;line-height: 45px;font-weight: bold;} .title{text-align: center;font-size: 28px;color: #1f5781;line-height: 45px;font-weight: bold;}
.time{font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 30px;background: #eee} .time{font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 30px;background: #eee}
.time span{margin-right: 50px;} .time span{margin-right: 50px;}
.time span:last-child{margin-right: 0} .time span:last-child{margin-right: 0}
.content{min-height: 800px;}
.content p{font-size: 16px !important;line-height: 40px !important;} .content p{font-size: 16px !important;line-height: 40px !important;}
table{margin: 0 auto;width:100% !important;} table{margin: 0 auto;width:100% !important;}
table td{border-width: 1px !important;} table td{border-width: 1px !important;}
.btn-box{margin-top: 20px}
.close{width: 120px;height: 50px;line-height: 50px;color: #fff;text-align: center;font-size: 18px;background:#004acd;cursor:pointer;margin: 0 auto;display:block;}
</style> </style>
<div class="top"> <div class="top">
<div class="top-content"> <div class="top-content">
<h1>{{ d.dutyIndexLibParentName }}</h1> <h1>{{ d.dutyIndexLibParentName }}</h1>
<p>{{ d.dutyIndexLibName }}</p> <p>{{ d.dutyIndexLibName }}</p>
<span class="close">返回</span>
</div> </div>
</div> </div>
<div class="main"> <div class="main">
<div class="conner-box">
<img src="assets/web/images/conner.png" class="conner">
</div>
<div class="container"> <div class="container">
<div class="title"> <div class="title">
{{ d.partyCommitteeMeetingTitle }} {{ d.partyCommitteeMeetingTitle }}
@ -115,6 +126,9 @@
</div> </div>
</span> </span>
{{# }); }} {{# }); }}
<div class="btn-box">
<span class="close">返回</span>
</div>
</div> </div>
</div> </div>
</script> </script>

View File

@ -18,24 +18,33 @@
</div> </div>
<script id="data" type="text/html"> <script id="data" type="text/html">
<style> <style>
*{margin:0;padding:0;} *{margin: 0;padding: 0;}
body{background: #f2f2f2} .top{background: url("assets/web/images/bg-1.png") no-repeat center;background-size: 1920px 470px;height:470px;padding-top: 80px;box-sizing: border-box;position:relative;}
.top{background: url("assets/web/images/top.png") no-repeat center;background-size: 1920px 320px;height:320px;padding-top: 100px;box-sizing: border-box;position: relative;}
.top-content{width: 1000px;margin: 0 auto;} .top-content{width: 1000px;margin: 0 auto;}
.top-content span{display: block;position: absolute;bottom: -60px;right: 20px;background: #004acd;color: #fff;cursor: pointer;line-height: 40px;width:60px;text-align: center} .top h1{font-size: 36px;color: #fff;margin-bottom: 20px;}
.top p{font-size: 18px;color: #fff;}
.top-content{width: 1000px;margin: 0 auto;}
.top-content span{display: block;position: absolute;bottom: -0px;right: 20px;background: #004acd;color: #fff;cursor: pointer;line-height: 40px;width:60px;text-align: center}
.top-content h1{font-size: 40px;color: #fff;text-shadow: 0 0 10px #EEE;margin-bottom: 10px;} .top-content h1{font-size: 40px;color: #fff;text-shadow: 0 0 10px #EEE;margin-bottom: 10px;}
.top-content p{font-size: 18px;color: #fff;} .top-content p{font-size: 18px;color: #fff;}
.main{overflow:hidden;width:1000px;background: #fff;border-top-right-radius: 10px;border-top-left-radius: 10px;min-height: 800px;margin: -50px auto 0;position: relative;}
.container{width: 1017px;height: 100%;overflow-y: auto;padding: 50px 100px;box-sizing: border-box;} .main{width: 1000px;margin: -200px auto 30px;position: relative;padding: 30px;box-sizing:border-box;min-height: 800px;background: rgba(0,0,0,.1);}
.container{width: 100%;height: 100%;overflow-y: auto;background: #fff;padding: 0 70px 50px;box-sizing:border-box;}
.conner-box{height: 80px;position:relative;width: 890px;background: #FFF;}
.conner{position:absolute;top:0;right:-50px;width:50px;height:80px;}
.title{text-align: center;font-size: 28px;color: #1f5781;line-height: 45px;font-weight: bold;} .title{text-align: center;font-size: 28px;color: #1f5781;line-height: 45px;font-weight: bold;}
.time{font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 30px;background: #eee} .time{font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 30px;background: #eee}
.time span{margin-right: 50px;} .time span{margin-right: 50px;}
.time span:last-child{margin-right: 0} .time span:last-child{margin-right: 0}
.content{font-size: 16px !important;line-height: 40px !important;margin-top: 20px;} .content{min-height: 800px;margin-top: 20px;}
.content p{font-size: 16px !important;line-height: 40px !important;}
.btn-box{margin-top: 20px;}
.close{width: 120px;height: 50px;line-height: 50px;color: #fff;text-align: center;font-size: 18px;background:#004acd;cursor:pointer;margin: 0 auto;display:block;}
table{margin: 0 auto;width:100% !important;table-layout: fixed;width:100%;} table{margin: 0 auto;width:100% !important;table-layout: fixed;width:100%;}
table td{border: 2px solid #ccc!important;} table td{border: 1px solid #ccc!important;}
table td:nth-child(odd){text-align: center} table td:nth-child(odd){text-align: center}
/*table td{font-size: 16px;border: 1px solid #161615;text-align: center;}*/
.title{ .title{
text-align: center; text-align: center;
} }
@ -49,10 +58,12 @@
<div class="top-content"> <div class="top-content">
<h1>{{ d.dutyIndexLibParentName }}</h1> <h1>{{ d.dutyIndexLibParentName }}</h1>
<p>{{ d.dutyIndexLibName }}</p> <p>{{ d.dutyIndexLibName }}</p>
<span class="close">返回</span>
</div> </div>
</div> </div>
<div class="main"> <div class="main">
<div class="conner-box">
<img src="assets/web/images/conner.png" class="conner">
</div>
<div class="container"> <div class="container">
<div class="title"> <div class="title">
{{ d.dutyIndexLibName }} {{ d.dutyIndexLibName }}
@ -127,6 +138,9 @@
</table> </table>
</div> </div>
<div class="btn-box">
<span class="close">返回</span>
</div>
</div> </div>
</div> </div>

View File

@ -20,23 +20,32 @@
</div> </div>
<script id="data" type="text/html"> <script id="data" type="text/html">
<style> <style>
*{margin:0;padding:0;} *{margin: 0;padding: 0;}
body{background: #f2f2f2} .top{background: url("assets/web/images/bg-1.png") no-repeat center;background-size: 1920px 470px;height:470px;padding-top: 80px;box-sizing: border-box;position:relative;}
.top{background: url("assets/web/images/top.png") no-repeat center;background-size: 1920px 320px;height:320px;padding-top: 100px;box-sizing: border-box;position: relative;}
.top-content{width: 1000px;margin: 0 auto;} .top-content{width: 1000px;margin: 0 auto;}
.top-content span{display: block;position: absolute;bottom: -60px;right: 20px;background: #004acd;color: #fff;cursor: pointer;line-height: 40px;width:60px;text-align: center} .top h1{font-size: 36px;color: #fff;margin-bottom: 20px;}
.top p{font-size: 18px;color: #fff;}
.top-content{width: 1000px;margin: 0 auto;}
.top-content span{display: block;position: absolute;bottom: -0px;right: 20px;background: #004acd;color: #fff;cursor: pointer;line-height: 40px;width:60px;text-align: center}
.top-content h1{font-size: 40px;color: #fff;text-shadow: 0 0 10px #EEE;margin-bottom: 10px;} .top-content h1{font-size: 40px;color: #fff;text-shadow: 0 0 10px #EEE;margin-bottom: 10px;}
.top-content p{font-size: 18px;color: #fff;} .top-content p{font-size: 18px;color: #fff;}
.main{overflow:hidden;width:1000px;background: #fff;border-top-right-radius: 10px;border-top-left-radius: 10px;min-height: 800px;margin: -50px auto 0;position: relative;}
.container{width: 1017px;height: 100%;overflow-y: auto;padding: 50px 100px;box-sizing: border-box;} .main{width: 1000px;margin: -200px auto 30px;position: relative;padding: 30px;box-sizing:border-box;min-height: 800px;background: rgba(0,0,0,.1);}
.container{width: 100%;height: 100%;overflow-y: auto;background: #fff;padding: 0 70px 50px;box-sizing:border-box;}
.conner-box{height: 80px;position:relative;width: 890px;background: #FFF;}
.conner{position:absolute;top:0;right:-50px;width:50px;height:80px;}
.title{text-align: center;font-size: 28px;color: #1f5781;line-height: 45px;font-weight: bold;} .title{text-align: center;font-size: 28px;color: #1f5781;line-height: 45px;font-weight: bold;}
.time{font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 30px;background: #eee} .time{font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 30px;background: #eee}
.time span{margin-right: 50px;} .time span{margin-right: 50px;}
.time span:last-child{margin-right: 0} .time span:last-child{margin-right: 0}
.content{margin-top: 20px;} .content{min-height: 800px;margin-top: 20px}
.content p{font-size: 16px !important;line-height: 40px !important;} .content p{font-size: 16px !important;line-height: 40px !important;}
.btn-box{margin-top: 20px}
.close{width: 120px;height: 50px;line-height: 50px;color: #fff;text-align: center;font-size: 18px;background:#004acd;cursor:pointer;margin: 0 auto;display:block;}
table{margin: 0 auto;width:100% !important;table-layout: fixed;width: 100%;} table{margin: 0 auto;width:100% !important;table-layout: fixed;width: 100%;}
table td{border: 2px solid #CCC! important;} table td{border: 1px solid #CCC! important; font-size: 14px}
table td:nth-child(odd){text-align: center} table td:nth-child(odd){text-align: center}
.details{ .details{
text-align: left; text-align: left;
@ -48,10 +57,12 @@
<div class="top-content"> <div class="top-content">
<h1>{{ d.dutyIndexLibParentName }}</h1> <h1>{{ d.dutyIndexLibParentName }}</h1>
<p>{{ d.dutyIndexLibName }}</p> <p>{{ d.dutyIndexLibName }}</p>
<span class="close">返回</span>
</div> </div>
</div> </div>
<div class="main"> <div class="main">
<div class="conner-box">
<img src="assets/web/images/conner.png" class="conner">
</div>
<div class="container"> <div class="container">
<div class="title"> <div class="title">
{{ d.dutyTitle }} {{ d.dutyTitle }}
@ -151,15 +162,14 @@
</tr> </tr>
</table> </table>
</div> </div>
<div class="btn-box">
<span class="close">返回</span>
</div>
</div> </div>
</div> </div>
</script> </script>
<div class="button-box">
<button class="print" style="display:none;">打印</button>
<button class="close">返回</button>
</div>
<script src="assets/js/vendor/wangEditor/wangEditor.min.js"></script> <script src="assets/js/vendor/wangEditor/wangEditor.min.js"></script>
<script src="assets/js/vendor/ckplayer/ckplayer/ckplayer.js"></script> <script src="assets/js/vendor/ckplayer/ckplayer/ckplayer.js"></script>

View File

@ -55,33 +55,46 @@
<script id="data" type="text/html"> <script id="data" type="text/html">
<style> <style>
*{margin:0;padding:0;} *{margin: 0;padding: 0;}
body{background: #f2f2f2} .top{background: url("assets/web/images/bg-1.png") no-repeat center;background-size: 1920px 470px;height:470px;padding-top: 80px;box-sizing: border-box;position:relative;}
.top{background: url("assets/web/images/top.png") no-repeat center;background-size: 1920px 320px;height:320px;padding-top: 100px;box-sizing: border-box;position: relative;}
.top-content{width: 1000px;margin: 0 auto;} .top-content{width: 1000px;margin: 0 auto;}
.top-content span{display: block;position: absolute;bottom: -60px;right: 20px;background: #004acd;color: #fff;cursor: pointer;line-height: 40px;width:60px;text-align: center} .top h1{font-size: 36px;color: #fff;margin-bottom: 20px;}
.top p{font-size: 18px;color: #fff;}
.top-content{width: 1000px;margin: 0 auto;}
.top-content span{display: block;position: absolute;bottom: -0px;right: 20px;background: #004acd;color: #fff;cursor: pointer;line-height: 40px;width:60px;text-align: center}
.top-content h1{font-size: 40px;color: #fff;text-shadow: 0 0 10px #EEE;margin-bottom: 10px;} .top-content h1{font-size: 40px;color: #fff;text-shadow: 0 0 10px #EEE;margin-bottom: 10px;}
.top-content p{font-size: 18px;color: #fff;} .top-content p{font-size: 18px;color: #fff;}
.main{overflow:hidden;width:1000px;background: #fff;border-top-right-radius: 10px;border-top-left-radius: 10px;min-height: 800px;margin: -50px auto 0;position: relative;}
.container{width: 1017px;height: 100%;overflow-y: auto;padding: 50px 100px;box-sizing: border-box;} .main{width: 1000px;margin: -200px auto 30px;position: relative;padding: 30px;box-sizing:border-box;min-height: 800px;background: rgba(0,0,0,.1);}
.container{width: 100%;height: 100%;overflow-y: auto;background: #fff;padding: 0 70px 50px;box-sizing:border-box;}
.conner-box{height: 80px;position:relative;width: 890px;background: #FFF;}
.conner{position:absolute;top:0;right:-50px;width:50px;height:80px;}
.title{text-align: center;font-size: 28px;color: #1f5781;line-height: 45px;font-weight: bold;} .title{text-align: center;font-size: 28px;color: #1f5781;line-height: 45px;font-weight: bold;}
.time{font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 30px;background: #eee} .time{font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 30px;background: #eee}
.time span{margin-right: 50px;} .time span{margin-right: 50px;}
.time span:last-child{margin-right: 0} .time span:last-child{margin-right: 0}
.content{margin-top: 20px;} .content{min-height: 800px;margin-top: 20px}
.content p{font-size: 16px !important;line-height: 40px !important;} .content p{font-size: 14px !important;line-height: 40px !important;}
table{margin: 0 auto;width:100% !important;table-layout: fixed;width: 100%;} .btn-box{margin-top: 20px}
table td{border: 2px solid #CCC! important;} .close{width: 120px;height: 50px;line-height: 50px;color: #fff;text-align: center;font-size: 18px;background:#004acd;cursor:pointer;margin: 0 auto;display:block;}
table{margin: 0 auto;width:100% !important;}
table td{border-width: 1px !important;}
table{margin: 0 auto;width:100% !important;table-layout: fixed;width: 100%;font-size: 14px}
table td{border: 1px solid #CCC! important;}
table td:nth-child(odd){text-align: center} table td:nth-child(odd){text-align: center}
</style> </style>
<div class="top"> <div class="top">
<div class="top-content"> <div class="top-content">
<h1>{{ d.dutyIndexLibParentName }}</h1> <h1>{{ d.dutyIndexLibParentName }}</h1>
<p>{{ d.dutyIndexLibName }}</p> <p>{{ d.dutyIndexLibName }}</p>
<span class="close">返回</span>
</div> </div>
</div> </div>
<div class="main"> <div class="main">
<div class="conner-box">
<img src="assets/web/images/conner.png" class="conner">
</div>
<div class="container"> <div class="container">
<div class="title"> <div class="title">
{{ d.dutyIndexLibName }} {{ d.dutyIndexLibName }}
@ -126,6 +139,9 @@
</tr> </tr>
</table> </table>
</div> </div>
<div class="btn-box">
<span class="close">返回</span>
</div>
</div> </div>
</div> </div>