12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- .bindWeChat {
- overflow: hidden;
- text-align: center;
- .largeLogo {
- width: 104px;
- height: 104px;
- background: #fff6e4;
- border-radius: 52px;
- display: block;
- margin: 54px auto 14px;
- }
- .smallLogo {
- display: block;
- margin: 0 auto;
- height: 33px;
- width: 101px;
- }
- .tips {
- font-size: 16px;
- color: #777777;
- line-height: 22px;
- padding-top: 86px;
- padding-bottom: 20px;
- }
- .phone {
- font-size: 20px;
- font-weight: 500;
- color: #333333;
- line-height: 28px;
- }
- .btnGroup {
- padding: 168px 64px 32px;
- }
- .wxPopupDialog {
- // position: relative;
- overflow: initial;
- // margin-top: -160px;
- &::before {
- position: absolute;
- content: ' ';
- top: -73px;
- left: 50%;
- margin-left: -86px;
- display: inline-block;
- background: url('../../student/music-group/pre-apply/images/wx-no-top.png') no-repeat top
- center;
- background-size: contain;
- width: 172px;
- height: 154px;
- }
- }
- .popupContainer {
- background: url('../../student/music-group/pre-apply/images/wx-no-bg.png') no-repeat top center;
- background-size: cover;
- border-radius: 20px;
- overflow: hidden;
- .title1 {
- 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;
- }
- }
- }
|