| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- .Zlight {
- position: absolute;
- bottom: 0px;
- right: 203px;
- z-index: 99;
- width: 296px;
- height: 90px;
- img {
- pointer-events: none;
- }
- :global {
- .Zlbox {
- .Zlimg2 {
- position: absolute;
- top: 39%;
- left: 50%;
- transform: translate(-50%, -50%);
- width: 73%;
- &>img {
- width: 100%;
- height: auto;
- }
- .Zlkuai {
- border-radius: 4px;
- position: absolute;
- // top: -3px;
- // left: 50%;
- transform: translateX(-50%);
- width: 4px;
- height: 14px;
- background-color: #ffe9b6;
- }
- }
- .Zlimg3 {
- height: 44px;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 14px;
- color: #ffe9b6;
- &>img {
- display: inline-block;
- // margin-right: 6px;
- width: 20px;
- }
- }
- }
- }
- }
|