From 04c11fd3e9b7b4c613df5b213821b5f82ba193ac Mon Sep 17 00:00:00 2001 From: candice Date: Wed, 9 Aug 2023 14:29:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=B3=E4=BE=A7=E4=BF=A1=E6=81=AF=E6=8E=A8?= =?UTF-8?q?=E8=8D=90=E6=A0=B7=E5=BC=8F=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile-first.css | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/css/mobile-first.css b/css/mobile-first.css index 259713f..1a8bfea 100644 --- a/css/mobile-first.css +++ b/css/mobile-first.css @@ -322,6 +322,44 @@ min-height: 590px;} width: 340px; float: right; } + .info_ad_title { + margin-top: 10px; + border-left: 5px solid #ad1818; + padding-left: 15px; + margin-bottom: 15px; + font-family: 'Goudy Old Style'; + font-weight: 600; + font-size: 22px; + } + .right_ad_list ul { + padding-left: 20px; + margin-top: -10px; + margin-bottom: 50px; + } + .right_ad_list ul li { + list-style: none; + font-size: 17px; + border-bottom: 1px solid #d1d1d1; + padding: 10px 0; + line-height: 18px; +} +.right_ad_list ul li a { + text-decoration: none; +} +.right_ad_list ul li a:before { + content: ""; + position: absolute; + width: 6px; + height: 6px; + transition: transform 0.5s; + -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); + border-top: 3px solid #ad1818; + border-right: 3px solid #ad1818; + transform: rotate( +45deg ); + margin-top: 5px; + margin-left: -25px; +} .articlereco { width: 1140px; margin: 120px auto; @@ -1965,7 +2003,11 @@ font-size: 27px;} .updated_news {top: 66px;} .detailtopbanner { padding-top: 66px; + position: relative; } + img.ta_tag {width: 150px; + position: absolute; + top: 120px;} .tourleft { position: relative; float: left !important;