From ecebd6e5584f1af4c4dec44b26dd67194b84bf75 Mon Sep 17 00:00:00 2001 From: chen <2659004835@qq.com> Date: Mon, 13 Dec 2021 13:54:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 3f24d60..e5bc9dd 100644 --- a/css/style.css +++ b/css/style.css @@ -200,6 +200,9 @@ position: relative; height: 100vh; } +.box-content::before{ + background: url(../imgs/public/massage-icon.png) no-repeat; +} .bao-box { position: fixed; top: 200px; @@ -335,7 +338,7 @@ @keyframes zhan{ from{transform: translateY(25px);} to{transform: translateY(0);} -} +} .tank {display: none; position: fixed;z-index: 100;top: 50%;left: 50%;transform: translate(-50%,-50%);background-color: rgba(0,0,0,.5);border-radius: 2px;color: #FFFFFF;padding: 6px 16px;font-size: 14px;} .swiper-container {width: 100%;height: 160px;overflow: visible!important;margin-bottom: 20px;} .swiper-container .swiper-wrapper .swiper-slide{ border-radius: 12px;width: 57%;position: relative;}