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.
47 lines
795 B
47 lines
795 B
.UCenter-bg {
|
|
/* background: url(https://image.weilanwl.com/color2.0/index.jpg); */
|
|
background-image: var(--gradualBlue);
|
|
background-size: cover;
|
|
height: 350rpx;
|
|
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 image {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
}
|
|
|
|
.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;
|
|
}
|