1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- @media screen and (max-width: 750px) {
- html {
- font-size: calc(100vw / 7.5);
- }
- }
-
- @media screen and (min-width: 750px) {
- html {
- font-size: calc(450px / 7.5);
- }
- }
- html, body, div, ul, li, p {
- padding: 0;
- margin: 0;
- }
- ul, li {
- list-style: none;
- }
- .containers{
- width: 7.5rem;
- margin: auto;
- background-image: url('../img/yunActivity/bj.png');
- background-size: 100% 100%;
- }
- .banner-wrap{
- width: 7.5rem;
- height: 36.06rem;
- position: relative;
- }
- .banner-img {
- width: 7.5rem;
- height: 1.28rem;
- }
- .downlond-img {
- position: absolute;
- top: 0.2rem;
- right: 0;
- width: 2.48rem;
- height: 0.88rem;
- }
- .downlond-midimg {
- position: absolute;
- top: 11.4rem;
- left: 2.43rem;
- width: 3.03rem;
- height: 1.08rem;
- }
- #toast-container>.toast-error {
- background-image: none !important;
- border-radius: 0.2rem;
- }
- .toast-error {
- background-color: rgba(0, 0, 0, 0.8);
- border-radius: 0.2rem;
- }
- #toast-container>div {
- font-size: 14px;
- min-width: 80px !important;
- padding: 12px !important;
- box-shadow: none;
- border-radius: 0.2rem;
- }
- .toast-center-center {
- position: fixed;
- min-width: 220px;
- top: 50%;
- left: 50%;
- text-align: center;
- transform: translateX(-50%);
- color: #FFFFFF;
- border-radius: 0.2rem;
- }
- @media (max-width: 480px) and (min-width: 241px) {
- #toast-container>div {
- min-width: 80px !important;
- width: auto;
- }
- }
|