You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
879 B
45 lines
879 B
.top-right.data-v-10314185 {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.BLE.data-v-10314185 {
|
|
margin-left: 10px;
|
|
}
|
|
.nav-bar-userName.data-v-10314185 {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
text-align: center;
|
|
border-radius: 50%;
|
|
background-color: #36546e;
|
|
color: #fff;
|
|
}
|
|
.nav-bar-username-img.data-v-10314185 {
|
|
width: 28rpx;
|
|
height: 28rpx;
|
|
}
|
|
.popup-content.data-v-10314185 {
|
|
background-color: #fff;
|
|
height: 20vh;
|
|
width: 100vw;
|
|
position: relative;
|
|
}
|
|
.userName-info.data-v-10314185 {
|
|
padding: 40rpx;
|
|
color: #002648;
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
}
|
|
.userName-info .name.data-v-10314185,
|
|
.userName-info .zw.data-v-10314185 {
|
|
padding: 10rpx 20rpx;
|
|
}
|
|
.back-logn.data-v-10314185 {
|
|
position: absolute;
|
|
bottom: 30rpx;
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
width: 90vw;
|
|
}
|
|
|