From 1045bb9cf9516fc74abfdde58b6663be5765fa33 Mon Sep 17 00:00:00 2001 From: hongjunluo Date: Mon, 12 Dec 2022 17:00:30 +0800 Subject: [PATCH] 1212-3 --- css/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 18d4824..297be9f 100644 --- a/css/style.css +++ b/css/style.css @@ -656,18 +656,19 @@ box-shadow: 4px 4px 10px #f9f9f9;} .service_141 .wrap p { font-size: 22px; margin: 20px; } -.service_141 .wrap img{ margin: auto; } +.service_141 .wrap img{ margin: auto; opacity: 0.6;transition: 0.6s} .service_141 .wrap img:hover{ margin: auto; - -webkit-transform: scale(1.2); + /*-webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); z-index: 99; background-color: #ffffff; - position:relative; - transition: all 0.6s; + position:relative;*/ + opacity: 1; + transition: 0.6s; }