From b4c22f7e3e27565595ce9600a33519f536e366b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=98=81=E8=BE=89?= Date: Fri, 7 Jan 2022 16:51:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=83=8F=E7=B4=A0=E4=B8=BArp?= =?UTF-8?q?x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/trade/index.vue | 10 +++++----- pages/trade/quotationList.vue | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/trade/index.vue b/pages/trade/index.vue index 31a06ae..f0288c8 100644 --- a/pages/trade/index.vue +++ b/pages/trade/index.vue @@ -68,11 +68,11 @@ export default { .trade-index { .top-bar { background-color: rgb(255, 255, 255); - border-bottom-width: 1px; + border-bottom-width: 2rpx; border-bottom-style: solid; border-bottom-color: #eee; z-index: 998; - height: 44px; + height: 88rpx; } .title { font-size: 40rpx; @@ -81,7 +81,7 @@ export default { font-weight: 500; } .text-view { - padding: 10px; + padding: 20rpx; } .bar-contant { display: flex; @@ -92,7 +92,7 @@ export default { color: #000000; letter-spacing: 0; font-weight: 550; - border-bottom: 2px solid #007aff; + border-bottom: 4rpx solid #007aff; } .oncheck-title { font-family: PingFangSC-Regular; @@ -101,7 +101,7 @@ export default { font-weight: 550; } .check-control { - line-height: 35px; + line-height: 70rpx; // width: 40px; text-align: center; } diff --git a/pages/trade/quotationList.vue b/pages/trade/quotationList.vue index f5f1fbd..7a04da6 100644 --- a/pages/trade/quotationList.vue +++ b/pages/trade/quotationList.vue @@ -269,8 +269,8 @@ export default { .offer-prices{ position: absolute; z-index: 9999; - right: 4.3%; - bottom: 7.3%; + right: 32rpx; + bottom: 122rpx; background-color: #ffffff; border-radius: 50%; padding: 10rpx;