/* pagesSquare/pages/PCAuthorization/PCAuthorization.wxss */ .container { padding: 0 20rpx; background-color: #f2f2f2; min-height: 100vh; } .bj { display: flex; justify-content: center; } .bj-img { width: 300rpx; /* width: 430rpx; margin-left: 140rpx; */ } .bj-img-offer { width: 430rpx; transform: translateX(30px); } .main { background-color: #fff; width: 610rpx; position: absolute; border-radius: 50rpx; /* display: flex; */ flex-direction: column; /* align-items: center; */ justify-content: space-between; /* padding-top: 155rpx; */ /* padding-bottom: 30rpx; */ padding: 155rpx 50rpx 50rpx; display: flex; } .title { text-align: center; font-size: 36rpx; color: #20201f; display: block; } .greenBtn { background-color: #26d79f; color: #fff; height: 90rpx; line-height: 90rpx; text-align: center; border-radius: 50rpx; } .account { /* padding-top: 150rpx; */ } .account .oldAccount { margin-top: 44rpx; } .hint { font-size: 25rpx; text-align: center; padding-top: 70rpx; } .authorizedLogBtn { width: 600rpx; } .account-input input { height: 90rpx; line-height: 90rpx; background-color: #f2f2f2; border-radius: 10rpx; padding: 0 30rpx; font-size: 28rpx; } .account-input input:last-child { margin-top: 30rpx; } .backPreviousStep { position: absolute; bottom: 0; text-align: center; width: 690rpx; justify-content: center; padding: 30rpx 0; color: #7F7F7F; font-size: 25rpx; } .hint .a { text-decoration: underline; } /* components/nowUserAccredit/nowUserAccredit.wxss */ .nowUserAccredit { position: fixed; top: 0; left: 0; min-height: 100vh; width: 100vw; /* background-color: black; */ /* : 0.4; */ z-index: 5000; display: flex; } .nowUserAccredit .bg { flex: 1; background-color: #000000; opacity: 0.4; } .nowUserAccredit .protocol { display: flex; align-items: center; font-size: 28rpx; padding: 10rpx 0; } .nowUserAccredit .protocol image { width: 25rpx; height: 25rpx; margin: 0; } .nowUserAccredit .protocol text { margin: 0 7rpx 0 15rpx; } .nowUserAccredit .protocol .navigator { color: #3cdda9; padding: 0 5rpx; } .nowUserAccredit .btnbtn { width: 100%; background-color: #323232; height: 105rpx; color: #fff; text-align: center; line-height: 105rpx; border-radius: 50rpx; margin-top: 45rpx; display: flex; justify-content: center; align-items: center; } .nowUserAccredit .bottom { width: 652rpx; position: fixed; bottom: 0; background-color: #fff; padding: 80rpx 50rpx 68rpx; border-radius: 50rpx 50rpx 0 0; } .nowUserAccredit .bottom .title { margin-bottom: 80rpx; font-size: 34rpx; padding: 0; display: flex; } .hint-tick { width: 25rpx; height: 25rpx; padding: 10rpx; } .tick-mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }