123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- .container {
- background: linear-gradient(179deg, #005CBA 0%, #B7EBFF 100%);
- .containerBg {
- min-height: 100vh;
- //
- background-image: url('./images/icon_bg.png');
- background-repeat: no-repeat;
- background-size: 100%;
- padding-top: 23Px;
- }
- .titleIcon {
- display: block;
- max-width: 100%;
- height: 26Px;
- margin: 8px auto 0;
- }
- }
- .title {
- font-size: 30px;
- font-family: AlimamaShuHeiTi-Bold, AlimamaShuHeiTi;
- font-weight: bold;
- color: #021F67;
- line-height: 36px;
- padding: 12px 16px 16px;
- text-align: center;
- }
- .tagWrap {
- display: flex;
- justify-content: center;
- .tag {
- font-size: 16px;
- font-family: Alibaba-PuHuiTi-M, Alibaba-PuHuiTi;
- font-weight: normal;
- color: #FFFFFF;
- line-height: 22px;
- background: linear-gradient(90deg, #02BAFF 0%, #007AFE 100%);
- border-radius: 8px;
- margin: 0 auto;
- display: flex;
- align-items: center;
- padding: 4px 6px;
- span {
- font-size: 28Px;
- color: #C5EEFD;
- }
- }
- }
- .contentWrap {
- padding-top: 208px;
- .content {
- background: rgba(255, 255, 255, 0.5);
- border-radius: 20Px 20Px 0 0;
- border: 2px solid #FFFFFF;
- border-bottom: none;
- padding: 12px;
- padding-bottom: 50Px;
- }
- .icon {
- display: block;
- max-width: 100%;
- height: 26Px;
- margin: 16px auto 8px;
- }
- .group {
- border-radius: 18Px;
- overflow: hidden;
- margin-bottom: 12Px;
- :global {
- .van-cell {
- padding: 18px 16px;
- }
- .van-field__control {
- justify-content: flex-end;
- }
- .van-field__label {
- font-size: 16Px;
- color: #666666;
- }
- .van-field__error-message {
- text-align: right;
- }
- }
- }
- .radio {
- padding: 4px 10px;
- background: #F5F6FA;
- border: none;
- font-size: 14Px;
- line-height: 22px;
- color: #626264;
- font-weight: 400;
- border-radius: 6px;
- margin: 0 6px;
- }
- }
- .tips {
- font-size: 13px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #F64650;
- line-height: 18px;
- background: #FFEBEB;
- border-radius: 8Px;
- padding: 8Px;
- }
- .submit {
- margin-top: 18Px;
- background-color: transparent;
- height: 50Px;
- padding: 0;
- border: none;
- &::before {
- display: none;
- }
- }
- .submitIcon {
- display: block;
- max-width: 100%;
- max-height: 50Px;
- }
- .successWrap {
- position: relative;
- max-width: 76vw;
- display: flex;
- flex-direction: column;
- align-items: center;
- .p1 {
- position: absolute;
- max-width: 94vw;
- transform: translate(12Px, -84Px);
- }
- .p2 {
- max-width: 100%;
- position: relative;
- z-index: 1;
- }
- .btnWrap {
- position: relative;
- top: -2Px;
- display: flex;
- flex-direction: column;
- align-items: center;
- background-color: #fff;
- width: 100%;
- border-radius: 0 0 16Px 16Px;
- padding: 0 0 20Px 0;
- .btnTitle {
- font-size: 17Px;
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: 600;
- color: #021F67;
- line-height: 24Px;
- padding: 15Px 0;
- text-align: center;
- }
- .btnDes {
- font-size: 15Px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #777777;
- line-height: 21Px;
- text-align: center;
- padding-bottom: 20Px;
- }
- .btn {
- width: 172Px;
- height: 40Px;
- font-size: 16Px;
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: 600;
- color: #EEF8FE;
- line-height: 22Px;
- background: linear-gradient(135deg, #00B9FF 0%, #007AFF 100%);
- margin: 0 auto;
- }
- }
- }
- .codeWrap {
- :global {
- .van-field__error-message {
- text-align: left !important;
- }
- }
- }
|