page { background-color: #ffffff; } .avatarUrlbox { margin-top: 40rpx; display: flex; width: 90%; margin-left: 10%; margin-right: 10%; flex-direction: row; align-items:center; } .txtavatarUrl { font-weight: 500; font-size: 30rpx; color: #000000; flex: 5; text-align: left; } .txtavatarUrl2 { font-weight: 500; font-size: 38rpx; color: #858585; flex: 5; text-align: right; } .imgavatarUrl { flex: 5; text-align: right; } .imgsculpture { width:124rpx; height:124rpx; border-radius:200rpx; } .line { margin-top: 24rpx; height: 2rpx; width: 100%; background-color:#f8f8f8; } .bankcardbox { margin-top: 10rpx; height: 100rpx; display: flex; width: 90%; margin-left: 10%; margin-right: 10%; flex-direction: row; align-items:center; } .txtbankcard { font-weight: 500; font-size: 30rpx; color: #000000; flex: 3; text-align: left; } .bankcard { font-weight: 500; font-size: 34rpx; color: #858585; flex: 7; text-align: right; } .iconbankcard { flex: 1; text-align: right; } .photo { margin-top: 8rpx; height: 56rpx; width: 56rpx; } .tips { margin-top: 20rpx; width: 100%; text-align: center; font-weight: 400; font-size: 30rpx; } .loading { margin-top: 15rpx; width: 70rpx; height: 70rpx; } .loadbox { width: 100%; display: flex; flex-direction: row; align-items:center; } .loadleft { flex: 5; text-align: right; } .loadright { flex: 5; text-align: left; font-weight: 400; font-size: 30rpx; color: #000000; } .load { width: 100%; height: 2400rpx; position: absolute; left: 0; top: 0; z-index: 9999; background-color: #ffffff; text-align: center; line-height: 1300rpx; } .loadimg { width: 200rpx; height: 200rpx; } .phcolor { color: #C0C0C0; font-size: 32rpx; font-weight: 500; } .nameinput { font-size: 32rpx; font-weight: 500; color: #C0C0C0; }