57 lines
1.1 KiB
Plaintext
57 lines
1.1 KiB
Plaintext
.UCenter-bg {
|
|
background-image: url(https://image.weilanwl.com/color2.0/index.jpg);
|
|
background-size: cover;
|
|
height: 550rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
padding-top: 40rpx;
|
|
overflow: hidden;
|
|
position: relative;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-weight: 300;
|
|
text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.UCenter-bg text {
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.UCenter-bg .gif-wave{
|
|
position: absolute;
|
|
width: 100%;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 99;
|
|
mix-blend-mode: screen;
|
|
height: 100rpx;
|
|
}
|
|
|
|
map,.mapBox{
|
|
left: 0;
|
|
z-index: 99;
|
|
mix-blend-mode: screen;
|
|
height: 100rpx;
|
|
}
|
|
|
|
map,.mapBox{
|
|
width: 750rpx;
|
|
height: 300rpx;
|
|
}
|
|
|
|
.userAvatar-box {
|
|
height:200rpx;
|
|
width:200rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.userName-box {
|
|
padding-top:40rpx;
|
|
|
|
}
|