step4.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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. }
  12. .section .title {
  13. margin-bottom: 0;
  14. }
  15. .section {
  16. display: flex;
  17. flex-direction: column;
  18. justify-content: center;
  19. align-items: center;
  20. width: 60%;
  21. height: 60%;
  22. max-height: 60%;
  23. }
  24. .section .progress {
  25. width: 100%;
  26. }
  27. .section .el-progress-bar {
  28. padding-right: 0px;
  29. }
  30. .msg {
  31. width: 300px;
  32. font-size: 12px;
  33. color: rgba(255, 255, 255, 0.8);
  34. text-align: center;
  35. overflow: hidden;
  36. text-overflow: ellipsis;
  37. white-space: nowrap
  38. }
  39. .msg li {
  40. width: 350px;
  41. display: flex;
  42. flex-wrap: nowrap;
  43. overflow: hidden;
  44. text-overflow: ellipsis;
  45. white-space: nowrap
  46. }
  47. .open {
  48. font-size: 12px;
  49. color: #fff;
  50. cursor: pointer;
  51. }
  52. .btn_old {
  53. color: #5A487D;
  54. }
  55. .section .bottom {
  56. width: 120px;
  57. margin: 0;
  58. }
  59. .progress-msg {
  60. display: flex;
  61. justify-content: center;
  62. align-items: center;
  63. padding: 14px 0 30px 0;
  64. }
  65. .install {
  66. display: flex;
  67. flex-direction: column;
  68. width: 96%;
  69. max-height: 550px;
  70. color: #fff;
  71. overflow-y: scroll;
  72. margin: 25px auto;
  73. font-size: 12px;
  74. background-color: rgba(255,255,255,0.1);
  75. padding: 0 2%;
  76. border-radius: 6px;
  77. }
  78. .shuaxin{
  79. -webkit-animation:changeright 1s linear infinite;
  80. width: 16px;
  81. height: 16px;
  82. }
  83. @-webkit-keyframes changeright{
  84. 0%{-webkit-transform:rotate(0deg);}
  85. 50%{-webkit-transform:rotate(180deg);}
  86. 100%{-webkit-transform:rotate(360deg);}
  87. }
  88. .install::-webkit-scrollbar { width: 0 !important }
  89. .item{
  90. display: flex;
  91. justify-content: space-between;
  92. }
  93. /*IE 10+*/
  94. .install { -ms-overflow-style: none; }
  95. /*Firefox*/
  96. .install { overflow: -moz-scrollbars-none; }
  97. .bottom-btn {
  98. display: flex;
  99. justify-content: center;
  100. }
  101. .bottom-btn .up-btn {
  102. color: #FFFFFF;
  103. margin-right: 10px;
  104. background-color: rgba(255, 255, 255, 0.1);
  105. }
  106. .bottom-btn .up-btn a:link, a:visited {
  107. color: #fff;
  108. }
  109. .trip {
  110. }