/* pages/mine/pat/pat.wxss */ .container { background: #ececec; width: 100%; box-sizing: border-box; } .top { width: 100%; background: #fff; height: 130rpx; padding: 20rpx; box-sizing: border-box; margin-bottom: 20rpx; display: flex; justify-content: space-between; } .save { float: right; display: flex; flex-direction: column; align-items: flex-end; font-size: 24rpx; } .price { display: flex; align-items: flex-start; flex-direction: column; width: 50%; font-size: 28rpx; margin-left: 10rpx; } .price :nth-child(2){ margin-top: 20rpx; }