guide.wxss 589 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .container {
  2. background-color: #99607C;
  3. justify-content: flex-start;
  4. }
  5. .welcomeguide_bg {
  6. width: 100%;
  7. height: 1206rpx;
  8. position: fixed;
  9. top:0;
  10. }
  11. .panel{
  12. width:100%;
  13. position: fixed;
  14. bottom: 130rpx;
  15. }
  16. .welcomeguide_info {
  17. width: 630rpx;
  18. height: 816rpx;
  19. margin-top: 40rpx;
  20. }
  21. .welcomeguide_dialogue {
  22. width: 593rpx;
  23. height: 132rpx;
  24. margin-top: 72rpx;
  25. }
  26. .btn {
  27. width: 100%;
  28. height: 130rpx;
  29. position: fixed;
  30. bottom: 0;
  31. background-color: #FFCD79;
  32. text-align: center;
  33. line-height: 130rpx;
  34. color:#713312;
  35. font-size: 48rpx;
  36. font-weight: 700;
  37. }