From c886e3e141e304080b247709cd2bae4c2f300c23 Mon Sep 17 00:00:00 2001 From: cyc Date: Fri, 20 Mar 2020 12:44:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/tour.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/tour.css b/css/tour.css index 9b18cca3..c0bfa2b7 100644 --- a/css/tour.css +++ b/css/tour.css @@ -45,7 +45,7 @@ h2 em { display: none; } .priceBlock { display: block; margin: 15px 0 20px; vertical-align: top; } .priceBlock em { font-style: normal; display: inline-block; margin-right: 5px; font-size:18px; } .priceBlock strong { color: #a31022; font-size: 18px; font-weight: normal; } -.priceBlock strong:before { content: "$"; display: inline-block;} +.priceBlock strong:before { content: "US$"; display: inline-block;} .tourInfo .viewDetail { background: #fff; display: block; padding: 10px 15px; text-align: center; width: 100% !important; text-align: center; border-top:1px solid #d1d1d1; position:absolute; left:0; bottom:0; } .tourInfo .viewDetail a { color: #a31022; font-size: 16px; text-decoration: none; background: url(https://data.asiahighlights.com/pic/red-arrow.png) no-repeat right; padding-right: 15px; } @@ -271,3 +271,5 @@ input{ display: block; .reviews .tpIcon { display: block; margin-top:25px; text-align:right;} /*20200319 ling*/ .fixedNav .priceBlock {border: 1px solid #d1d1d1;background: #f1f1f1;border-radius: 4px;padding: 30px 25px;font-size: 14px;} +.topTourTitle a,.topTourTitle a:hover { text-decoration:none; color:#fff;} +.topTourTitle span { display:block; font-size:14px;}