123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337 |
- .container{
- width: 100%;
- background-color: #F7F7F7;
- .panel{
- background: #FFFFFF;
- border-radius: 10px;
- margin: 0 auto;
- width: 315px;
- padding: 32px 24px;
- box-sizing: border-box;
- .p-title{
- font-size: 18px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #323038;
- line-height: 25px;
- text-align: center;
- }
- .p-text{
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- margin-top: 14px;
- }
- }
- .modal{
- position: fixed;
- z-index: 20;
- width: 100vw;
- height: 100vh;
- display: flex;
- justify-content: center;
- align-items: center;
- background-color: rgba($color: #000000, $alpha: 0.7);
- backdrop-filter:blur(5px);
- .m-panel{
- width: 315px;
- background-color: #ffffff;
- border-radius: 20px;
- padding: 30px;
- box-sizing: border-box;
- .m-title{
- font-size: 20px;
- line-height: 28px;
- color: #1C1C1E;
- font-weight: bold;
- }
- .phone-input{
- border: none;
- outline: none;
- width: 255px;
- height: 44px;
- border-bottom: 0.5px solid #f1f1f1;
- font-size: 22px;
- margin-top: 48px;
- &::placeholder{
- font-size: 18px;
- line-height: 25px;
- color: #c5c5c5;
- }
- }
- .warn{
- color:#FF0000;
- font-size: 11px;
- line-height: 16px;
- height: 16px;
- margin-top: 8px;
- transition: all 0.3s;
- text-indent: 10px;
- }
- .m-inputbox{
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-top: 20px;
- .code-input{
- border: none;
- outline: none;
- width: 160px;
- height: 44px;
- border-bottom: 0.5px solid #f1f1f1;
- font-size: 22px;
- &::placeholder{
- font-size: 18px;
- line-height: 25px;
- color: #c5c5c5;
- }
- }
- .m-code{
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- }
- }
- .main-btn{
- width: 255px;
- height: 44px;
- background-color: #8F61FF;
- color: #ffffff;
- font-size: 16px;
- line-height: 44px;
- font-weight: bold;
- border-radius: 30px;
- text-align: center;
- box-sizing: border-box;
-
- }
- .v-btn{
- background-color: #8F61FF;
- color: #ffffff;
- margin-top: 30px;
- }
- }
- }
- .top-box{
- width: 100%;
- position: relative;
- .top-bg{
- width: 100%;
-
- }
- .top-info{
- margin: 0px 12px 0px 12px;
- border-radius: 10px;
- position: relative;
- z-index: 2;
- margin-top:-40px;
- color: #ffffff;
- height: 30px;
- transform: translateY(-160px);
- font-size: 16px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .top-card{
- background-color: #ffffff;
- margin: 12px 10px 0px 12px;
- border-radius: 10px;
- position: relative;
- z-index: 1;
- margin-top:-150px;
-
- .line{
- display: flex;
- justify-content: flex-end;
- align-items: center;
- .tag{
- width: 60px;
- height: 32px;
- background: #F4F2FF;
- border-radius: 0px 10px 0px 10px;
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #9580FF;
- line-height: 32px;
- text-align: center;
- }
- }
- .line1{
- display: flex;
- justify-content: flex-start;
- align-items: center;
- padding: 0px 20px;
- .yd{
- width: 20px;
- height: 20px;
- }
- .yd-text{
- font-size: 14px;
- color: #999999;
- margin-left: 5px;
-
- }
- }
- .line2{
- padding: 8px 20px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- .label{
- font-size: 48px;
- font-family: DIN-Medium, DIN;
- font-weight: bold;
- color: #333333;
- line-height: 54px;
- }
- .top-btn{
- width: 100px;
- height: 44px;
- background: #9580FF;
- border-radius: 24px;
- font-size: 16px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 44px;
- text-align: center;
- }
- }
- .text{
- font-size: 12px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #B1B1B3;
- line-height: 17px;
- padding: 16px 20px;
- }
- }
- }
- .content-box{
- margin-top: 30px;
- .title-box{
- padding: 0px 20px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- .title{
- font-size: 16px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #323038;
- }
- .right-box{
- display: flex;
- justify-content: space-between;
- align-items: center;
- .right-text{
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- }
- .right{
- width: 17px;
- height: 15px;
- }
- }
- }
- .content-card{
- margin: 20px 12px;
- background: #FEFFFE;
- border-radius: 8px;
- padding: 37px 20px;
- .tip-box{
- display: flex;
- justify-content: flex-start;
- align-items: center;
- .tip{
- font-size: 13px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- line-height: 18px;
- }
- .tip-img{
- width: 16px;
- height: 16px;
- margin-left: 8px;
-
- }
- }
- .content-label{
- font-size: 48px;
- font-family: DIN-Medium, DIN;
- font-weight: bold;
- color: #333333;
- line-height: 54px;
- margin-top: 9px;
- }
- .content-tabs{
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-top: 44px;
- .ct-item{
- flex: 1;
- .cti-text{
- font-size: 13px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- line-height: 18px;
- }
- .cti-num{
- font-size: 20px;
- font-family: DIN-Medium, DIN;
- font-weight: 500;
- color: #333333;
- line-height: 22px;
- margin-top: 8px;
- font-weight: bolder;
- }
- }
- }
- .btn-box{
- width: 100%;
- box-sizing: border-box;
- margin-top: 32px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- .bb-item1{
- width: 150px;
- height: 44px;
- border-radius: 25px;
- border: 1px solid #E4DEFF;
- font-size: 16px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: bolder;
- color: #A796FF;
- line-height: 44px;
- text-align: center;
- }
- .bb-item2{
- width: 150px;
- height: 44px;
- background: #FFC107;
- border-radius: 25px;
- font-size: 16px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: bolder;
- color: #FFFFFF;
- line-height: 44px;
- text-align: center;
- }
- }
- }
- }
- .null-box{
- width: 100vw;
- height: 34px;
- background-color: #F7F7F7;
- }
- }
|