123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210 |
- .registerModal {
- background: linear-gradient(180deg, #D0EFFD 0%, #DBF4FF 100%);
- overflow: hidden;
- min-height: 100vh;
- .registerModalSection {
- background: url('../images/new/banner2.png') no-repeat top center;
- background-size: contain;
- overflow: hidden;
- }
- }
- .infoTitle {
- width: 323px;
- height: 19px;
- display: block;
- margin: 34px auto 25px;
- }
- .registerForm {
- background: #FFFFFF;
- border-radius: 16px;
- border-radius: 18px;
- margin: 0 12px;
- overflow: hidden;
- .fieldTipsGroup {
- margin: 0 14px 0;
- padding-bottom: 9px;
- }
- .fieldTips {
- font-size: 13px;
- color: #EC763B;
- line-height: 18px;
- background: #FFF8EB;
- border-radius: 8px;
- padding: 8px 10px;
- }
- .tips {
- display: inline-block;
- // padding-left: 5px;
- // padding-top: 2px;
- font-size: 12px;
- font-weight: 400;
- color: #777;
- line-height: 17px;
- }
- .username {
- padding-bottom: 8px !important;
- :global {
- .van-field__label {
- display: flex;
- align-items: center;
- width: 170px;
- }
- }
- }
- .countDown {
- min-width: 50px;
- text-align: center;
- }
- :global {
- .van-cell {
- padding: 18px 14px;
- }
- .van-field__label {
- font-size: 16px;
- color: #666666;
- line-height: 22px;
- }
- .van-field__control {
- font-size: 16px;
- }
- }
- .codeText {
- color: #1189FF;
- font-size: 14px;
- // &.codeTextDisabled {
- // color: #ccc;
- // }
- }
- .memberNumer {
- margin: 12px 12px 0;
- background: #E8F8FF;
- border-radius: 8px;
- padding: 8px 0 8px 10px;
- display: flex;
- align-items: center;
- font-weight: 600;
- font-size: 13px;
- color: #2B85FF;
- line-height: 18px;
- margin-bottom: 16px;
- .iconGift {
- width: 18px;
- height: 18px;
- margin-right: 6px;
- }
- span {
- font-size: 15px;
- color: #F62C2C;
- padding: 0 5px;
- }
- }
- }
- // .submitBtn {
- // margin: 16px 12px 22px;
- // width: calc(100% - 24px);
- // height: 46px;
- // border-radius: 12px;
- // font-size: 16px;
- // font-weight: 600;
- // color: #5B2C03 !important;
- // line-height: 22px;
- // }
- .paymentContainer {
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 14px;
- padding: 14px 14px calc(15px + env(safe-area-inset-bottom)) 14px;
- background: #FFFFFF;
- box-shadow: 0px -1px 0px 0px #F2F2F2, inset 0px 1px 3px 0px #FFFFFF;
- border-radius: 18px 18px 0px 0px;
- .giftTip {
- width: 88px;
- height: 18px;
- }
- .needPrice {
- padding-bottom: 7px;
- font-size: 14px;
- font-family: DINAlternate-Bold, DINAlternate;
- font-weight: bold;
- color: #FC1A19;
- padding-right: 6px;
- span {
- font-size: 28px;
- margin-right: 2px;
- }
- i {
- // margin-top: -3px;
- vertical-align: text-bottom;
- }
- }
- .allPrice {
- display: inline-block;
- font-size: 14px;
- font-family: DINAlternate-Bold, DINAlternate;
- font-weight: bold;
- color: #AAAAAA;
- line-height: 16px;
- }
- :global {
- .van-button {
- height: 40px;
- line-height: 40px;
- width: 148px;
- background: linear-gradient(135deg, #31C7FF 0%, #007AFE 100%);
- font-size: 16px;
- color: #fff;
- font-weight: 500;
- border: 0;
- }
- }
- }
- .radioSection {
- position: relative;
- min-width: 32px;
- justify-content: center;
- padding-left: 19px;
- padding-right: 19px;
- font-size: 15px;
- font-weight: 500;
- }
- .radioItem {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- opacity: 0;
- }
- .radioSection+.radioSection {
- margin-left: 12px;
- }
|