.logo_wrap{ width: 140rpx; height: 140rpx; margin-bottom: 48rpx; image{ width: 100%; height: 100%; border-radius: 50%; } } .main_footer{ position: fixed; bottom: 220rpx; left: 40rpx; width: 630rpx; .line{ display: flex; flex-wrap: wrap; color: #555555; font-size: 24rpx; margin-bottom: 40rpx; .content{ flex: 1; } } .btn{ width: 630rpx; height: 88rpx; background: var(--themeColor); border-radius: 8rpx; display: flex; justify-content: center; align-items: center; color: #fff; font-weight: 500; font-size: 30rpx; } } .modal{ width: 100%; height: calc( 100vh - 200rpx ); padding: 40rpx; position: relative; .content{ height: calc( 100vh - 460rpx ); overflow: auto; margin-bottom: 20rpx; } .btns{ position: fixed; padding: 20rpx 0rpx; width: 100%; z-index: 999; border-top: 1px solid #e5e5e5; .btn{ width: 670rpx; font-weight: 500; font-size: 32rpx; color: #999999; text-align: center; margin-top: 30rpx; } .agree{ width: 670rpx; height: 88rpx; background: #B08771; border-radius: 8rpx; display: flex; align-items: center; justify-content: center; color: #fff; } } } .title{ font-weight: 600; font-size: 44rpx; color: #111111; line-height: 60rpx; margin-bottom: 28rpx; } .container{ min-height: 100vh; padding: 120rpx 60rpx; background-color: #fff; }