diff --git a/pages/contentDetail/contentDetail.vue b/pages/contentDetail/contentDetail.vue index ef06082..5a483ce 100644 --- a/pages/contentDetail/contentDetail.vue +++ b/pages/contentDetail/contentDetail.vue @@ -18,12 +18,26 @@ - - ¥4.00 + + + ¥4.00 + + + + + + + + + + + + + - @@ -63,20 +77,6 @@ 客服 - - - - - - - - - - - @@ -121,7 +121,9 @@ height: 100rpx; padding: 10rpx 0; background-color: #fff; - justify-content: space-around; + justify-content: space-between; + box-sizing: border-box; + padding: 0rpx 20rpx; .icon{ font-size: 26rpx; display: flex; @@ -246,7 +248,7 @@ width: 22px; height: 22px; border-width: 1px; - border-color: #E6E6E6; + border-color: white; border-style: solid; border-top-left-radius: 100px; border-top-right-radius: 100px;