12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .UCenter-bg {
- background-size: cover;
- display: flex;
- justify-content: center;
- 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;
- }
|