@import '@/utils/common.scss'; .item_choose { border-width: 4px; border-color: transparent; border-style: solid; margin-left: 46px; margin-right: 46px; margin-bottom: 40px; padding-left: 48px; padding-right: 40px; padding-top: 48px; padding-bottom: 40px; border-radius: 24px; background-color: #767676; color: #fff; position: relative; box-sizing: border-box; display: flex; flex-direction: column; } .item_choose_selected { border-width: 4px; border-color: $fastColor; border-style: solid; margin-left: 46px; margin-right: 46px; margin-bottom: 40px; padding-left: 48px; padding-right: 40px; padding-top: 48px; padding-bottom: 40px; border-radius: 24px; background-color: #767676; color: #fff; position: relative; box-sizing: border-box; } .item1 { border-width: 4px; border-color: transparent; border-style: solid; margin-left: 46px; margin-right: 46px; margin-bottom: 40px; padding-left: 30px; padding-right: 20px; padding-top: 48px; padding-bottom: 40px; border-radius: 24px; background-color: #1c1c1c; color: #fff; position: relative; display: flex; flex-direction: row; align-items: center; box-sizing: border-box; } .item_sel1 { border-color: $fastColor; } .choose_item_title { font-size: 40px; line-height: 48px; font-weight: bold; color: #fff; letter-spacing: 0; } .choose_item_desc { color: #fff; opacity: 0.4; letter-spacing: 0; font-size: 28px; line-height: 36px; } .item_sel2 { border-width: 4px; border-color: $sleepColor; border-style: solid; margin-left: 46px; margin-right: 46px; margin-bottom: 40px; padding: 40px; border-radius: 24px; box-sizing: border-box; background-color: #1c1c1c; color: #fff; } .target_title { margin-top: 24px; margin-left: 46px; margin-right: 46px; color: #fff; font-weight: bold; font-size: 48px; line-height: 72px; margin-bottom: 24px; } .target_desc { margin-left: 46px; margin-right: 46px; color: #fff; font-size: 32px; line-height: 48px; margin-top: 20px; margin-bottom: 20px; letter-spacing: 0; opacity: 0.4; } .suggest_footer { color: #fff; opacity: 0.4; margin-left: 46px; font-size: 20px; margin-top: 24px; letter-spacing: 0; } .suggest_footer_note { display: flex; font-size: 24px; line-height: 32px; letter-spacing: 0; margin-left: 86px; margin-right: 86px; color: #fff; opacity: 0.2; margin-top: 20px; margin-bottom: 20px; } .suggest_footer_btn { margin-top: 16px; height: 72px; line-height: 72px; font-size: 28px; color: #9E9E9E; font-weight: bold; display: flex; } .suggest_item_title { font-size: 48px; line-height: 48px; color: #9E9E9E; font-weight: bold; } .suggest_item_desc { font-weight: bold; font-size: 24px; line-height: 24px; color: #fff; opacity: 0.2; } .suggest_choose { display: flex; flex-direction: row; align-items: center; justify-content: space-between; } .choose_item_check_bg { position: absolute; right: 40px; bottom: 40px; } .choose_corner_tag { position: absolute; right: -4px; height: 36px; top: -18px; padding-left: 16px; padding-right: 16px; color: #000; letter-spacing: 0; font-size: 20px; display: flex; align-items: center; justify-content: center; background-color: $fastColor; border-top-left-radius: 18px; border-top-right-radius: 18px; border-bottom-left-radius: 18px; } .suggest_tag { position: absolute; right: 40px; top: 24px; height: 36px; padding-left: 16px; padding-right: 16px; border-radius: 18px; font-size: 20px; display: flex; align-items: center; justify-content: center; color: #000; } .suggest_fast_tag_bg { position: absolute; right: 40px; top: 24px; display: flex; flex-direction: row; } .suggest_fast_tag { height: 36px; padding-left: 16px; padding-right: 16px; border-radius: 18px; font-size: 20px; display: flex; align-items: center; justify-content: center; color: #000; margin-left: 20px; background-color: $fastColor; } /* #ifdef weapp */ .limit_offer{ background: linear-gradient(90deg, $fastColor 0%, $sleepColor 100%); } /* #endif */ /* #ifdef rn */ /* #endif */