step5.css 995 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .wrap{
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. }
  6. .title{
  7. text-align: center;
  8. padding: 23px 0 30px 0;
  9. color: rgba(255,255,255,0.8);
  10. font-size: 14px;
  11. display: flex;
  12. align-items: center;
  13. }
  14. .title img{
  15. width: 30px;
  16. height: 30px;
  17. margin-right: 17px;
  18. }
  19. .section .title{
  20. margin-bottom: 0;
  21. }
  22. .section{
  23. display: flex;
  24. flex-direction: column;
  25. justify-content: center;
  26. align-items: center;
  27. width: 90%;
  28. height: 60%;
  29. }
  30. .bottom-btn{
  31. display: flex;
  32. justify-content: center;
  33. margin-top: 36px;
  34. }
  35. .bottom-btn .btn{
  36. width: 98px;
  37. height: 32px;
  38. font-size: 14px;
  39. font-weight: 600;
  40. border-radius: 30px;
  41. }
  42. .bottom-btn .pre{
  43. color: #FFFFFF;
  44. margin-right: 20px;
  45. border: 1px solid #FFFFFF;
  46. }
  47. .bottom-btn .admin{
  48. background: #FFFFFF;
  49. border: 1px solid #FFFFFF;
  50. }
  51. .bottom-btn .pre a{
  52. color: #fff;
  53. }
  54. .bottom-btn .admin a{
  55. color: #5A487D;
  56. }
  57. .trip{
  58. font-size: 12px;
  59. }