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;}