guide.wxss 505 B

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