diff --git a/components/OrderGoods.vue b/components/OrderGoods.vue index 7c018a9..8f7ddcb 100644 --- a/components/OrderGoods.vue +++ b/components/OrderGoods.vue @@ -109,9 +109,9 @@ export default { .text .attr { max-width: calc(100% - 130rpx); margin: 0 !important; - padding: 4rpx 20rpx; - border-radius: 19rpx; - line-height:38rpx; + padding: 6rpx 20rpx; + border-radius: 20rpx; + line-height: 28rpx; box-sizing: border-box; background-color: #FFF3F2; } diff --git a/pages/user/Points/index.vue b/pages/user/Points/index.vue index 2fd67ba..2bea6c9 100644 --- a/pages/user/Points/index.vue +++ b/pages/user/Points/index.vue @@ -214,15 +214,15 @@ export default { .rule-btn { position: fixed; right: 0; - top: 260rpx; + top: 245rpx; z-index: 9; - height: 30rpx; + height: 24rpx; padding: 20rpx 30rpx 20rpx 40rpx; border-top-left-radius: 35rpx; border-bottom-left-radius: 35rpx; color: #fff; font-size: 14px; - line-height: 30rpx; + line-height: 24rpx; background-color: #C51919; } .tab-wrap { @@ -276,6 +276,7 @@ export default { } } .list-wrap { + padding: 60rpx 0 0 0; .item { margin: 30rpx 0 0 0; border-radius: 8px;