| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- .bg {
- width: 100%;
- height: 100%;
- background-color: #fff;
- }
- .block {
- height: 233rpx;
- }
- .bind-logo {
- display: block;
- width: 200rpx;
- height: 200rpx;
- margin: 0 auto;
- }
- .bind-text {
- padding-top: 30rpx;
- font-size: 32rpx;
- color: #eab86a;
- text-align: center;
- }
- .bind-btn {
- display: block;
- margin: 375rpx auto 0;
- width: 710rpx;
- height: 88rpx;
- border: 1px solid #eab86a;
- border-radius: 4rpx;
- text-align: center;
- }
- .bind-btn__button {
- width: 710rpx;
- height: 88rpx;
- text-align: center;
- line-height: 88rpx;
- color: #eab86a;
- font-size: 28rpx;
- text-align: center;
- }
- .bind-btn1 {
- display: block;
- margin: 20rpx auto 0;
- width: 710rpx;
- height: 88rpx;
- border: 1px solid #cccccc;
- border-radius: 4rpx;
- text-align: center;
- }
- .bind-btn1__button {
- width: 710rpx;
- height: 88rpx;
- text-align: center;
- line-height: 88rpx;
- color: #999999;
- font-size: 28rpx;
- text-align: center;
- }
|