备份
This commit is contained in:
@@ -107,17 +107,26 @@ img {
|
||||
.tool-search button i {
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* 网站背景 2023-1-3 */
|
||||
.bg{
|
||||
background: url(../img/bg.png) no-repeat;
|
||||
background-size: 100% auto;
|
||||
}
|
||||
/* header */
|
||||
.header{
|
||||
margin-top: 16%;
|
||||
}
|
||||
.header-content {
|
||||
padding: 20px 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.header-logo {
|
||||
width: 521px;
|
||||
height: 75px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.header-text {
|
||||
@@ -129,6 +138,7 @@ img {
|
||||
color: #273981;
|
||||
font-weight: bold;
|
||||
font-size: 20px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.header-text-sign {
|
||||
@@ -644,7 +654,7 @@ img {
|
||||
text-align: center;
|
||||
background-color: #4864ae;
|
||||
display: block;
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -1264,6 +1274,10 @@ img {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.new-org-inst-ul li {
|
||||
border-top: dashed 1px #f1f3f8;
|
||||
}
|
||||
|
||||
.org-inst span {
|
||||
line-height: 40px;
|
||||
width: 20%;
|
||||
@@ -1282,12 +1296,12 @@ img {
|
||||
.org-inst-ul {
|
||||
margin-bottom: 20px;
|
||||
padding-left: 10px;
|
||||
border-top: dashed 1px #f1f3f8;
|
||||
}
|
||||
|
||||
.org-inst-ul li {
|
||||
line-height: 50px;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.org-inst-ul li span,
|
||||
|
||||
BIN
public/assets/index/img/bg.png
Normal file
BIN
public/assets/index/img/bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 692 KiB |
@@ -2,6 +2,14 @@
|
||||
|
||||
@section('title', '黑龙江省科学院智能制造研究所')
|
||||
|
||||
@section('css')
|
||||
<!-- <style>
|
||||
html {
|
||||
-webkit-filter: grayscale(100%);
|
||||
}
|
||||
</style> -->
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<!-- special -->
|
||||
{{-- <div class="container special-content">--}}
|
||||
@@ -9,7 +17,7 @@
|
||||
{{-- </div>--}}
|
||||
<!-- end special -->
|
||||
<!-- banner -->
|
||||
<div class="swiper-container" id="swiperBanner">
|
||||
<div class="container swiper-container" id="swiperBanner">
|
||||
<div class="swiper-wrapper">
|
||||
@if ($center_advert->isNotEmpty())
|
||||
@foreach ($center_advert as $advert)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
@yield('css')
|
||||
@yield('js')
|
||||
</head>
|
||||
<body>
|
||||
<body class="bg">
|
||||
<!-- tool -->
|
||||
<div class="tool">
|
||||
<div class="container tool-content">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<!-- nav -->
|
||||
<nav class="nav">
|
||||
<nav class="container nav">
|
||||
<div class="container nav-content">
|
||||
<ul class="nav-ul" id="nav">
|
||||
<li class="nav-ul-li @if (!isset($parent)) show @endif">
|
||||
|
||||
Reference in New Issue
Block a user