diff --git a/pages/order/comment/index.wxss b/pages/order/comment/index.wxss index 66bfbb7..98aa9b2 100644 --- a/pages/order/comment/index.wxss +++ b/pages/order/comment/index.wxss @@ -189,11 +189,12 @@ page{ display: flex; flex-direction: column; justify-content: space-between; - height: 120rpx; + /* height: 120rpx; */ padding: 13rpx 14rpx; text-align: left; } .protitle{ + height: 80rpx; font-size: 28rpx; font-family: PingFang SC; font-weight: bold; diff --git a/pages/order/payresult/index.wxss b/pages/order/payresult/index.wxss index 70fcc42..d9e54cb 100644 --- a/pages/order/payresult/index.wxss +++ b/pages/order/payresult/index.wxss @@ -74,11 +74,12 @@ page { display: flex; flex-direction: column; justify-content: space-between; - height: 120rpx; + /* height: 120rpx; */ padding: 13rpx 14rpx; text-align: left; } .protitle{ + height: 80rpx; font-size: 28rpx; font-family: PingFang SC; font-weight: bold;