123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- <!--
- * @Description:
- * @Author: tianhui
- * @Date: 2021-08-05 14:21:15
- * @LastEditors: tianhui
- * @LastEditTime: 2021-08-10 16:32:46
- * @FilePath: \huichen\index2.html
- * @Copyright: Copyright (c) 2016~2021 tianhui(1114860254@qq.com)
- -->
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta charset="utf-8">
- <title>汇辰技术服务(贵州)有限公司</title>
- <style>
- * {
- margin: 0;
- padding: 0;
- }
- body {
- font: 16px/1.8 "Microsoft Yahei", verdana;
- }
- .logo {
- margin-left: 20%;
- }
- .head {
- border-bottom: 3px solid #033cdd;
- width: 100%;
- }
- .content {
- margin-left: 21%;
- margin-right: 21%;
- }
- .menu {
- display: flex;
- }
- /*
- .professor {
- margin-left: 2%;
- font-size: 20;
- position: relative;
- }
- .professor::before {
- position: absolute;
- bottom: 0;
- left: 50%;
- transform: translateX(-50%);
- content: '';
- width: 50px;
- height: 5px;
- border-radius: 5px;
- background-color: #111233;
- }
- .p1 {
- font-size: 20
- } */
- .nav{ display: flex;width: 100%;}
- .plane{ display:inline-block;list-style:none; margin-right: 5%; }
- .team{ width: 100%;margin-top: 3%;}
- .clear{ display: flex; list-style: none; margin-bottom: 5%;}
- .introduce{ margin-left: 1%;}
- .teamprofessor ul li p{ background-color: #eaeaea; -webkit-line-clamp: 4;}
- .teamprofessor ul li img{width: 156px;}
- .two {border-bottom: 2px solid #111233;}
- .menu ul li h3{text-align: center; color: #000;}
- .menu ul li a{text-decoration:none; }
- @media screen and (max-width:1200px) {
- .logo {
- margin-left: 5%;
- }
- .content {
- margin-left: 7%;
- margin-right: 7%;
- }
- .teamprofessor ul li img{width: 185px;}
- }
-
- </style>
- <script>
- function company() {
- window.location.href = "";
- }
- </script>
- </head>
- <body>
- <div class="head">
- <div class="logo">
- <a href="index.html"><img src="images/logo.png"></a>
- </div>
- </div>
- <div class="content">
- <div class="menu">
- <ul class="nav">
- <li class="plane one">
- <a href="index3.html"><h3>企业简介</h3></a>
- </li>
- <li class="plane two">
- <a href=""><h3>顾问团队</h3></a>
- </li>
- </ul>
- <!-- <p onclick="company()" class="p1">企业简介</p>
- <p class="professor">团队专家</p> -->
- </div>
- <div class="teamprofessor">
- <ul class="team">
- <li class="clear one">
- <div>
- <img src="./images/wyp.png">
- </div>
- <div class="introduce">
- <h1>王云鹏</h1>
- <p>北京大学经济学学士,对外经济贸易大学工商管理硕士(MBA),北京大学管理学博士,北京大学EMBA讲师,领导力与执行力导师,国际亲子关系授权导师,夫妻关系授权导师,NLP执行师导师,应用心理学导师,中国青少年儿基会《新家长学院》策划人。2009年开始到德国、美国、香港研修管理心理学,1971年出生哈尔滨,中共党员,一九九四年参加工作,先后在香港恒丰(中国)集团、原国家广电部工作。</p>
- </div>
- </li>
- <!-- <li class="clear second">
- <div>
- <img src="./images/wyp.png">
- </div>
- <div class="introduce">
- <h1>王云鹏</h1>
- <p>北京大学经济学学士,对外经济贸易大学工商管理硕士(MBA),北京大学管理学博士,北京大学EMBA讲师,领导力与执行力导师,国际亲子关系授权导师,夫妻关系授权导师,NLP执行师导师,应用心理学导师,中国青少年儿基会《新家长学院》策划人。2009年开始到德国、美国、香港研修管理心理学,1971年出生哈尔滨,中共党员,一九九四年参加工作,先后在香港恒丰(中国)集团、原国家广电部工作。</p>
- </div>
- </li> -->
- </ul>
- </div>
- </div>
- </body>
- </html>
|