From a14836d3c7577e7fd9193efbd8b81157b3655dec Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Wed, 3 Jul 2024 22:05:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/cikarDrtail.vue | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/pages/my/cikarDrtail.vue b/pages/my/cikarDrtail.vue index b75b760..e570cae 100644 --- a/pages/my/cikarDrtail.vue +++ b/pages/my/cikarDrtail.vue @@ -123,7 +123,7 @@ - + 立即购买 @@ -974,14 +974,14 @@ } .detail-btn{ width:95%; - height: 92rpx; - line-height: 92rpx; + height: 90rpx; + line-height: 90rpx; background: linear-gradient(90deg, #019C88, #28BA92, #35C495); border-radius: 46rpx; margin: 0 auto; text-align: center; font-weight: 400; - font-size: 42rpx; + font-size: 36rpx; color: #FFFFFF; } .detail-foot-mian-txet span:nth-child(1){ @@ -1299,4 +1299,17 @@ height: auto; background-color: #f7f7f7; } + .btn { + background: linear-gradient(to right, rgb(1, 156, 136), rgb(49, 193, 148)); + color: rgb(255, 255, 255); + margin: 8px 16px; + position: fixed; + bottom: 0px; + width: 90%; + border-radius: 27px; + height: 43px; + line-height: 43px; + font-size: 17px; + text-align: center; + } \ No newline at end of file