调整样式

master
yin5th 2023-11-29 15:24:51 +08:00
parent fc9849a08f
commit 0eb84de7c3
13 changed files with 61 additions and 66 deletions

View File

@ -22,13 +22,13 @@ return [
// 数据库类型 // 数据库类型
'type' => Env::get('database.type', 'mysql'), 'type' => Env::get('database.type', 'mysql'),
// 服务器地址 // 服务器地址
'hostname' => Env::get('database.hostname', '183.221.101.89'), 'hostname' => Env::get('database.hostname', '127.0.0.1'),
// 数据库名 // 数据库名
'database' => Env::get('database.database', 'bee_cms'), 'database' => Env::get('database.database', 'pzct_dev_scdxtc_'),
// 用户名 // 用户名
'username' => Env::get('database.username', 'bee_cms'), 'username' => Env::get('database.username', 'pzct_dev_scdxtc_'),
// 密码 // 密码
'password' => Env::get('database.password', 'LZjGT4DBAJCmKFYe'), 'password' => Env::get('database.password', 'XGrY7dBF3M8r42Kx'),
// 端口 // 端口
'hostport' => Env::get('database.hostport', '3306'), 'hostport' => Env::get('database.hostport', '3306'),
// 数据库连接参数 // 数据库连接参数

View File

@ -2,13 +2,13 @@
return array ( return array (
'company_name' => '四川蓬州产业投资集团有限责任公司', 'company_name' => '四川蓬州产业投资集团有限责任公司',
'company_name_en' => 'Sichuan Pengzhou Industrial lnvestment Group Co.LTD', 'company_name_en' => 'Sichuan Pengzhou Industrial lnvestment Group Co.LTD',
'head_addr' => '德阳市泰山路以西、松花江北路南侧旌南大厦9楼', 'head_addr' => '四川省南充市蓬安县相如街道办滨河北路二段金博国际二楼',
'head_tel' => '028-60306890', 'head_tel' => '0817-5081888',
'lal' => '104.395062,31.109066', 'lal' => '104.395062,31.109066',
'tel' => '8888-8888', 'tel' => '0817-5081888',
'email' => 'chantoudsz@sina.com', 'email' => 'chantoudsz@sina.com',
'email2' => 'chantoudsz@sina.com', 'email2' => 'chantoudsz@sina.com',
'addr' => '四川南充蓬安县文体中心位于南充市蓬安县嘉陵江畔', 'addr' => '四川省南充市蓬安县相如街道办滨河北路二段金博国际二楼',
'copyright' => '© 2023 四川蓬州产业投资集团有限责任公司', 'copyright' => '© 2023 四川蓬州产业投资集团有限责任公司',
'recordation' => '川ICP备1234567号-5', 'recordation' => '川ICP备1234567号-5',
'report_email' => 'chantoujituanjjz@sina.com', 'report_email' => 'chantoujituanjjz@sina.com',

View File

@ -86,13 +86,13 @@ img {
-ms-align-items: center; -ms-align-items: center;
-o-align-items: center; -o-align-items: center;
align-items: center; align-items: center;
-webkit-box-pack: flex-end; -webkit-box-pack: space-between;
/* 12版 */ /* 12版 */
-webkit-justify-content: flex-end; -webkit-justify-content: space-between;
-moz-justify-content: flex-end; -moz-justify-content: space-between;
-ms-justify-content: flex-end; -ms-justify-content: space-between;
-o-justify-content: flex-end; -o-justify-content: space-between;
justify-content: flex-end; justify-content: space-between;
transition: all 0.4s ease; transition: all 0.4s ease;
-moz-transition: all 0.4s ease; -moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease; -webkit-transition: all 0.4s ease;
@ -101,11 +101,6 @@ img {
} }
.header .logo { .header .logo {
height: 62px;
position: absolute;
left: 0;
top: 0;
background-color: #cd1e19;
display: -webkit-box; display: -webkit-box;
display: -moz-box; display: -moz-box;
display: -ms-flexbox; display: -ms-flexbox;
@ -119,18 +114,18 @@ img {
-ms-align-items: center; -ms-align-items: center;
-o-align-items: center; -o-align-items: center;
align-items: center; align-items: center;
-webkit-box-pack: center; -webkit-box-pack: flex-start;
/* 12版 */ /* 12版 */
-webkit-justify-content: center; -webkit-justify-content: flex-start;
-moz-justify-content: center; -moz-justify-content: flex-start;
-ms-justify-content: center; -ms-justify-content: flex-start;
-o-justify-content: center; -o-justify-content: flex-start;
justify-content: center; justify-content: flex-start;
padding: 40px 3.90625%;
} }
.header .logo img { .header .logo img {
height: 100%; max-width: 380px;
max-height: 100%;
display: block; display: block;
} }
@ -363,11 +358,6 @@ img {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
} }
.fixed-header .logo {
padding-top: 21px;
padding-bottom: 20px;
}
.inner-header { .inner-header {
position: fixed; position: fixed;
left: 0; left: 0;
@ -1138,7 +1128,7 @@ img {
} }
.footer .wrap .left .logo img { .footer .wrap .left .logo img {
height: 68px; max-width: 480px;
} }
.footer .wrap .left .email { .footer .wrap .left .email {
@ -2558,7 +2548,7 @@ img {
right: 0; right: 0;
} }
@media screen and (max-width: 1600px) { @media screen and (max-width: 1700px) {
.wrap { .wrap {
margin: 0 4%; margin: 0 4%;
} }
@ -2568,6 +2558,9 @@ img {
.header { .header {
padding: 0px 1.90625%; padding: 0px 1.90625%;
} }
.header .logo img {
max-width: 330px;
}
.header .right-boxs .form { .header .right-boxs .form {
display: none; display: none;
} }
@ -2591,17 +2584,15 @@ img {
margin: 0 2.5%; margin: 0 2.5%;
} }
.header { .header {
height: 55px;
padding: 0px 2.5%; padding: 0px 2.5%;
background-color: #fff; background-color: #fff;
justify-content: space-between; justify-content: space-between;
position: fixed; position: fixed;
box-sizing: border-box; box-sizing: border-box;
} }
.header .logo { .header .logo img {
height: 45px; max-width: 70%;
padding: 5px;
position: relative;
left: -2.5%;
} }
.header .right-boxs { .header .right-boxs {
height: auto; height: auto;
@ -2886,6 +2877,9 @@ img {
.footer .wrap .left { .footer .wrap .left {
width: 100%; width: 100%;
} }
.footer .wrap .left .logo img {
max-width: 90%;
}
.footer .wrap .left .email { .footer .wrap .left .email {
display: block; display: block;
margin-top: 5px; margin-top: 5px;

File diff suppressed because one or more lines are too long

View File

@ -133,19 +133,14 @@ $pc-width:1220px;
height: auto; height: auto;
padding: 0px 3.90625%; padding: 0px 3.90625%;
box-sizing: border-box; box-sizing: border-box;
@include flex(center,flex-end); @include flex(center,space-between);
@include all(0.4s); @include all(0.4s);
z-index: 99999; z-index: 99999;
.logo { .logo {
height: 62px; @include flex(center,flex-start);
position: absolute;
left: 0;
top: 0;
background-color: #cd1e19;
@include flex(center,center);
padding: 40px 3.90625%;
img { img {
height: 100%; max-width: 380px;
max-height: 100%;
display: block; display: block;
} }
} }
@ -295,10 +290,6 @@ $pc-width:1220px;
width: 100%; width: 100%;
background-color: #fff; background-color: #fff;
box-shadow: 0 0 20px rgba(0,0,0,0.1); box-shadow: 0 0 20px rgba(0,0,0,0.1);
.logo {
padding-top:21px;
padding-bottom: 20px;
}
} }
@ -770,7 +761,7 @@ $pc-width:1220px;
.logo { .logo {
display: block; display: block;
img { img {
height: 68px; max-width: 480px;
} }
} }
@ -1675,7 +1666,7 @@ $pc-width:1220px;
@media screen and (max-width:1600px) { @media screen and (max-width:1700px) {
.wrap { .wrap {
margin: 0 4%; margin: 0 4%;
} }
@ -1684,6 +1675,11 @@ $pc-width:1220px;
} }
.header { .header {
padding: 0px 1.90625%; padding: 0px 1.90625%;
.logo {
img {
max-width: 330px;
}
}
.right-boxs { .right-boxs {
.form { .form {
display: none; display: none;
@ -1718,16 +1714,16 @@ $pc-width:1220px;
margin:0 2.5%; margin:0 2.5%;
} }
.header { .header {
height: 55px;
padding: 0px 2.5%; padding: 0px 2.5%;
background-color: #fff; background-color: #fff;
justify-content: space-between; justify-content: space-between;
position: fixed; position: fixed;
box-sizing: border-box; box-sizing: border-box;
.logo { .logo {
height: 45px; img {
padding: 5px; max-width: 70%;
position: relative; }
left: -2.5%;
} }
.right-boxs { .right-boxs {
@ -2032,6 +2028,11 @@ $pc-width:1220px;
padding: 22px 0; padding: 22px 0;
.left { .left {
width: 100%; width: 100%;
.logo {
img {
max-width: 90%;
}
}
.email { .email {
display: block; display: block;
margin-top: 5px; margin-top: 5px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 2.9 MiB

View File

@ -127,7 +127,7 @@
<div class="title2"><span>组织架构</span></div> <div class="title2"><span>组织架构</span></div>
<div class="list mt40"> <div class="list mt40">
<h3><img src="__STATIC__/web/img/plan-text.jpg" alt=""></h3> <h3><img src="__STATIC__/web/img/plan-text.jpg" alt=""></h3>
<div class="img" id="layer-photo"><img layer-src="__STATIC__/web/img/plan-img.gif" src="__STATIC__/web/img/plan-img.gif" alt=""></div> <div class="img" id="layer-photo"><img layer-src="__STATIC__/web/img/plan-img.gif" src="__STATIC__/web/img/plan-img.gif?1.0" alt=""></div>
</div> </div>
</div> </div>

View File

@ -27,7 +27,7 @@
<div class="right"> <div class="right">
<div class="text"> <div class="text">
四川蓬州产业投资集团有限责任公司成立于2022年10月注册资本10亿元。产投集团聚焦蓬安农业、工业、旅游业三产业的投资、开发、建设、营运主要从事国有资本营运管理、产业资本营运管理、产业金融服务农业综合开发、产业园区开发、旅游资源开发、文化体育及相关领域投资推动国有经济战略布局调整、产业结构优化、产业转型升级。内设综合管理部、党群与人力资源部、财务管理部、内审法务部、投资融资部、项目管理部6个职能部门下辖4家二级子公司分别是常丰农业公司、万晟工业公司、旅游公司、翔悦建设公司2家代管公司分别是农担公司与泓源国资公司10家三级公司。其中合署运营公司是农担公司与泓源国资公司、万晟工业公司与工业园区投资公司。目前用工总计219名其中正式职工41名临聘人员42名劳务派遣用工136名。 四川蓬州产业投资集团有限责任公司成立于2022年10月注册资本10亿元。聚焦蓬安农业、工业、旅游业三产业的投资、开发、建设、营运主要从事国有资本营运管理、产业资本营运管理、产业金融服务农业综合开发、产业园区开发、旅游资源开发、文化体育及相关领域投资推动国有经济战略布局调整、产业结构优化、产业转型升级。内设综合管理部、党群与人力资源部、财务管理部、内审法务部、投资融资部、项目管理部6个职能部门下辖4家二级子公司11家三级公司3家代管公司1家参股公司。其中合署运营公司是农担公司与泓源国资公司、万晟工业公司与工业园区投资公司。目前用工人数200余名。
</div> </div>
<div class="img"><img src="__STATIC__/web/images/about-img.jpg" alt=""></div> <div class="img"><img src="__STATIC__/web/images/about-img.jpg" alt=""></div>
</div> </div>
@ -43,7 +43,7 @@
</li> </li>
<li> <li>
<div class="num"><span>219 <i>+</i></span></div> <div class="num"><span>200 <i>+</i></span></div>
<div class="st">用工总计</div> <div class="st">用工总计</div>
</li> </li>

View File

@ -14,7 +14,7 @@
<link rel="stylesheet" href="__STATIC__/web/css/animate.css"> <link rel="stylesheet" href="__STATIC__/web/css/animate.css">
<link rel="stylesheet" href="__STATIC__/web/css/hamburgers.css"> <link rel="stylesheet" href="__STATIC__/web/css/hamburgers.css">
<link rel="stylesheet" href="__STATIC__/web/css/common.css"> <link rel="stylesheet" href="__STATIC__/web/css/common.css">
<link rel="stylesheet" href="__STATIC__/web/css/style.css"> <link rel="stylesheet" href="__STATIC__/web/css/style.css?1.0">
<!-- JQ库 --> <!-- JQ库 -->
<script src="__STATIC__/web/js/jquery-2.1.1.min.js"></script> <script src="__STATIC__/web/js/jquery-2.1.1.min.js"></script>

View File

@ -3,7 +3,7 @@
<section class="footer"> <section class="footer">
<div class="wrap"> <div class="wrap">
<div class="left"> <div class="left">
<div class="logo"><a href="/"><img src="__STATIC__/web/img/logo.png" alt=""></a></div> <div class="logo"><a href="/"><img src="__STATIC__/web/img/logo3.png" alt=""></a></div>
<ul class="email"> <ul class="email">
<li> <li>
<img src="__STATIC__/web/img/email.png" alt=""> <img src="__STATIC__/web/img/email.png" alt="">

View File

@ -1,5 +1,5 @@
<section class="header {if $Request.controller != 'Index'}inner-header{/if}"> <section class="header {if $Request.controller != 'Index'}inner-header{/if}">
<a href="index.html" class="logo"><img src="__STATIC__/web/img/logo.png" alt=""></a> <a href="index.html" class="logo"><img src="__STATIC__/web/img/logo.png?1.0" alt=""></a>
<div class="right-boxs"> <div class="right-boxs">
<ul class="nav"> <ul class="nav">
@ -15,7 +15,7 @@
<div class="listcur info"> <div class="listcur info">
<a href="/about.html#into1">集团简介</a> <a href="/about.html#into1">集团简介</a>
<a href="/about.html#into2">集团领导</a> <a href="/about.html#into2">集团领导</a>
<a href="/about.html#into3">发展战略</a> <!-- <a href="/about.html#into3">发展战略</a> -->
<a href="/about.html#into4">集团荣誉</a> <a href="/about.html#into4">集团荣誉</a>
<a href="/about.html#into5">组织架构</a> <a href="/about.html#into5">组织架构</a>
<a href="/about.html#into6">业务板块</a> <a href="/about.html#into6">业务板块</a>