move.scss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. .log_btn{
  2. color: #fff;
  3. display: flex;
  4. align-items: center;
  5. justify-content: center;
  6. width: 160px;
  7. height: 72px;
  8. border-radius: 21px;
  9. }
  10. .move-title{
  11. margin-top: 60px;
  12. margin-bottom: 60px;
  13. margin-left: 52px;
  14. color: #000;
  15. font-size: 48px;
  16. font-weight: bold;
  17. }
  18. .move-header{
  19. background-color: #fff;
  20. padding-left: 52px;
  21. display: flex;
  22. flex-direction: column;
  23. }
  24. .header-current{
  25. display: flex;
  26. align-items: center;
  27. flex-direction: row;
  28. justify-content: space-between;
  29. padding-top: 44px;
  30. padding-bottom: 44px;
  31. position: relative;
  32. padding-right: 40px;
  33. }
  34. .current_intro{
  35. display: flex;
  36. flex-direction: column;
  37. }
  38. .current_footer{
  39. height: 108px;
  40. display: flex;
  41. flex-direction: row;
  42. justify-content: space-between;
  43. padding-right: 40px;
  44. align-items: center;
  45. color: #B2B2B2;
  46. font-size: 24px;
  47. }
  48. .summary{
  49. margin-top: 36px;
  50. background-color: #fff;
  51. }
  52. .summary_header{
  53. height: 108px;
  54. position: relative;
  55. display: flex;
  56. flex-direction: row;
  57. justify-content: space-between;
  58. align-items: center;
  59. box-sizing: border-box;
  60. padding-left: 50px;
  61. padding-right: 50px;
  62. }
  63. .summary_footer{
  64. height: 222px;
  65. display: flex;
  66. align-items: center;
  67. flex-direction: row;
  68. }
  69. .summary_footer_item{
  70. display: flex;
  71. flex-direction: column;
  72. align-items: center;
  73. justify-content: center;
  74. flex: 1;
  75. }
  76. .light_desc{
  77. font-size: 24px;
  78. color: #B2B2B2;
  79. margin-bottom: 16px;
  80. }
  81. .history{
  82. background-color: white;
  83. display: flex;
  84. flex-direction: column;
  85. margin-top: 36px;
  86. }
  87. .history_header{
  88. display: flex;
  89. height: 108px;
  90. margin-left: 52px;
  91. position: relative;
  92. flex-direction: row;
  93. align-items: center;
  94. }
  95. .history_header_title{
  96. color: #000;
  97. font-size: 36px;
  98. font-weight: bold;
  99. }
  100. .history_item{
  101. padding-left: 44px;
  102. padding-right: 40px;
  103. height: 152px;
  104. display: flex;
  105. flex-direction: row;
  106. box-sizing: border-box;
  107. align-items: center;
  108. }
  109. .history_item_date{
  110. color: #000;
  111. font-size: 50px;
  112. width: 60px;
  113. display: flex;
  114. text-align: center;
  115. justify-content: center;
  116. font-weight: bold;
  117. margin-right: 30px;
  118. }
  119. .history_item_detail_bg{
  120. height: 68px;
  121. flex: 1;
  122. background-color: #F5F5F5;
  123. padding-left: 20px;
  124. align-items: center;
  125. flex-direction: row;
  126. display: flex;
  127. }
  128. .history_item_detail_icon{
  129. height: 32px;
  130. width: 32px;
  131. margin-right: 16px;
  132. }
  133. .no_more{
  134. color: #B2B2B2;
  135. background-color: #f5f5f5;
  136. width: 750px;
  137. height: 128px;
  138. display: flex;
  139. align-items: center;
  140. justify-content: center;
  141. }
  142. .current_history_item{
  143. height: 140px;
  144. display: flex;
  145. flex-direction: row;
  146. justify-content: space-between;
  147. position: relative;
  148. display: flex;
  149. margin-left: 52px;
  150. padding-right: 40px;
  151. box-sizing: border-box;
  152. align-items: center;
  153. }
  154. .current_item_period{
  155. font-size: 24px;
  156. color: #B2B2B2;
  157. }
  158. .missed{
  159. color: #B2B2B2;
  160. font-size: 26px;
  161. }
  162. .recent_btn_bg{
  163. display: flex;
  164. align-items: center;
  165. justify-content: center;
  166. margin-top: 24px;
  167. padding-bottom: 28px;
  168. position: relative;
  169. }
  170. .recent_btn{
  171. height: 56px;
  172. border-radius: 28px;
  173. width: 180px;
  174. display: flex;
  175. align-items: center;
  176. justify-content: center;
  177. background-color: #B2B2B21A;
  178. color: #B2B2B2;
  179. font-size: 24px;
  180. }
  181. .arrow_hide{
  182. width: 34px;
  183. height: 34px;
  184. padding: 10px;
  185. }