.index { position: relative; width: 100vw; height: 100vh; background: #292c3c; } .index .top { position: absolute; top: 0; left: 15px; right: 15px; height: 139px; background: linear-gradient(90deg, #c1c6d0, #e0e2ea); border-radius: 12px; z-index: 1; } .index .top .left { position: absolute; left: 14px; top: 14px; background: #f4f4f4; border: 1px solid #ececec; border-radius: 8px; padding-left: 32px; padding-right: 29px; line-height: 30px; font-size: 14px; font-family: SourceHanSansCN, SourceHanSansCN-Regular; font-weight: 400; color: rgba(0, 0, 0, 0.85); max-width: calc(100vw - 114px); box-sizing: border-box; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .index .top .left .img-left { position: absolute; display: block; width: 14px; height: 16px; top: 7px; left: 9px; } .index .top .left .img-right { position: absolute; display: block; width: 5px; height: 8px; top: 11px; right: 9px; } .index .top .right { position: absolute; right: 14px; top: 22px; font-size: 14px; font-family: SourceHanSansCN, SourceHanSansCN-Regular; font-weight: 400; text-align: left; color: #474956; line-height: 14px; } .index .middle { position: absolute; box-sizing: border-box; top: 58px; left: 15px; right: 15px; width: calc(100vw - 30px); bottom: 0; background: #373946; border-radius: 12px; z-index: 2; padding: 14px; } .index .middle .space-bottom { width: 100%; height: 72px; } .index .bottom { position: absolute; display: flex; bottom: 0; left: 0; width: 100vw; height: 64px; background: #292c3c; border-top: 1px solid #1d202e; z-index: 3; text-align: center; } .index .bottom>navigator, .index .bottom>button { flex: 1; position: relative; font-size: 10px; font-family: SourceHanSansCN, SourceHanSansCN-Regular; font-weight: 400; color: rgba(255, 255, 255, 0.8); padding-top: 43px; background: none; } .index .bottom .left-icon { position: absolute; top: 12px; left: 0; right: 0; margin: auto; width: 32px; height: 24px; z-index: 1; } .index .bottom .banner { position: absolute; min-width: 16px; height: 16px; top: 5px; left: calc(50% + 9px); line-height: 16px; font-size: 10px; font-family: DINPro, DINPro-Bold; font-weight: 700; text-align: center; color: #d6ab7e; background: #474956; border-radius: 50%; z-index: 2; } .index .bottom .right-icon { position: absolute; top: 11px; left: 0; right: 0; margin: auto; width: 25px; height: 25px; } .index .modal { position: absolute; z-index: 4; top: 0; left: 0; right: 0; bottom: 0; } .index .modal .blur { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); filter: blur(5px); z-index: 1; } .index .modal .content { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 273px; height: 278px; background: linear-gradient(180deg, #c1c6d0, #e0e2ea); border-radius: 14px; z-index: 2; text-align: center; } .index .modal .content>.r1 { font-size: 24px; font-family: SourceHanSansCN, SourceHanSansCN-Regular; font-weight: 400; color: #474956; margin-top: 30px; line-height: 50px; } .index .modal .content>.r2 { width: 95px; height: 72px; margin: auto; } .index .modal .content>.r3 { font-size: 14px; font-family: SourceHanSansCN, SourceHanSansCN-Regular; font-weight: 400; color: #474956; line-height: 62px; } .index .modal .content>.btn { width: 240px; height: 48px; background: linear-gradient(180deg, #3e404d, #393b46 97%); border: 1px solid; border-image: linear-gradient(180deg, #fadabd, #f4c09c 133%) 1 1; border-radius: 8px; box-shadow: 0px 12px 12px -12px #30323c; font-size: 14px; font-family: SourceHanSansCN, SourceHanSansCN-Regular; font-weight: 400; text-align: center; color: #f9dab7; line-height: 48px; padding: 0; }