/* pages/user/profit/index.wxss */ .profit-page{ width: 100%; min-height: 100vh; padding: 40rpx; background: #F8F8F8; } .user-box{ width: 100%; } .avatar{ width: 128rpx; height: 128rpx; border-radius: 50%; margin-right: 30rpx; } .avatar image{ border-radius: 50%; } .userInfo{ color: #333333; font-size: 40rpx; font-weight: 500; } .id-num{ color: #E1994C; font-weight: 400; font-size: 36rpx; } .profit-box{ width: 100%; height: 256rpx; position: relative; margin-top: 20rpx; } .profit-box image{ position: absolute; top: 0; } .profit-info{ width: 100%; height: 100%; position: absolute; top: 0; z-index: 3; padding: 48rpx 94rpx 0 94rpx; color: #E18F38; text-align: center; } .fz40{ font-size: 40rpx; } .to-cash-out{ width: 180rpx; height: 64rpx; background: #FFFFFF; border-radius: 32rpx; text-align: center; line-height: 64rpx; font-size: 28rpx; color: #E1994C; margin: 16rpx auto; } .int-list{ margin-top: 32rpx; width: 100%; } .int-t{ color: #AA6214; font-size: 32rpx; font-weight: 500; margin-bottom: 16rpx; } .int-item{ width: 100%; padding: 36rpx 32rpx; font-size: 28rpx; color: #3A3A3A; display: flex; justify-content: space-between; align-items: center; background: #fff; border: 24rpx; margin-bottom: 16rpx; border-radius: 32rpx; } .title{ font-weight: 500; } .colR{ color: #CC8E46; }