This commit is contained in:
2023-01-04 09:15:51 +08:00
parent fcff01bb96
commit 1760549519
5 changed files with 28 additions and 6 deletions

View File

@@ -107,17 +107,26 @@ img {
.tool-search button i { .tool-search button i {
color: white; color: white;
} }
/* 网站背景 2023-1-3 */
.bg{
background: url(../img/bg.png) no-repeat;
background-size: 100% auto;
}
/* header */ /* header */
.header{
margin-top: 16%;
}
.header-content { .header-content {
padding: 20px 0; padding: 20px 0;
display: flex; display: flex;
align-items: center; align-items: center;
background-color: #fff;
} }
.header-logo { .header-logo {
width: 521px; width: 521px;
height: 75px; height: 75px;
margin-left: 20px;
} }
.header-text { .header-text {
@@ -129,6 +138,7 @@ img {
color: #273981; color: #273981;
font-weight: bold; font-weight: bold;
font-size: 20px; font-size: 20px;
margin-right: 20px;
} }
.header-text-sign { .header-text-sign {
@@ -644,7 +654,7 @@ img {
text-align: center; text-align: center;
background-color: #4864ae; background-color: #4864ae;
display: block; display: block;
font-size: 16px; font-size: 14px;
font-weight: bold; font-weight: bold;
} }
@@ -1264,6 +1274,10 @@ img {
padding-left: 10px; padding-left: 10px;
} }
.new-org-inst-ul li {
border-top: dashed 1px #f1f3f8;
}
.org-inst span { .org-inst span {
line-height: 40px; line-height: 40px;
width: 20%; width: 20%;
@@ -1282,12 +1296,12 @@ img {
.org-inst-ul { .org-inst-ul {
margin-bottom: 20px; margin-bottom: 20px;
padding-left: 10px; padding-left: 10px;
border-top: dashed 1px #f1f3f8;
} }
.org-inst-ul li { .org-inst-ul li {
line-height: 50px; line-height: 50px;
overflow: hidden; overflow: hidden;
cursor: pointer;
} }
.org-inst-ul li span, .org-inst-ul li span,

Binary file not shown.

After

Width:  |  Height:  |  Size: 692 KiB

View File

@@ -2,6 +2,14 @@
@section('title', '黑龙江省科学院智能制造研究所') @section('title', '黑龙江省科学院智能制造研究所')
@section('css')
<!-- <style>
html {
-webkit-filter: grayscale(100%);
}
</style> -->
@endsection
@section('content') @section('content')
<!-- special --> <!-- special -->
{{-- <div class="container special-content">--}} {{-- <div class="container special-content">--}}
@@ -9,7 +17,7 @@
{{-- </div>--}} {{-- </div>--}}
<!-- end special --> <!-- end special -->
<!-- banner --> <!-- banner -->
<div class="swiper-container" id="swiperBanner"> <div class="container swiper-container" id="swiperBanner">
<div class="swiper-wrapper"> <div class="swiper-wrapper">
@if ($center_advert->isNotEmpty()) @if ($center_advert->isNotEmpty())
@foreach ($center_advert as $advert) @foreach ($center_advert as $advert)

View File

@@ -12,7 +12,7 @@
@yield('css') @yield('css')
@yield('js') @yield('js')
</head> </head>
<body> <body class="bg">
<!-- tool --> <!-- tool -->
<div class="tool"> <div class="tool">
<div class="container tool-content"> <div class="container tool-content">

View File

@@ -1,5 +1,5 @@
<!-- nav --> <!-- nav -->
<nav class="nav"> <nav class="container nav">
<div class="container nav-content"> <div class="container nav-content">
<ul class="nav-ul" id="nav"> <ul class="nav-ul" id="nav">
<li class="nav-ul-li @if (!isset($parent)) show @endif"> <li class="nav-ul-li @if (!isset($parent)) show @endif">