123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503 |
- <!doctype html>
- <html lang="zh-CN">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! -->
- <title>招聘会数据大屏</title>
- <!-- Bootstrap -->
- <link rel="stylesheet" href="css/bootstrap.min.css">
- <link rel="stylesheet" href="css/app.css">
-
- <!-- HTML5 shim 和 Respond.js 是为了让 IE8 支持 HTML5 元素和媒体查询(media queries)功能 -->
- <!-- 警告:通过 file:// 协议(就是直接将 html 页面拖拽到浏览器中)访问页面时 Respond.js 不起作用 -->
- <!--[if lt IE 9]>
- <script src="https://cdn.jsdelivr.net/npm/html5shiv@3.7.3/dist/html5shiv.min.js"></script>
- <script src="https://cdn.jsdelivr.net/npm/respond.js@1.4.2/dest/respond.min.js"></script>
- <![endif]-->
- </head>
- <body>
- <div class="head">
- <div class="head-left">
- <div class="address">
- <img src="img/logo2.png" alt="">
- <span>荆州市开发区求职招聘大厅</span>
- </div>
- <!-- <div class="menu">
- <div class="menu-item">
- <span>园区概况</span>
- </div>
- <div class="menu-item active">
- <span>智慧大屏</span>
- </div>
- </div> -->
- </div>
- <div class="head-mid">
- <h2 class="data-jobFair-name">荆州市开发区2021年金秋招聘会</h2>
- <h4>Jingzhou Development Zone Offline Job Fair</h4>
- </div>
- <div class="head-right">
- <div class="weather">
- <div class="number">27°C</div>
- <div class="text">
- <p>多云转晴</p>
- <p>北风四级</p>
- </div>
- </div>
- <div class="time">
- 2021/09/07 星期二 15:15:15
- </div>
- </div>
- </div>
- <div class="main">
- <div class="main-left">
- <div class="main-left-table">
- <div class="title">
- <h3>招聘会介绍</h3><span></span>
- </div>
- <div class="content">
- <div class="about">
- <h3 class="data-jobFair-name"></h3>
- <h4 class="data-jobFair-name-start-end"></h4>
- <p class="data-jobFair-introduce"></p>
- </div>
- <img class="jobFair-img" style="display: none;" width="470px" height="250px"></img>
-
- <video loop autoplay muted class="jobFair-video" style="display: none;" width="470px" height="250px"></video>
- </div>
- </div>
- <div class="main-left-table">
- <div class="title">
- <h3>招聘企业</h3><span class="data-jobFairCompanyList-length">10</span>
- </div>
- <div class="content">
- <table class="table table-bordered">
- <thead>
- <tr>
- <th>招聘企业</th>
- <th>招聘岗位数</th>
- <th>招聘人数</th>
- </tr>
- </thead>
- <tbody class="data-jobFairCompanyList" >
-
- </tbody>
- </table>
- <!-- <div class="tab-more">查看更多</div> -->
- </div>
- </div>
- </div>
- <div class="main-mid">
- <div class="main-mid-top">
- <div class="dataInfo">
- <div class="dataInfo-item">
- <p>入场企业数</p>
- <span class="data-jobFairCompanyList-length"></span>
- </div>
- <div class="dataInfo-item">
- <p>招聘岗位数</p>
- <span class="data-recruitmentNum"></span>
- </div>
- <div class="dataInfo-item">
- <p>招聘人数</p>
- <span class="data-recruitsNum"></span>
- </div>
- <div class="dataInfo-item">
- <p>总入场人数</p>
- <span class="data-totalNum" ></span>
- </div>
- <div class="dataInfo-item">
- <p>今日入场人数</p>
- <span class="data-todayNum"></span>
- </div>
- <div class="dataInfo-item">
- <p>投递简历数</p>
- <span class="data-resumeNum"></span>
- </div>
- </div>
- <div class="dataChart" id="main1">
- <!-- 插入图表1 -->
- </div>
- </div>
- <div class="main-mid-bot">
- <div class="title">
- <h3>今日入场人流量统计</h3>
- </div>
- <div class="content boot-chart" id="main3">
- <!-- 插入图表1 -->
- </div>
- </div>
- </div>
- <div class="main-right">
- <div class="main-right-chart">
- <div class="title">
- <h3>招聘会求职转化率</h3>
- </div>
- <div class="content right-content-1" id="main2">
- <!-- 插入图表3 -->
- </div>
- </div>
- <div class="main-right-chart">
- <div class="title">
- <h3>企业招聘平均耗时统计</h3>
- </div>
- <div class="content right-content-2" id="main4">
- <!-- 插入图表4 -->
- </div>
- </div>
- </div>
- </div>
- <!-- jQuery (Bootstrap 的所有 JavaScript 插件都依赖 jQuery,所以必须放在前边) -->
- <script src="js/jquery.min.js"></script>
- <!-- 加载 Bootstrap 的所有 JavaScript 插件。你也可以根据需要只加载单个插件。 -->
- <script src="js/bootstrap.min.js"></script>
- <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/echarts@5/dist/echarts.min.js"></script>
- <script src="./linkjs/recruit.js"></script>
-
- <style>
- .boot-chart{
- height: 250px;
- }
- .dataChart{
- width: 100%;
- height: 300px;
- }
- .dataInfo{
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 40px 40px 20px;
- }
- .dataInfo-item{
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .dataInfo-item p{
- font-size: 18px;
- color:#fff;
- }
- .dataInfo-item span{
- font-size: 48px;
- color:#129BFF;
- margin-top: 10px;
- }
- body{
- background: url(img/wgbg.png) #0e1324 no-repeat;
- background-size: 100%;
- height: 100vh;
- }
-
- .head{
- background: url(img/topbg.png) no-repeat;
- background-size: 100%;
- height: 120px;
- position: relative;
- }
- .head-left{
- position: absolute;
- display: flex;
- left: 40px;
- top:40px;
- }
- .about h3{
- color:#fff;
- font-family: 'ysbth';
- font-size: 28px;
- margin: 10px 0;
- }
- .about h4{
- color:#85C4FF;
- font-family: 'ysbth';
- font-size: 20px;
- }
- .about p{
- font-size: 12px;
- margin: 10px 0;
- }
- .head-right{
- position: absolute;
- display: flex;
- align-items: center;
- width: 472px;
- justify-content: space-between;
- right:30px;
- top:30px;
- }
- .weather{
- display: flex;
- align-items: center;
- }
- .weather .number{
- font-size: 36px;
- }
- .weather .text{
- font-size: 14px;
- margin-left: 20px;
- }
- .time{
- font-size: 18px;
- }
- .address{
- display: flex;
- align-items: center;
- font-size: 20px;
- }
- .address img{
- height: 24px;
- width: 24px;
- margin-right: 10px;
- }
- .menu{
- display: flex;
- margin-left: 50px;
- }
- .menu .menu-item {
- margin-left: 20px;
- }
- .menu .menu-item span{
- font-family: 'ysbth';
- font-size: 28px;
- color:#8FCAFF;
- }
- .menu .menu-item.active{
- background:url(img/menu.png) no-repeat bottom center;
- background-size: 100%;
- padding-bottom: 10px;
- }
- .menu .menu-item.active span{
- color:#fff;
- }
- .head-mid{
- position: absolute;
- left: 50%;
- margin-left: -360px;
- text-align: center;
- padding-top: 10px;
- }
- .head-mid h2{
- font-size: 46px;
- font-family: 'ysbth';
- }
- .head-mid h4{
- font-size: 20px;
- color:#85C4FF;
- font-family: 'ysbth';
- }
-
- .main{
- padding: 0px 30px 0;
- overflow: hidden;
- position:relative;
- }
- .main-left{
- width:472px;
- float: left;
- }
- .main-mid{
- position:absolute;
- width:854px;
- left:50%;
- margin-left:-427px;
- text-align:center;
- }
- .main-right{
- float: right;
- width:472px;
- }
- .main-left-data-chart{
- width: 140px;
- height: 100px;
- }
- .main-left-data{
- display: flex;
- align-items: center;
- position: relative;
- padding: 30px 0;
- }
- .main-left-data:before{
- content: '';
- height: 7px;
- width: 472px;
- background:url(img/line1.png) no-repeat;
- position: absolute;
- top:0;
- }
- .main-left-data:after{
- content: '';
- height: 7px;
- width: 472px;
- background:url(img/line2.png) no-repeat;
- position: absolute;
- bottom:0;
- }
- .main-left-data-item{
- margin-right: 60px;
- position: relative;
- }
- .main-left-data-item h4{
- font-size: 16px;
- }
- .main-left-data-item h2{
- color:#129BFF;
- font-size: 36px;
- margin: 15px 0;
- }
- .data-item-foot{
- display: flex;
- align-items: center;
- }
- .data-item-foot p{
- font-size: 12px;
- margin: 0;
- }
- .data-item-foot span{
- font-size: 12px;
- margin-left: 10px;
- }
-
- .data-item-foot img{
- width: 12px;
- height: 12px;
- }
-
- .main-left-table{
- }
- .main-left-table .title{
- display: flex;
- align-items: center;
- height:64px;
- width: 510px;
- background:url(img/line4.png) no-repeat;
- }
- .main-left-table .title h3{
- font-size: 24px;
- color:#75BDFF;
- font-family: 'ysbth';
- }
- .main-left-table .title span{
- font-size: 24px;
- color:#fff;
- font-family: 'ysbth';
- margin-left: 20px;
- }
- .main-left-table .table{
- background-color: #040711;
- margin-bottom: 0;
- }
- .tab-more{
- width: 100%;
- text-align: center;
- background-color: #040711;
- height: 37px;
- line-height: 37px;
- border: 1px solid #3f536a!important;
- }
- .table{
- margin-top: 10px;
- }
- .table-bordered{
- border: 1px solid #3f536a!important;
- }
- .main-left-table .table>thead>tr>th{
- border-bottom: 1px solid #3f536a;
- background-color: #041e3c;
- }
- .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
- border-bottom: 1px solid #3f536a!important;
- }
- .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
- border: 1px solid #3f536a!important;
- }
-
- .main-right-chart{
-
- }
- .main-right-chart .title{
- display: flex;
- align-items: center;
- height:64px;
- width: 510px;
- background:url(img/line4.png) no-repeat;
- }
- .main-right-chart .title h3{
- font-size: 24px;
- color:#75BDFF;
- font-family: 'ysbth';
- }
- .main-right-chart .title span{
- font-size: 24px;
- color:#FFF;
- font-family: 'ysbth';
- margin-left: 20px;
- }
- .right-content-1{
- height:340px;
- }
- .right-content-2{
- height:340px;
- }
- .main-mid-top{
- background:url(img/line3.png) no-repeat top center;
- width: 854px;
- height: 480px;
- margin-top: 20px;
- }
- .main-mid-bot{
- margin: 20px auto 0;
- background:url(img/line3.png) no-repeat bottom center;
- width: 800px;
- height: 285px;
- }
- .main-mid-bot .title{
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .main-mid-bot .title h3{
- font-size: 24px;
- color:#75BDFF;
- font-family: 'ysbth';
- }
- .main-mid-bot .tab-content{
-
- }
- .main-mid-bot .nav-tabs{
- border: 1px solid #1684FC;
- border-radius: 5px;
- overflow: hidden;
- height: 32px;
- }
- .main-mid-bot .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
- background-color:#1684FC ;
- color:#fff;
- border: 1px solid #1684FC;
- border-radius: 0;
- height: 30px;
- }
- .main-mid-bot .nav-tabs>li>a{
- color:#fff;
- line-height: 30px;
- border-right: 1px solid #1684FC;
- border-radius: 0;
- margin: 0;
- width: 100px;
- padding: 0;
- }
- .main-mid-bot .nav-tabs>li:last-child a{
- border-right:none;
- }
- .main-mid-bot .nav-tabs>li>a:hover{
- border: 1px solid #1684FC;
- }
- .main-mid-bot .content .tab-content>.tab-pane{
- height: 220px;
- }
- .nav>li>a:focus,.nav>li>a:hover{
- background-color:#1684FC;
- border-radius: 0;
- }
- </style>
- </body>
- </html>
|