From c12adb1d3f69e00bbc894566f0c85d5ec6b37100 Mon Sep 17 00:00:00 2001
From: liudan <18634735655@163.com>
Date: Mon, 12 Dec 2022 17:13:56 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
about/about03.html | 16 +++++++++++++---
css/about3.css | 38 ++++++++++++++++++++++----------------
2 files changed, 35 insertions(+), 19 deletions(-)
diff --git a/about/about03.html b/about/about03.html
index 3f46a2b..a7a050f 100644
--- a/about/about03.html
+++ b/about/about03.html
@@ -231,9 +231,13 @@
+
+
查看详情
联合各研究机构、院所助力科技 成果转化
- 查看详情
+
@@ -245,9 +249,12 @@
+
-
查看详情
@@ -259,9 +266,12 @@
+
-
查看详情
diff --git a/css/about3.css b/css/about3.css
index 486104c..62e88ce 100644
--- a/css/about3.css
+++ b/css/about3.css
@@ -254,18 +254,11 @@ a:active{
}
.contentText{
position: absolute;
- top:50%;
+ bottom:20%;
width: 72%;
left: 14%;
}
-.contentText p{
- margin:0;
- padding:0;
- font-size: 24px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #FFFFFF;
-}
+
.category__item {
cursor: pointer;
border:2px solid transparent;
@@ -294,7 +287,7 @@ a:active{
overflow: hidden;
z-index: 2;
}
-.category__item:hover a {
+.category__item:hover .maskContainer {
opacity: 1;
z-index:9999;
position: absolute;
@@ -302,6 +295,24 @@ a:active{
transform: translateY(-50%);
left:50%;
transform: translateX(-50%);
+ width:90%;
+}
+.maskContainer p{
+ margin:0;
+ padding:0;
+ font-size: 24px;
+ font-family: Microsoft YaHei;
+ font-weight: 400;
+ color: #FFFFFF;
+}
+.maskContainer a{
+ font-size: 16px;
+ color: #fff;
+ width: 118px; height: 38px;
+ line-height: 38px;
+ border: 1px solid #fff;
+ display: block;
+ margin:0 auto 20px auto;
}
.category__item .business-effect .e-img-l {
position: absolute;
@@ -322,14 +333,9 @@ a:active{
}
.business-effect .e-img-r { position: absolute; top: 0; right: -100%; width: 100%; height: 100%; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }
.business-effect .e-img-r img { display: block;height: 100%; width: 100%; }
-.category__item>a {
+.category__item .maskContainer {
opacity: 0;
display: block;
- font-size: 16px;
- color: #fff;
- width: 118px; height: 38px;
- line-height: 38px;
- border: 1px solid #fff;
/* margin: 10% auto; */
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;