/* pages/passCar/showDetail/showDetail.wxss */ page { background-color: #f4f5f9; font-size: 28rpx; } .detail { padding: 40rpx; background-color: #fff; border-radius: 20rpx; font-weight: 600; } .detail .flex { display: flex; justify-content: space-between; } .detail view { margin-bottom: 50rpx; color: #a5a5a5; } .detail .black { color: #000; }