| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- .per-register-active {
- min-height: calc(100vh - 176px);
- background: url('./images/banner.png') no-repeat top center #C7F4FF;
- background-size: contain;
- padding-top: 176px;
- overflow: hidden;
- }
- .flowPath {
- position: relative;
- margin: 0 14px 12px;
- // background: url('./images/flow-path-bg.png') no-repeat center;
- // background-size: contain;
- background: linear-gradient(180deg, #BFF4FF 0%, #80D3E1 100%);
- box-shadow: 0px 2px 4px 0px rgba(23, 89, 202, 0.92), inset 0px -9px 6px 0px #64BDFF, inset 0px 3px 4px 0px #FFFFFF;
- border-radius: 25px;
- padding: 12px 10px 11px;
- .flowPathTitle {
- display: block;
- position: absolute;
- top: -4px;
- left: 50%;
- margin-left: -72px;
- width: 144px;
- height: 42px;
- background: url('./images/flow-path-title.png') no-repeat center;
- background-size: contain;
- }
- .flowPathContent {
- padding: 31px 20px 14px;
- font-size: 14px;
- color: #2D1A18;
- line-height: 26px;
- background: linear-gradient(180deg, #FFFFFA 0%, rgba(255, 255, 253, 0.87) 90%, rgba(255, 255, 255, 0.52) 100%);
- box-shadow: 0px 1px 6px 0px #D9EFF8;
- border-radius: 18px;
- border: 5px solid #139CF1;
- // span {
- // color: #E15339;
- // }
- :global {
- img {
- width: 100% !important;
- }
- }
- }
- }
- .signin {
- position: relative;
- margin: 0 10px 20px;
- background: url('./images/signin-bg.png') no-repeat center;
- background-size: contain;
- min-height: 419px;
- overflow: hidden;
- .tips {
- margin: 27px 35px 0;
- display: flex;
- align-items: center;
- background: #F1F1F1;
- border-radius: 6px;
- font-size: 13px;
- color: #DC2A00;
- line-height: 18px;
- p {
- padding-top: 2px;
- }
- span {
- font-weight: bold;
- }
- .signinTips {
- margin: 0 2px 0 4px;
- width: 34px;
- height: 28px;
- object-fit: contain;
- }
- }
- }
- .cellGroup {
- margin: 0 40px;
- background-color: transparent;
- :global {
- .van-cell {
- padding-top: 18px;
- padding-left: 0;
- padding-right: 0;
- background-color: transparent;
- }
- .van-field__label {
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- line-height: 22px;
- margin-bottom: 10px;
- }
- input {
- color: #666;
- font-size: 16px;
- &::placeholder {
- color: #dcdcdc;
- }
- }
- }
- .submitBtn {
- width: 190px;
- height: 53px;
- background: url('./images/signin-btn.png') no-repeat center;
- background-size: contain;
- border: none;
- display: block;
- margin: 18px auto 0;
- border-radius: 50px;
- }
- }
- .wxPopupDialog {
- // position: relative;
- overflow: initial;
- // margin-top: -160px;
- &::before {
- position: absolute;
- content: ' ';
- top: -73px;
- left: 50%;
- margin-left: -86px;
- display: inline-block;
- background: url('../music-group/pre-apply/images/wx-no-top.png') no-repeat top center;
- background-size: contain;
- width: 172px;
- height: 154px;
- }
- }
- .popupContainer {
- background: url('../music-group/pre-apply/images/wx-no-bg.png') no-repeat top center;
- background-size: cover;
- border-radius: 20px;
- overflow: hidden;
- padding: 0 20px;
- .title {
- padding-top: 57px;
- text-align: center;
- font-size: 18px;
- font-weight: 500;
- color: #3b2300;
- }
- .popupTips {
- padding-top: 12px;
- padding-bottom: 47px;
- text-align: center;
- font-size: 15px;
- color: #777777;
- line-height: 21px;
- }
- }
|