| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- .ceng {
- background: #000000;
- opacity: 0.5;
- top: 0;
- position: fixed;
- width: 100%;
- height: 100%;
- z-index: 2;
- }
- .guide-image {
- position: absolute;
- z-index: 3;
- top: 20rpx;
- right: 60rpx;
- width: 575rpx;
- height: 358rpx;
- }
- .logo-box {
- padding-top: 40rpx;
- margin-top: 400rpx;
- }
- .logo-image {
- width: 150rpx;
- height: 150rpx;
- margin: auto;
- }
- .logo-text {
- text-align: center;
- margin-top: 30rpx;
- }
- .logo-image image {
- width: 100%;
- height: 100%;
- }
- .download-btn{
- width: 400rpx;
- height: 80rpx;
- background: #00A811;
- border-radius: 10rpx;
- text-align: center;
- line-height: 80rpx;
- color: #fff;
- font-weight: bold;
- margin:100rpx auto;
- }
- .footer-bar {
- /* margin: 50rpx auto; */
- position: absolute;
- bottom: 20rpx;
- width: 100%;
- text-align: center;
- }
- .footer-bar text {
- color: #333;
- text-decoration: underline;
- }
- .footer-bar view {
- margin: 10rpx auto;
- }
- .gary-text {
- color: #999;
- font-size: 24rpx;
- }
|