From 3fa7be7f136c021df694d7211493c3d7afa855e0 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期一, 17 七月 2023 11:15:09 +0800 Subject: [PATCH] no message --- public/html/compareprice.html | 7 ++++++- public/html/activity/invite2308.html | 0 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/public/html/activity/invite2308.html b/public/html/activity/invite2308.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/public/html/activity/invite2308.html diff --git a/public/html/compareprice.html b/public/html/compareprice.html index 4cb5246..45c6676 100644 --- a/public/html/compareprice.html +++ b/public/html/compareprice.html @@ -321,6 +321,11 @@ -webkit-line-clamp: 2; -webkit-box-orient: vertical; } + .price_font + { + font-size: .26rem; + color: #787070; + } </style> </head> @@ -368,7 +373,7 @@ <div class="coupon___2SVZi" style="background: #A429F3;"><span style="color: #A429F3;">杩�</span>{{g.fanli}}鍏�</div> </div> - <div class="price___dfbCD">楼<span>{{g.actualPrice}}</span><u v-if="g.sourceType=='tb'||g.sourceType=='tm'" style="text-decoration:line-through">楼{{g.originalPrice}}</u></div> + <div class="price___dfbCD"><span class="price_font" style="font-size: .26rem; font-weight: 540;">鍒版墜浠�</span><span style="padding: 0;">楼</span><span style="padding: 0 .08rem 0 0;">{{(g.actualPrice-g.fanli).toFixed(2)}}</span><u v-if="g.sourceType=='tb'||g.sourceType=='tm'" style="text-decoration:line-through">楼{{g.originalPrice}}</u></div> <!-- <div class="operation___3KazI"> <button>绔嬪嵆璐拱</button> </div> --> -- Gitblit v1.9.3