| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- .log_btn{
- color: #fff;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 160px;
- height: 72px;
- border-radius: 21px;
- }
- .move-title{
- margin-top: 60px;
- margin-bottom: 60px;
- margin-left: 52px;
- color: #000;
- font-size: 48px;
- font-weight: bold;
- }
- .move-header{
- background-color: #fff;
- padding-left: 52px;
- display: flex;
- flex-direction: column;
- }
- .header-current{
- display: flex;
- align-items: center;
- flex-direction: row;
- justify-content: space-between;
- padding-top: 44px;
- padding-bottom: 44px;
- position: relative;
- padding-right: 40px;
- }
- .current_intro{
- display: flex;
- flex-direction: column;
- }
- .current_footer{
- height: 108px;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- padding-right: 40px;
- align-items: center;
- color: #B2B2B2;
- font-size: 24px;
- }
- .summary{
- margin-top: 36px;
- background-color: #fff;
- }
- .summary_header{
- height: 108px;
- position: relative;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- box-sizing: border-box;
- padding-left: 50px;
- padding-right: 50px;
- }
- .summary_footer{
- height: 222px;
- display: flex;
- align-items: center;
- flex-direction: row;
- }
- .summary_footer_item{
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- flex: 1;
- }
- .light_desc{
- font-size: 24px;
- color: #B2B2B2;
- margin-bottom: 16px;
- }
- .history{
- background-color: white;
- display: flex;
- flex-direction: column;
- margin-top: 36px;
- }
- .history_header{
- display: flex;
- height: 108px;
- margin-left: 52px;
- position: relative;
- flex-direction: row;
- align-items: center;
- }
- .history_header_title{
- color: #000;
- font-size: 36px;
- font-weight: bold;
- }
- .history_item{
- padding-left: 44px;
- padding-right: 40px;
- height: 152px;
- display: flex;
- flex-direction: row;
- box-sizing: border-box;
- align-items: center;
- }
- .history_item_date{
- color: #000;
- font-size: 50px;
- width: 60px;
- display: flex;
- text-align: center;
- justify-content: center;
- font-weight: bold;
- margin-right: 30px;
- }
- .history_item_detail_bg{
- height: 68px;
- flex: 1;
- background-color: #F5F5F5;
- padding-left: 20px;
- align-items: center;
- flex-direction: row;
- display: flex;
- }
- .history_item_detail_icon{
- height: 32px;
- width: 32px;
- margin-right: 16px;
- }
- .no_more{
- color: #B2B2B2;
- background-color: #f5f5f5;
- width: 750px;
- height: 128px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .current_history_item{
- height: 140px;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- position: relative;
- display: flex;
- margin-left: 52px;
- padding-right: 40px;
- box-sizing: border-box;
- align-items: center;
- }
- .current_item_period{
- font-size: 24px;
- color: #B2B2B2;
- }
- .missed{
- color: #B2B2B2;
- font-size: 26px;
- }
- .recent_btn_bg{
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 24px;
- padding-bottom: 28px;
- position: relative;
- }
- .recent_btn{
- height: 56px;
- border-radius: 28px;
- width: 180px;
- display: flex;
- align-items: center;
- justify-content: center;
- background-color: #B2B2B21A;
- color: #B2B2B2;
- font-size: 24px;
- }
- .arrow_hide{
- width: 34px;
- height: 34px;
- padding: 10px;
- }
|