.destination { position: fixed; height: 110px; left: 10px; right: 10px; bottom: 116px; background: #ffffff; z-index: 12 !important; border-radius: 18px 18px 0 0; } .destination > .logo { position: absolute; top: 14px; left: 14px; width: 80px; height: 80px; background: #ffffff; border-radius: 6px; padding: 8px; box-sizing: border-box; box-shadow: 0px 8px 16px rgba(104, 110, 127, 0.08); } .destination > .name { position: absolute; top: 24px; left: 108px; font-family: PingFang SC; font-style: normal; font-weight: 600; font-size: 24px; line-height: 34px; color: #323337; } .destination > .name.noicon { left: 14px; } .destination > .meta { display: flex; align-items: center; justify-content: space-between; position: absolute; top: 68px; left: 108px; right: 20px; font-family: PingFang SC; font-style: normal; font-weight: 500; font-size: 14px; line-height: 20px; color: #a1a5b3; } .destination > .meta.noicon { left: 14px; } .destination > .border { position: absolute; left: 20px; right: 20px; bottom: 0; border-top: 1px dashed #edeff3; } .destination > .exit { position: absolute; top: 16px; left: auto; right: 16px; width: 24px; height: 24px; }