123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- .auth {
- align-items: center;
- display: flex;
- flex-direction: column;
- margin-top: 128rpx
- }
- .auth-logo {
- height: 200rpx;
- width: 200rpx
- }
- .auth-logo image {
- height: 100%;
- width: 100%
- }
- .title {
- font-size: 36rpx;
- line-height: 56rpx;
- margin-top: 20rpx
- }
- .merchant-name {
- display: inline;
- font-weight: 700
- }
- .sub-title {
- font-size: 34rpx;
- line-height: 52rpx;
- margin-top: 8rpx
- }
- .agreement {
- color: #888;
- display: flex;
- font-size: 28rpx;
- justify-content: center;
- line-height: 40rpx;
- margin-top: 96rpx
- }
- checkbox .wx-checkbox-input {
- border-radius: 50%;
- height: 24rpx;
- width: 24rpx
- }
- checkbox .wx-checkbox-input.wx-checkbox-input-checked {
- background: #006eff
- }
- checkbox .wx-checkbox-input.wx-checkbox-input-checked:before {
- background: transparent;
- color: #fff;
- font-size: 22rpx;
- height: 28rpx;
- line-height: 28rpx;
- text-align: center;
- width: 28rpx
- }
- navigator {
- color: #006dff;
- display: inline
- }
- .button-area {
- margin-top: 48rpx
- }
- button {
- background: #fff;
- border: 2rpx solid #ddd;
- font-size: 32rpx;
- font-weight: 400;
- height: 96rpx;
- line-height: 96rpx;
- width: 622rpx
- }
- .redirect {
- align-items: center;
- display: flex;
- flex-direction: column;
- margin-top: 272rpx
- }
- .loading {
- height: 160rpx;
- margin-bottom: 32rpx;
- width: 160rpx
- }
- .loading image {
- height: 100%;
- width: 100%
- }
- .title {
- font-size: 34rpx;
- line-height: 52rpx
- }
- .protocol {
- position: relative
- }
- .protocol .main {
- background: #f8f9fa;
- color: #3c3c3c;
- font-size: 24rpx;
- padding: 40rpx 40rpx 140rpx
- }
- .protocol .main view {
- margin: 20rpx 0
- }
- .protocol .main .h1 {
- font-size: 36rpx;
- font-weight: 700;
- line-height: 2;
- margin: 0 0 20rpx;
- text-align: center
- }
- .protocol .main .p {
- margin: 4rpx 0;
- text-indent: 2em
- }
- .protocol .main .strong {
- font-weight: 700
- }
- .protocol .main .dl {
- margin-top: 40rpx
- }
- .protocol .main .dt {
- margin-bottom: 20rpx
- }
- .protocol .main .h2 {
- font-size: 28rpx;
- font-weight: 700
- }
- .protocol .main .dd {
- margin-bottom: 20rpx
- }
- .protocol .main .dd view {
- padding-left: 2em
- }
- .protocol .pop-btn-line {
- background: #f8f9fa;
- bottom: 0;
- box-sizing: border-box;
- left: 0;
- padding: 30rpx;
- position: fixed;
- width: 100%
- }
- .protocol .pop-btn {
- background: transparent;
- background-color: #2787f3;
- border: none;
- border-radius: 6rpx;
- color: #00a5e0;
- color: #fff;
- display: block;
- font-size: 34rpx;
- height: 90rpx;
- line-height: 90rpx;
- min-width: 5.6rem;
- outline: none;
- text-align: center
- }
|