123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- .egressDetails{
- min-height: calc(100vh - 30px);
- background: #F5F5F5;
- padding-bottom: 30px;
- .titleContent{
- position: relative;
- background: white;
- padding: 20px 30px;
- border-bottom: 1px #dadada solid;
- .title{
- font-weight: bolder;
- padding-bottom: 20px;
- }
- .address{
- font-size: 25px;
- color: #767272;
- padding-bottom: 20px;
- display: flex;
- flex-flow: row;
- align-items: center;
- }
- .state{
- font-size: 30px;
- color: #767272;
- }
- .startIcon{
- width: 180px;
- height: 180px;
- position: absolute;
- right: 55px;
- bottom: -65px;
- }
- }
- .valueContent{
- margin: 20px;
- padding: 30px;
- background: white;
- border-radius: 20px;
- .item{
- padding-bottom: 30px;
- .title{
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- justify-content: space-between;
- color: #b7acac;
- font-size: 27px;
- padding-bottom: 10px;
- position: relative;
- .titleTips{
- color: #ff0000;
- font-size: 18px;
- padding-left: 10px;
- }
- .edit{
- position: absolute;
- right: -30px;
- padding: 30px;
- }
- .switchItem{
- width: 40px;
- height: 40px;
- margin-left: 20px;
- }
- }
- .value{
- color: #000000;
- font-size: 30px;
- }
- .timeContent{
- background: rgba(0,51,255,.09);
- border-radius: 30px;
- padding: 30px;
- margin-top: 45px;
- .time{
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-between;
- align-items: center;
- .num{
- font-size: 30px;
- }
- .journal{
- font-size: 28px;
- color: #007aff;
- }
- }
- .timeAxis{
- display: flex;
- flex-flow: column nowrap;
- padding-top: 30px;
- .startTime{
- display: flex;
- align-items: center;
- color: #b7acac;
- font-size: 25px;
- }
- .axis{
- width: 1px;
- height: 40px;
- border-left: 1px #b7acac solid;
- margin-left: 11px;
- }
- .endTime{
- display: flex;
- align-items: center;
- color: #b7acac;
- font-size: 25px;
- }
- .circle{
- margin-right: 15px;
- width: 20px;
- height: 20px;
- border-radius: 30px;
- border: 1px #b7acac solid;
- }
- }
- }
- }
- .shareContent{
- display: flex;
- flex-flow: column nowrap;
- justify-content: center;
- align-items: center;
- width: 100%;
- .share{
- overflow: visible;
- width: 100px;
- height: 100px;
- padding: 0;
- border-radius: 161px;
- background: #0000;
- .shareIcon{
- width: 100px;
- height: 100px;
- }
- }
- .shareTitle{
- padding-top: 15px;
- font-size: 19px;
- color: #767272;
- }
- }
- }
- .history{
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-between;
- align-items: center;
- font-size: 30px;
- }
- .operation{
- display: flex;
- flex-flow: row nowrap;
- }
- .at-image-picker__flex-box{
- padding-left: 0;
- }
- .at-image-picker__remove-btn{
- display: none;
- }
- .at-calendar__list.flex .flex__item--selected{
- color: white;
- border: 0 !important;
- border-radius: 0 !important;
- background: #6eb173;
- }
- .at-calendar__list.flex .flex__item--selected-head.flex__item--selected-tail {
- background-color: #6eb173;
- }
- .at-calendar__list.flex .flex__item{
- background: #6eb173;
- color: #FFFFFF;
- }
- .at-calendar__list.flex .flex__item--blur{
- background: #fff !important;
- color: #e1e4e7 !important;
- }
- .at-modal__container{
- width: 718px;
- }
- button::after{
- border: 0px !important;
- }
- }
|