.container { background-color: #f3f3f3; } .headerBox{ margin: 40rpx 50rpx; } .headerTxt{ font-size: 36rpx; font-weight: bold; color: #000; } .contentBox{ padding: 0 30rpx 30rpx; background-color: #fff; } .itemBox{ display: flex; justify-content: space-between; align-items: center; border-bottom: 2rpx #f3f3f3 solid; padding: 40rpx 20rpx 20rpx; font-size: 32rpx; } .itemLabel{ color: #555; } .itemInfo{ color: #000; }