@import '@/utils/common.scss'; .day_night_top { display: flex; flex-direction: row; align-items: center; color: #fff; // background-color: red; } .day_night_title { font-size: 32px; line-height: 32px; opacity: 0.6; } .free { height: 36px; line-height: 35px; border-radius: 18px; font-size: 20px; display: flex; // align-items: center; // justify-content: center; padding-left: 16px; padding-right: 16px; margin-left: 6px; } .day_night_card_footer { display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding-top: 20px; margin-top: 20px; border-top-style: solid; border-top-color: #D8D8D852; border-top-width: 1px; } .day_night_value { font-size: 32px; line-height: 32px; font-weight: bold; left: 0; // background-color: red; } .day_night_desc { font-size: 20px; line-height: 32px; color: #fff; opacity: 0.2; width: 468px; margin-top: 8px; // background-color: red; } .day_night_card_btn { // width: 598px; height: 88px; border-radius: 44px; display: flex; align-items: center; justify-content: center; color: #000; font-size: 28px; font-weight: bold; } /* #ifdef weapp */ .buy_night { background: linear-gradient(to right, #1446B9, #AAFF00); } .buy_day { background: linear-gradient(to right, #C9DAFF, #AAFF00); } /* #endif */ /* #ifdef rn */ /* #endif */ .day_location_btn { background-color: #C9DAFF33; color: #C9DAFF; height: 72px; padding-left: 48px; padding-right: 48px; border-radius: 36px; text-align: center; font-size: 24px; font-weight: bold; display: flex; align-items: center; justify-content: center; } .night_location_btn { background-color: #1446B933; color: #1446B9; height: 72px; padding-left: 48px; padding-right: 48px; border-radius: 36px; text-align: center; font-size: 24px; font-weight: bold; display: flex; align-items: center; justify-content: center; } .night_choose_location { margin-top: 8px; line-height: 32px; font-weight: bold; font-size: 24px; width: 438px; font-weight: bold; color: #1446B9; } .day_choose_location { margin-top: 8px; line-height: 32px; font-weight: bold; font-size: 24px; width: 438px; font-weight: bold; color: #C9DAFF; } .switch { transform: scale(0.85); transform-origin: right center; margin-right: -10px; } .day_night_detail { display: flex; flex-direction: row; margin-top: 18px; margin-bottom: 14px; // background-color: pink; } .day_night_detail_icon { margin-right: 22px; // background-color: red; } .duration_title2 { font-size: 32px; line-height: 32px; color: #fff; font-weight: 400; opacity: 0.6; } .duration_value22 { font-weight: bold; font-size: 36px; line-height: 36px; margin-top: 8px; display: flex; flex-shrink: 0; } .daynightsummary { display: flex; flex-direction: row; align-items: center; } .sunicon { width: 72px; height: 72px; margin-right: -8px; //-40px; } .sunicon_bg { display: flex; flex-direction: column; align-items: center; justify-content: center; } .content_icon_bg { display: flex; align-items: center; justify-content: flex-end; // background-color: pink; } .sunrise_item { display: flex; flex-direction: row; align-items: flex-end; } .arrow2 { width: 48px; height: 48px; opacity: 0.2; } .myMap { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; } .day_card_header{ position: absolute; right: 0; top: -16px; } .day_card_footer { position: absolute; right: 0px; bottom: -8px; display: flex; flex-direction: row; align-items: center; } .day_card_footer_date { opacity: 0.4; color: #767676; font-size: 24px; line-height: 48px; } .card_arrow { width: 40px; height: 40px; opacity: 0.2; } .footer_desc_text{ font-size: 24px; line-height: 24px; margin-left: 5px; }