// page { // background: linear-gradient(to bottom, #F0CABF, #E1CDEE) // } .operate_bg { display: flex; flex-direction: column; // flex-wrap: wrap; width: 750px; box-sizing: border-box; padding-left: 26px; margin-top: 64px; } .operate_item { margin-right: 32px; margin-bottom: 26px; width: 698px; height: 168px; display: flex; flex-direction: row; align-items: center; // justify-content: center; border-radius: 42px; padding-right: 50px; box-sizing: border-box; } .first_letter { margin-left: 50px; margin-right: 40px; background-color: rgba($color: #fff, $alpha: 0.5); width: 108px; height: 108px; border-radius: 54px; display: flex; align-items: center; justify-content: center; } .input_form { width: 670px; height: 360px; border-radius: 42px; background-color: rgba($color: #fff, $alpha: 0.25); display: flex; flex-direction: column; align-items: center; } .input_content { width: 578px; height: 128px; border-radius: 21px; margin-top: 60px; box-sizing: border-box; padding-left: 60px; // text-align: center; background-color: #fff; } .input_content_placeholder { text-align: center; } .form_btns { display: flex; flex-direction: row; margin-top: 60px; width: 670px; height: 128px; // background-color: palegoldenrod; } .form_cancel { flex: 1; display: flex; align-items: center; justify-content: center; } .form_confirm { color: rgba($color: #000, $alpha: 0.4); } .sel_tag { height: 64px; border-radius: 32px; background-color: rgba($color: #000, $alpha: 0.05); padding-left: 24px; display: flex; flex-direction: row; align-items: center; padding-right: 16px; } .textarea2 { height: 420px; width: 570px; box-sizing: border-box; // padding: 30px 0px; margin-top: 48px; margin-bottom: 48px; } .cover1 { width: 155px; height: 155px; background-color: rgba($color: #000, $alpha: 0.05); display: flex; align-items: center; justify-content: center; border-radius: 0px; overflow: hidden; margin-right: 20px; margin-bottom: 20px; position: relative; border-radius: 28px; } .cover2 { width: 155px; height: 155px; } .cover_del { position: absolute; right: 0; top: 0; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; } .cover_del_btn { width: 28px; height: 28px; border-radius: 15px; display: flex; align-items: center; justify-content: center; background-color: #66666680; flex-shrink: 0; } .form2 { display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; } .time_view { position: relative; display: flex; flex-direction: row; align-items: center; margin-left: 56px; padding-right: 52px; height: 108px; } .cardShowAni { animation: showAni 0.3s linear forwards; } .cardHideAni { animation: dismissAni 0.3s linear forwards; } @keyframes dismissAni { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes showAni { 0% { opacity: 0; transform: translateY(100px); } 100% { opacity: 1; transform: translateY(0px); } } /* #ifdef weapp */ .share_bg { position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; z-index: 100; background: linear-gradient(180deg, #000000 0%, #1A1A1A 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; } .navi_bar { position: fixed; left: 0; right: 0; top: 0; } /* #endif */ /* #ifdef rn */ .share_bg { position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; z-index: 100; display: flex; flex-direction: column; align-items: center; justify-content: center; } .navi_bar { position: absolute; left: 0; right: 0; top: 0; } /* #endif */ .share_card1 { width: 698px; height: 932px; display: flex; border-radius: 84px; margin-bottom: 26px; flex-direction: column; overflow: hidden; align-items: center; position: relative; } .log_result_success { margin-top: 123px; width: 120px; height: 120px; background-color: #fff; border-radius: 60px; display: flex; align-items: center; justify-content: center; } .share_card_cover { width: 698px; height: 932px; position: absolute; left: 0; top: 0; } .share_card_layer { width: 698px; height: 932px; position: absolute; left: 0; top: 0; background-color: #000; opacity: 0.5; } .share_canvas { position: absolute; top: -1000px; } .content_card { margin-left: 26px; background-color: rgba($color: #fff, $alpha: 0.5); width: 698px; min-height: 875px; border-radius: 84px; padding: 64px; padding-bottom: 44px; box-sizing: border-box; display: flex; flex-direction: column; } .share_btn1 { display: flex; flex-direction: row; align-items: center; justify-content: center; width: 698px; height: 108px; border-radius: 28px; }