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;