Browse Source

调整间距

master
shaojing 3 years ago
parent
commit
8d16b596b5
  1. 3
      pages/order/comment/index.wxss
  2. 3
      pages/order/payresult/index.wxss

3
pages/order/comment/index.wxss

@ -189,11 +189,12 @@ page{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
height: 120rpx; /* height: 120rpx; */
padding: 13rpx 14rpx; padding: 13rpx 14rpx;
text-align: left; text-align: left;
} }
.protitle{ .protitle{
height: 80rpx;
font-size: 28rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;

3
pages/order/payresult/index.wxss

@ -74,11 +74,12 @@ page {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
height: 120rpx; /* height: 120rpx; */
padding: 13rpx 14rpx; padding: 13rpx 14rpx;
text-align: left; text-align: left;
} }
.protitle{ .protitle{
height: 80rpx;
font-size: 28rpx; font-size: 28rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: bold;

Loading…
Cancel
Save