/* pages/credit/credit.wxss */ .credit-container { margin-top: 13rpx; } .credit-item { padding: 40rpx 28rpx; } .item-titie { font-size: 30rpx; font-family: PingFang SC; font-weight: 400; color: rgba(0, 0, 0, 1); line-height: 40rpx; } .item-value { font-size: 30rpx; font-family: DIN; font-weight: 400; color: rgba(0, 0, 0, 1); line-height: 40rpx; } .credit-btn { width: 100%; height: 90rpx; background: rgba(17, 191, 150, 1); border-radius: 45rpx; font-size: 32rpx; font-family: PingFang SC; font-weight: 500; color: rgba(255, 255, 255, 1); text-align: center; margin: 0 auto; }