| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- /*授权*/
- .accredit-wrap1{
- z-index: 99;
- }
- .accredit-wrap1 .mask1 {
- position: fixed;
- width: 100%;
- height: 100%;
- top:0;
- left: 0;
- background-color: rgba(0, 0, 0, 0.6);
- z-index: 99;
- }
- .accredit-wrap1 .accredit-box1 {
- background-color: #fff;
- position: fixed;
- left: 50%;
- top: 50%;
- width: 500rpx;
- margin-left:-250rpx;
- transform: translateY(-50%);
- border-radius: 10rpx;
- z-index: 99;
- }
- .accredit-wrap1 .accredit-box1 .box-top1 {
- height: 90rpx;
- line-height: 90rpx;
- text-align: center;
- font-size: 32rpx;
- font-weight: bold;
- border-bottom: 2rpx solid #eee;
- }
- .accredit-wrap1 .accredit-box1 .box-cont1 .logo1 {
- width:80rpx;
- height: 80rpx;
- margin: 30rpx auto;
- }
- .accredit-wrap1 .accredit-box1 .box-cont1 .logo1 image {
- width:100%;
- height: 100%;
- }
- .accredit-wrap1 .accredit-box1 .box-cont1 .info1 {
- margin: 0 50rpx;
- border-bottom: 2rpx solid #f4f4f4;
- padding-bottom: 20rpx;
- font-size: 28rpx;
- }
- .accredit-wrap1 .accredit-box1 .box-cont1 .tips1 {
- font-size: 24rpx;
- color: #555;
- margin: 0 50rpx;
- padding: 20rpx 0;
- }
- .accredit-wrap1 .accredit-box1 .box-cont1 .btn1 {
- background-color: transparent;
- font-size: 28rpx;
- border-top: 2rpx solid #eee;
- margin-top: 20rpx;
- color: #4db232;
- line-height:2.6;
- display:block;
- }
- .accredit-wrap1 .accredit-box1 .box-cont1 button::after {
- display: none;
- }
|