/* pages/my/integral/integral.wxss */ page { width: 100%; background-color: #fff; } .integral-container { padding: 0 60rpx; } .integral-box { display: flex; height: 150rpx; justify-content: space-between; align-items: center; border-bottom: 1rpx solid #e6e6e6; } .integral-box { font-size: 24rpx; font-family: 'MicrosoftYaHei'; color: #333333; } .integral-box .integral { margin-bottom: 17rpx; } .integral-box .plus { font-size: 28rpx; color: #fe9000; } .integral-box .subtract { font-size: 28rpx; color: #ec2e26; } .integral-box .time { font-family: 'Microsoft YaHei, Microsoft YaHei-Regular'; font-weight: 400; color: #999999; }