/**index.wxss**/ .wrap_nr{ padding-top: 200rpx; text-align: center; } .user_thumb{ width: 148rpx; height: 148rpx; border-radius: 50%; } .user_name{ padding-top: 50rpx; font-size: 40rpx; color: #333333; } .tips{ padding-top: 20rpx; font-size: 28rpx; color: rgba(51,51,51,.54); } .custom_btn{ width: 604rpx !important; height: 90rpx; padding: 0; margin: 300rpx auto 0 auto; line-height: unset; font-weight: normal; background: #295C56; border-radius: 45rpx; font-size: 34rpx; color: #ffffff; display: flex; align-items: center; justify-content: center; } .custom_btn .van-icon{ /* width: 37rpx; height: 30rpx; background: #FFFFFF; */ margin-right: 10rpx; } .single{ margin-top: 50rpx; font-size: 26rpx; color: rgba(0,0,0,.54); }