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