| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265 |
- @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: 28px;
- 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: 28px;
- padding-left: 30px;
- padding-right: 20px;
- padding-top: 40px;
- 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;
- position: relative;
- }
- .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;
- font-weight: bold;
- }
- .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: #ffffff99;
- font-weight: bold;
- display: flex;
- }
- .suggest_item_title {
- font-size: 48px;
- line-height: 56px;
- color: #9E9E9E;
- font-weight: bold;
- display: flex;
- flex-direction: row;
- }
- .suggest_item_desc {
- font-weight: bold;
- font-size: 24px;
- line-height: 32px;
- color: #fff;
- opacity: 0.2;
- }
- .suggest_choose {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- margin-top: 8px;
- }
- .suggest_choose_text{
- font-size: 32px;
- font-weight: bold;
- line-height: 48px;
- }
- .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;
- font-weight: bold;
- }
- .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;
- font-weight: bold;
-
- }
- .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%);
- }
- .fast_sleep_item_text{
- background: linear-gradient(90deg, $fastColor 0%, $sleepColor 100%);
- -webkit-background-clip: text;
- background-clip: text;
- color: transparent;
- }
- /* #endif */
- /* #ifdef rn */
- /* #endif */
|