123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337 |
- @font-face {
- font-family: "ysbth";
- src: url('ysbth2.ttf') format('truetype');
- }
- ax-body >>> .ax-body{
- background-image: linear-gradient(to bottom,#A1DEFF,rgba(209,239,255,0.93) 100px,rgba(209,239,255,0) 258px,transparent);
- background-color: #F6FAFF;
- }
- .body{
- height: 100%;
- color: #2B303A;
- overflow: auto;
- padding-bottom: 74px;
- }
- .main{
- background-color: #fff;
- border-radius: 8px 8px 0 0;
- margin-top: -8px;
- position: relative;
- z-index: 1;
- padding: 10px;
- overflow: auto;
- }
- .top{
- --right-size: 40vw;
- display: block;
- padding-right: var(--right-size);
- position: relative;
- }
- .top > .left{
- flex: 1;
- }
- .top .site-name{
- font-size: 18px;
- font-weight: bold;
- }
- .top .site-parkade{
- font-size: 12px;
- line-height: 18px;
- margin-top: 10px;
- color: #aaa;
- }
- .top .logo{
- position: absolute;
- top: 0;
- right: 0;
- width: var(--right-size);
- }
- .top .site-base{
- margin-bottom: 10px;
- }
- .location{
- display: flex;
- align-items: center;
- justify-content: space-between;
- position: relative;
- overflow: hidden;
- border-radius: 8px;
- height: 70px;
- padding: 10px;
- background: linear-gradient(to bottom,#E5FEFF,rgba(143,246,249,0));
- box-shadow: 0 3px 6px rgba(255, 255, 255, 0.16) inset;
- }
- .location .info{
- position: relative;
- z-index: 1;
- }
- .location .info + .info{
- margin-left: 20px;
- }
- .location .name{
- font-size: 14px;
- }
- .location .subname{
- display: block;
- max-width: 35vw;
- font-size: 11px;
- color: #aaa;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .location .txt{
- font-size: 12px;
- }
- .location .bg{
- display: block;
- width: 100%;
- height: 70px;
- position: absolute;
- top: 0;
- left: 0;
- }
- .location .icon{
- width: 20px;
- height: 20px;
- }
- .card{
- display: block;
- padding: 10px;
- background-color: #fff;
- }
- .card + .card{
- margin-top: 10px;
- }
- .card .card-title{
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 40px;
- font-size: 16px;
- font-weight: bold;
- }
- .card .card-title .more{
- display: flex;
- align-items: center;
- font-size: 12px;
- color: #aaa;
- font-weight: normal;
- }
- .card .card-title .more .icon{
- margin-left: 5px;
- }
- .info-cell{
- display: flex;
- align-items: center;
- height: 32px;
- font-size: 14px;
- }
- .info-cell .icon{
- width: 20px;
- height: 20px;
- margin-right: 10px;
- }
- .current-price{
- display: flex;
- height: 60px;
- border-radius: 8px;
- overflow: hidden;
- background-image: linear-gradient(to right,#FEE4C6,rgba(251,235,198,0));
- margin-top: 10px;
- }
- .price-wrap{
- display: flex;
- align-items: center;
- }
- .price-wrap .price{
- display: flex;
- align-items: flex-end;
- font-size: 24px;
- font-weight: bold;
- color: #F5531A;
- margin-left: 10px;
- }
- .price-wrap .price .symbol{
- display: inline-block;
- font-size: 12px;
- color: #F5531A;
- transform: translateY(-4px);
- }
- .price-wrap .unit{
- font-size: 12px;
- color: #aaa;
- margin-left: 15px;
- }
- .bg5{
- display: inline-flex;
- align-items: center;
- justify-content: center;
- position: relative;
- color: #fff;
- height: inherit;
- }
- .bg5 > .text{
- display: inline-block;
- position: absolute;
- font-family: 'ysbth';
- white-space: nowrap;
- top: 50%;
- left: 50%;
- transform: translate(-65%,-50%);
- font-size: 16px;
- }
- .bg5 > .bg{
- height: 100%;
- }
- .bread{
- display: flex;
- align-items: center;
- height: 60px;
- background-color: rgba(62, 182, 248, 0.2);
- border-radius: 8px;
- }
- .bread .bread-item{
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- position: relative;
- }
- .bread .bread-item .value{
- color: #3EB6F8;
- font-size: 16px;
- font-weight: bold;
- }
- .bread .bread-item .name{
- font-size: 12px;
- margin-top: 2px;
- }
- .bread .bread-item + .bread-item::before{
- content: '';
- height: 30px;
- border-left: 1px solid #3EB6F8;
- position: absolute;
- left: 0;
- top: 50%;
- transform: translateY(-50%);
- }
- .terminals{
- margin-top: 10px;
- }
- .terminal-item{
- display: flex;
- align-items: center;
- justify-content: space-between;
- background-color: #F6F6F6;
- border-radius: 8px;
- height: 78px;
- padding: 10px;
- }
- .terminal-item+.terminal-item{
- margin-top: 10px;
- }
- .terminal-item .state{
- display: flex;
- width: 58px;
- height: 58px;
- border-radius: 100%;
- margin-right: 10px;
- padding: 4px;
- background-image: linear-gradient(to right, #ccc 0%, #ccc 35.8%, #c7cccf 65.9%, #e8e8e8 80.4%, #c8c8c8 100%);
- }
- .terminal-item .state .cake{
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- width: 100%;
- height: 100%;
- border-radius: 100%;
- background-color: #eee;
- }
- .terminal-item .state .icon{
- display: block;
- width: 20px;
- height: 20px;
- }
- .terminal-item .state .name{
- font-size: 12px;
- margin-top: 3px;
- }
- .terminal-item .info{
- flex: 1;
- }
- .terminal-item .info .name{
- font-size: 14px;
- font-weight: bold;
- margin-bottom: 5px;
- }
- .terminal-item .info .subinfo{
- font-size: 12px;
- color: #aaa;
- }
- .terminal-item .state.green{
- background-image: linear-gradient(to right, #73e6a0 0%, #3eff8a 30%, #4edc86 60%, #b4ffd1 75%, #6be49a 100%);
- }
- .terminal-item .state.green .cake{
- background-color: #ECFFF4;
- }
- .terminal-item .state.blue{
- background-image: linear-gradient(to right, #3eb6f8 0%, #81d8ff 35%, #75ceff 65%, #94e2ff 80%, #2cb5ff 100%);
- }
- .terminal-item .state.blue .cake{
- background-color: #E9F9FF;
- }
- .terminal-item .state.orange{
- background-image: linear-gradient(to right, #FFE9BC 0%, #FFD070 35%, #FFD887 65%, #FFD887 80%, #FFC246 100%);
- }
- .terminal-item .state.orange .cake{
- background-color: #FFF8EB;
- }
- .terminal-item .state.err{
- background-image: linear-gradient(to right, #FFC4C4 0%, #F77474 35%, #FFAAAA 65%, #FFAAAA 80%, #F55B5B 100%);
- }
- .terminal-item .state.err .cake{
- background-color: #FFE9E9;
- }
- .footer{
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- display: flex;
- align-items: center;
- height: 84px;
- overflow: hidden;
- border-radius: 20px 20px 0 0;
- background-image: linear-gradient(to right,#fee4c6 0%,rgba(255,255,255,0.533) 75%,rgba(255,255,255,0) 100%);
- background-color: #fff;
- }
- .footer .price-wrap .price{
- font-size: 20px;
- }
- .scan{
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 8px;
- height: 50px;
- font-size: 14px;
- color: #2B303A;
- background-image: linear-gradient(to right,#8FF8FB,#47AEFF);
- margin: 0 10px;
- }
|