/* pages/mcenter/mcenter.wxss */ .user-msg{ background: #fff; height: 130rpx; margin-top: 10rpx; padding: 45rpx 42rpx; } .userinfo-avatar { width: 130rpx; height: 130rpx; border-radius: 50%; } .detail-msg{ display: inline-block; margin-left: 30rpx; margin-top: 10px; font-size: 26rpx; color: #999999; line-height: 40rpx; vertical-align: top; } .title{ font-size: 32rpx; color:#333; } .loginText{ width: 60%; margin: 0 auto; font-size: 28rpx; margin-bottom: 36rpx; text-align: center; } .loginBtn{ color:#fff; background: #1eba84; border-radius: 5px; text-align: center; font-size: 24rpx; height: 60rpx; line-height: 60rpx; width: 34%; margin: 0 auto; } .box{ height: 76rpx; background: #fff; padding: 34rpx 0 0 42rpx; margin-top: 20rpx; display: flex; flex-direction: row; } .icon{ width: 50rpx; height: 50rpx; margin-right: 21rpx; } .text{ height: 50rpx; line-height: 50rpx; font-size: 30rpx; color: #333; } .top20{ margin-top: 20rpx; } .top1{ margin-top: 1rpx; }