| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- .container {
- background-color: #99607C;
- justify-content: flex-start;
- }
- .welcomeguide_bg {
- width: 100%;
- height: 1206rpx;
- position: fixed;
- top:0;
- }
- .panel{
- width:100%;
- position: fixed;
- bottom: 130rpx;
- }
- .welcomeguide_info {
- width: 630rpx;
- height: 816rpx;
- margin-top: 40rpx;
- }
- .welcomeguide_dialogue {
- width: 593rpx;
- height: 132rpx;
- margin-top: 72rpx;
- }
- .btn {
- width: 100%;
- height: 130rpx;
- position: fixed;
- bottom: 0;
- background-color: #FFCD79;
- text-align: center;
- line-height: 130rpx;
- color:#713312;
- font-size: 48rpx;
- font-weight: 700;
- }
|