diff --git a/.vscode/sftp.json b/.vscode/sftp.json index ff7b26d..9261afa 100644 --- a/.vscode/sftp.json +++ b/.vscode/sftp.json @@ -8,5 +8,11 @@ "remotePath": "/", "password": "WEBY7SHSFdeEECj4", "uploadOnSave": false, - "connect_timeout": 30 + "ignore": [ + "**/.idea/**", + "**/.vscode/**", + "**/.git/**", + "**/.DS_Store" + ], + "connectTimeout": 100000 } diff --git a/css/style.css b/css/style.css index 3413bb0..f197371 100644 --- a/css/style.css +++ b/css/style.css @@ -887,6 +887,20 @@ box-shadow: 4px 4px 10px #f9f9f9;} /*新闻中心-11*/ +/* 搜索 */ +.news{ margin-top: 100px!important;} +.news .search{ margin-bottom: 20px;width: 20%;position: absolute;right: 0; top: -60px;} +.news .search input{ border:none; height: 40px; border-bottom:2px solid #eee;} +.news .search input:focus{ box-shadow: none;} +.news .search img{ + width: 10%; + height: auto; + position: absolute; + top: 10px; + right: 0px; + cursor:pointer; +} + .news_01{ position: relative; margin: 50px 0 0px 0;} .news_01 .wrap{ } .news_01 ul{ @@ -1088,8 +1102,8 @@ overflow: hidden; justify-content: space-between; margin-bottom: 20px; background: #f8f8f8; - } +.talent_02 li img{width: 100%;} .talent_02 li .time{ background: #124AA0; padding: 40px; text-align: center;} .talent_02 li .text{ background: #f8f8f8; padding: 10px;} .talent_02 li .text-2 { text-align: right;} diff --git a/images/搜索.png b/images/搜索.png new file mode 100644 index 0000000..8225e3b Binary files /dev/null and b/images/搜索.png differ diff --git a/images/没有招聘信息时显示@2x.png b/images/没有招聘信息时显示@2x.png new file mode 100644 index 0000000..8614aa0 Binary files /dev/null and b/images/没有招聘信息时显示@2x.png differ diff --git a/images/董事长致辞@2x.png b/images/董事长致辞@2x.png index fc6f9d7..37766a1 100644 Binary files a/images/董事长致辞@2x.png and b/images/董事长致辞@2x.png differ diff --git a/news/news01.html b/news/news01.html index 47a7473..075f0eb 100644 --- a/news/news01.html +++ b/news/news01.html @@ -66,11 +66,15 @@ -
+
+