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.
27 lines
525 B
27 lines
525 B
.UCenter-bg {
|
|
background-image: url(https://image.weilanwl.com/color2.0/index.jpg);
|
|
background-size: cover;
|
|
height: 700rpx;
|
|
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: 250rpx;
|
|
height: 250rpx;
|
|
}
|
|
|
|
.UCenter-bg .animation-wave {
|
|
position: absolute;
|
|
bottom: 0;
|
|
}
|
|
|