|
@@ -0,0 +1,332 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <title>Document</title>
|
|
|
+ <!-- 引入 Vue -->
|
|
|
+ <script src="https://unpkg.com/vue@2.6.14/dist/vue.min.js"></script>
|
|
|
+ <!-- 引入样式 -->
|
|
|
+ <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
|
|
|
+ <!-- 引入组件库 -->
|
|
|
+ <script src="https://unpkg.com/element-ui/lib/index.js"></script>
|
|
|
+ <!-- jquery-->
|
|
|
+ <script src="js/jquery-3.5.1.min.js"></script>
|
|
|
+ <style>
|
|
|
+ * {
|
|
|
+ padding: 0;
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ html,
|
|
|
+ body {
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ height: 100%;
|
|
|
+ background: #EDF5FF;
|
|
|
+ }
|
|
|
+
|
|
|
+ @font-face {
|
|
|
+ font-family: 'DOUYU';
|
|
|
+ src: url('../fonts/DOUYUFONT-2.OTF');
|
|
|
+ font-weight: normal;
|
|
|
+ font-style: normal;
|
|
|
+ }
|
|
|
+
|
|
|
+ .dqfw>.top {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ border-bottom: 1px solid #B7C7DC;
|
|
|
+ background: #FFFFFF;
|
|
|
+ }
|
|
|
+
|
|
|
+ .toplogo {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ font-family: DOUYU;
|
|
|
+ font-weight: normal;
|
|
|
+ font-size: 30px;
|
|
|
+ color: #186FF0;
|
|
|
+ height: 66px;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+
|
|
|
+ .toplogo img {
|
|
|
+ margin: 0 20px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .backbutton {
|
|
|
+ width: 117px;
|
|
|
+ height: 42px;
|
|
|
+ background: #DEEDFF;
|
|
|
+ border-radius: 10px;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #2474F1;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ margin-right: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .backbutton img {
|
|
|
+ margin-right: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .container {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ min-width: 1300px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .container>.left {
|
|
|
+ width: 36%;
|
|
|
+ background: #fff;
|
|
|
+ }
|
|
|
+
|
|
|
+ .container>.left .title {
|
|
|
+ padding-left: 30px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ height: 53px;
|
|
|
+ line-height: 53px;
|
|
|
+ background: #DEEDFF;
|
|
|
+ font-size: 20px;
|
|
|
+ color: #4B98F6;
|
|
|
+ }
|
|
|
+
|
|
|
+ .container>.left li {
|
|
|
+ cursor: pointer;
|
|
|
+ margin: 10px 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .container>.left li.active {
|
|
|
+ color: #4B98F6;
|
|
|
+ }
|
|
|
+
|
|
|
+ .container>.right {
|
|
|
+ background: #fff;
|
|
|
+ width: 63%;
|
|
|
+ min-width: 790px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .dqfw .line {
|
|
|
+ width: 4px;
|
|
|
+ height: 20px;
|
|
|
+ background: #4B98F6;
|
|
|
+ margin: 0 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .container>.right .title {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ color: #4B98F6;
|
|
|
+ padding: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-bottom: 1px solid #4B98F6;
|
|
|
+ }
|
|
|
+
|
|
|
+ .container>.right .title span {
|
|
|
+ word-break: break-all;
|
|
|
+ overflow: hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ }
|
|
|
+
|
|
|
+ .container>.right .content {
|
|
|
+ border: 1px solid #4B98F6;
|
|
|
+ margin: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content .person {
|
|
|
+ width: 100%;
|
|
|
+ height: 161px;
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content .person .grzl {
|
|
|
+ width: 36%;
|
|
|
+ display: flex;
|
|
|
+ background: #4B98F6;
|
|
|
+ color: #FFFFFF;
|
|
|
+ padding-top: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content .person .grzl img {
|
|
|
+ width: 51px;
|
|
|
+ height: 51px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content .person .grzl p:first-child {
|
|
|
+ font-size: 26px;
|
|
|
+ color: #FFFFFF;
|
|
|
+ line-height: 48px;
|
|
|
+ text-shadow: 3px 5px 7px rgba(44, 119, 210, 0.43);
|
|
|
+ background: linear-gradient(0deg, rgba(172, 204, 243, 0.98) 0%, rgba(255, 255, 255, 0.98) 99.12109375%);
|
|
|
+ -webkit-background-clip: text;
|
|
|
+ -webkit-text-fill-color: transparent;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content .person .sevre {
|
|
|
+ color: #4B98F6;
|
|
|
+ padding: 40px;
|
|
|
+ background: #DEEDFF;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content>.bottom {
|
|
|
+ padding: 35px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content>.bottom .name {
|
|
|
+ /*height: 51px;*/
|
|
|
+ /* line-height: 51px; */
|
|
|
+ padding: 10px 0;
|
|
|
+ background: #4BB664;
|
|
|
+ font-size: 20px;
|
|
|
+ color: #FFFFFF;
|
|
|
+ padding-left: 30px;
|
|
|
+ margin-bottom: 30px;
|
|
|
+ /* word-break: break-all; */
|
|
|
+ /* overflow: hidden; */
|
|
|
+ /* white-space: nowrap; */
|
|
|
+ /* text-overflow: ellipsis;*/
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+</head>
|
|
|
+
|
|
|
+<body>
|
|
|
+ <div class="dqfw" id="dqfw">
|
|
|
+ <div class="top">
|
|
|
+ <div class="toplogo">
|
|
|
+ <img src="images/gyylogo.png" alt="">
|
|
|
+ <span>党群服务</span>
|
|
|
+ </div>
|
|
|
+ <div class="backbutton" @click="window.history.go(-1)">
|
|
|
+ <img src="images/backlogo.png" alt="">
|
|
|
+ <span>返回</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="container">
|
|
|
+ <div class="left">
|
|
|
+ <div class="list" v-for="(item, index) in leftList" :key="index">
|
|
|
+ <div class="title">{{item.name}}</div>
|
|
|
+ <ul style="padding-left: 40px;">
|
|
|
+ <li :class="{ active: currentTab == tabl.id }" v-for="(tabl, indexl) in item.content"
|
|
|
+ :key="indexl" @click="menuChange(tabl.id)">
|
|
|
+ {{tabl.title}}
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="right">
|
|
|
+ <div class="title">
|
|
|
+ <div class="line"></div>
|
|
|
+ <span>{{rightdata.title}}</span>
|
|
|
+ </div>
|
|
|
+ <div class="content">
|
|
|
+ <div class="person">
|
|
|
+ <div class="grzl">
|
|
|
+ <img src="images/logo-person.png" alt="">
|
|
|
+ <div>
|
|
|
+ <p>联系人</p>
|
|
|
+ <p><span>姓名:</span><span>{{rightdata.person.name}}</span></p>
|
|
|
+ <p><span>联系电话:</span><span>{{rightdata.person.tel}}</span></p>
|
|
|
+ <p><span>地址:</span><span>{{rightdata.person.addr}}</span></p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="sevre">{{rightdata.serve}}</div>
|
|
|
+ </div>
|
|
|
+ <div class="bottom">
|
|
|
+ <div class="name">{{rightdata.title}}</div>
|
|
|
+ <div style="color: #333333;line-height: 48px;">{{rightdata.content}}</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+</body>
|
|
|
+<script>
|
|
|
+ // 初始化Vue实例
|
|
|
+ new Vue({
|
|
|
+ el: '#dqfw',
|
|
|
+ data: function () {
|
|
|
+ return {
|
|
|
+ currentTab: '',
|
|
|
+ leftList: [
|
|
|
+ {
|
|
|
+ id: 1,
|
|
|
+ name: "党建服务事项",
|
|
|
+ content: [
|
|
|
+ {
|
|
|
+ id: 1,
|
|
|
+ title: "经开区新建非公党组织流程图"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 2,
|
|
|
+ title: "发展党员工作流程图"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 2,
|
|
|
+ name: "工会服务事项",
|
|
|
+ content: [
|
|
|
+ {
|
|
|
+ id: 3,
|
|
|
+ title: "建会工作"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 4,
|
|
|
+ title: "建档困难职工申报工作"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 5,
|
|
|
+ title: "荣誉申报工作"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 3,
|
|
|
+ name: "统战服务事项",
|
|
|
+ content: [{
|
|
|
+ id: 6,
|
|
|
+ title: "申请加入经开区商会、南岸区知联会经开区分会、南岸区新专联经开区分会的条件和流程"
|
|
|
+ }]
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ rightdata: {
|
|
|
+ title: "申请加入经开区商会、南岸区知联会经开区分会、南岸区新专联经开区分会的条件和流程",
|
|
|
+ person: {
|
|
|
+ name: "韦阳",
|
|
|
+ tel: "62900936、18983356510",
|
|
|
+ addr: "重庆经开区管委会709办公室"
|
|
|
+ },
|
|
|
+ serve: "统筹经开区工会工作,涉及建会、建档困难职工申报、荣誉申报等工作。",
|
|
|
+ content: `(1)了解企业基本情况,其中包括:企业名称、企业地址(注册地和实际经营地)职工人数等相关信息,可通过电话联系或上门走访的方式进行了解。
|
|
|
+(2)企业满足建会条件后,将成立工会的模版(成立工会的请示、选举结果的报告)发给企业,由企业将相关信息填报后报经开区总工会,经开区总工会收到后做好收文登记,并为企业拟定相关批复。
|
|
|
+(3)企业拿到批复后,到南岸区行政中心A区1号楼103办公室(联系人:王粒亚,联系电话:62989357)开具刻章介绍信。
|
|
|
+(4)刻章介绍信拿到后,可推送刻章人员微信,联系刻章人员刻章(南岸区公安分局合法公章指定刻制单位地址:重庆市南岸区茶园新区汇成路1号附1号2—9淦浩印章(重庆农村商业银行楼上),联系人:王雪鹏,联系电话:13983373991)。
|
|
|
+(5)刻章完成后,到南岸区职工服务中心办理工会法人资格证(联系人:周恬,联系电话:62757621)。
|
|
|
+(6)工会法人资格证办理完成后,到银行开设工会的独立账户。`
|
|
|
+ }
|
|
|
+ };
|
|
|
+ },
|
|
|
+ methods: {
|
|
|
+ menuChange(id) {
|
|
|
+ this.currentTab = id;
|
|
|
+ },
|
|
|
+ },
|
|
|
+ mounted() {
|
|
|
+
|
|
|
+ }
|
|
|
+ });
|
|
|
+</script>
|
|
|
+
|
|
|
+</html>
|