.my_top { background-color: var(--color); height: 94rpx; } .my_user { width: 710rpx; margin: -80rpx auto 42rpx auto; background-color: #ffffff; border-radius: 16rpx; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; padding: 28rpx 40rpx 24rpx 16rpx; height: 204rpx; } .my_user image { width: 128rpx; height: 128rpx; flex: none; border-radius: 128rpx; } .my_login { flex: auto; width: 100%; margin-left: 14rpx; font-size: 34rpx; color: #333333; font-weight: 500; } .my_card { width: 710rpx; margin: 0 auto 20rpx auto; background-color: #ffffff; border-radius: 8rpx; } .my_action_tit { line-height: 88rpx; padding: 0 26rpx; font-size: 30rpx; color: #242E42; } .my_action_item { display: flex; justify-content: space-between; align-items: center; line-height: 112rpx; padding: 0 38rpx 0 32rpx; } .my_action_item image { width: 60rpx; height: 60rpx; flex: none; margin-right: 26rpx; } .my_action_item view { width: 100%; flex: auto; font-size: 28rpx; color: #333333; } .my_action_txt { flex: none; font-size: 24rpx; color: #CCCCCC; } .my_action_vs { flex: none; font-size: 28rpx; color: #999999; } .my_exit { width: 686rpx; display: block; line-height: 100rpx; background: #ffffff; color: #F22828; margin: 20rpx auto auto auto; border-radius: 10rpx; text-align: center; font-size: 32rpx; } .my_user_info { width: 100%; margin-left: 32rpx; flex: auto; display: flex; justify-content: space-between; align-items: center; } .my_user_txt { width: 100%; flex: auto; line-height: 44rpx; line-height: 128rpx; display: flex; justify-content: space-between; } .my_user_txt view { font-size: 32rpx; color: #333333; } .my_user_txt text { font-size: 28rpx; color: #333333; display: block; }