From 20f964ffa6d1a0959bcd3826fa938f9c68cf2497 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期三, 02 八月 2023 10:21:13 +0800 Subject: [PATCH] no message --- h5/apph5/components/items/LineItem.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/h5/apph5/components/items/LineItem.vue b/h5/apph5/components/items/LineItem.vue index ac425ca..31d2a1f 100644 --- a/h5/apph5/components/items/LineItem.vue +++ b/h5/apph5/components/items/LineItem.vue @@ -104,8 +104,8 @@ <style> .item-price-prc { color: #fe3a3f; - font-size: 1.2rem; - margin-right: 0.4rem; + font-size: 1rem; + margin-right: 0.2rem; font-weight: 500; } @@ -128,7 +128,7 @@ background: linear-gradient(0deg, #ff753c, #ff4b42); color: #fff; padding: 0.05rem; - font-size: 0.9rem; + font-size: 0.7rem; } @@ -153,7 +153,7 @@ } .item-txt { - width: 71%; + width: 70%; display: flex; flex-direction: column; justify-content: space-between; @@ -165,7 +165,7 @@ } .item-txt-title { - font-size: 0.9rem; + font-size: 0.7rem; margin-left: 0.3rem; text-overflow: -o-ellipsis-lastline; overflow: hidden; @@ -179,7 +179,7 @@ .item-price { display: flex; - font-size: 0.8rem; + font-size: 0.5rem; align-items: baseline; color: #8d8484; } @@ -190,10 +190,10 @@ } .item-copy { - width: 5.92rem; + width: 5.22rem; height: 1.66rem; background: linear-gradient(-90deg, #fe3a3f, #faa450); - font-size: 0.9rem; + font-size: 0.7rem; font-weight: 500; color: #fffefd; line-height: 1.66rem; -- Gitblit v1.9.3