123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390 |
- .top-container {
- width: 100%;
- height: 951rpx;
- background-color: #0ac38e;
- padding-top: 88rpx;
- }
- .head-box {
- padding-left: 28rpx;
- margin-bottom: 33rpx;
- }
- .head-img {
- width: 52rpx;
- height: 52rpx;
- }
- .status-box {
- margin-left: 38rpx;
- margin-top: 16rpx;
- margin-bottom: 11rpx;
- }
- .status-item {
- margin-right: 49rpx;
- }
- .status-img {
- width: 30rpx;
- height: 30rpx;
- }
- .status-text {
- padding-left: 7rpx;
- display: inline-block;
- color: #ffffff;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- }
- .device-box {
- width: 100%;
- padding-left: 30rpx;
- padding-right: 49rpx;
- }
- .device-view {
- width: 300rpx;
- height: 60rpx;
- background: rgba(255, 255, 255, 0.2);
- border-radius: 30rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .device-text {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(255, 255, 255, 1);
- }
- .sky-text {
- font-size: 20rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(255, 255, 255, 1);
- }
- .main-box {
- margin-top: 37rpx;
- display: flex;
- justify-content: center;
- }
- .main-img {
- width: 427rpx;
- height: 418rpx;
- position: relative;
- display: flex;
- justify-content: center;
- }
- .main-text {
- position: absolute;
- top: 127rpx;
- font-size: 85rpx;
- font-family: DIN;
- font-weight: bold;
- color: rgba(255, 255, 255, 1);
- line-height: 85rpx;
- }
- .main-status {
- position: absolute;
- top: 270rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .chongdian-img {
- width: 159rpx;
- height: 62rpx;
- }
- .main-status-text {
- position: absolute;
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 600;
- color: rgba(255, 255, 255, 1);
- line-height: 37rpx;
- }
- .bms-box {
- position: absolute;
- top: 647rpx;
- left: 0;
- background-color: #fff;
- width: 127rpx;
- height: 70rpx;
- border-top-right-radius: 45rpx;
- border-bottom-right-radius: 45rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .bms-text {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: rgba(10, 195, 143, 1);
- line-height: 45rpx;
- }
- .bms-img {
- width: 34rpx;
- height: 34rpx;
- }
- .alarm-box {
- position: absolute;
- top: 647rpx;
- right: 0;
- background-color: #fbb700;
- width: 146rpx;
- height: 70rpx;
- border-top-left-radius: 45rpx;
- border-bottom-left-radius: 45rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .emergency-starting {
- position: absolute;
- top: 527rpx;
- right: 0;
- background-color: #fbb700;
- width: 146rpx;
- height: 70rpx;
- border-top-left-radius: 45rpx;
- border-bottom-left-radius: 45rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .alarm-text {
- margin-left: 11rpx;
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: rgba(255, 255, 255, 1);
- line-height: 45rpx;
- }
- .status-container {
- position: relative;
- width: 100%;
- padding-left: 9rpx;
- padding-right: 8px;
- margin-top: -134rpx;
- }
- .stat-img {
- width: 733rpx;
- height: 273rpx;
- }
- .stat-box {
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- padding-left: 9rpx;
- padding-right: 8px;
- display: flex;
- align-items: center;
- justify-content: space-around;
- }
- .stat-item {
- text-align: center;
- }
- .stat-name {
- display: block;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(102, 102, 102, 1);
- margin-bottom: 16rpx;
- }
- .stat-value {
- display: block;
- font-size: 48rpx;
- font-family: DIN;
- font-weight: bold;
- color: rgba(51, 51, 51, 1);
- margin-bottom: 11rpx;
- }
- .stat-tip {
- font-size: 22rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(179, 179, 179, 1);
- }
- .map-container {
- /*margin-top: 25rpx;*/
- width: 100%;
- height: 376rpx;
- padding: 0 20rpx;
- margin-bottom: 113rpx;
- }
- .map-box {
- width: 100%;
- height: 100%;
- border-radius: 16rpx;
- background: rgba(255, 255, 255, 1);
- box-shadow: 0px 10px 12px 0px rgba(178, 178, 178, 0.08);
- }
- .map-top {
- padding: 0 23rpx;
- height: 60rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .map-top-box {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .map-top-text {
- font-size: 26rpx;
- font-family: DIN;
- font-weight: bold;
- color: rgba(0, 0, 0, 1);
- margin-right: 15rpx;
- }
- .map-top-i {
- width: 6rpx;
- height: 20rpx;
- background: rgba(17, 191, 150, 1);
- border-radius: 3rpx;
- margin-right: 5rpx;
- }
- .map-top-n {
- width: 6rpx;
- height: 20rpx;
- background: rgba(186, 222, 214, 1);
- border-radius: 3rpx;
- margin-right: 5rpx;
- }
- .map-addr {
- position: absolute;
- left: 38rpx;
- bottom: 19rpx;
- width: 641rpx;
- height: 69rpx;
- background: rgba(255, 255, 255, 1);
- border-radius: 10rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .addr-img {
- width: 30rpx;
- height: 30rpx;
- }
- .addr-text {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(0, 0, 0, 1);
- }
- .left-box {
- position: relative;
- width: 470rpx;
- height: 100vh;
- background-color: #f8f8f8;
- }
- .left-background {
- width: 100%;
- height: 417rpx;
- margin-bottom: 7rpx;
- }
- .head-left-box {
- position: absolute;
- left: 0;
- top: 197rpx;
- }
- .head-left-img {
- width: 109rpx;
- height: 109rpx;
- border-radius: 50%;
- margin: 0 38rpx;
- }
- .name-text {
- font-size: 40rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: rgba(255, 255, 255, 1);
- line-height: 44rpx;
- margin-bottom: 23rpx;
- }
- .quit-button {
- height: 48rpx;
- width: 98rpx;
- border-radius: 24rpx;
- border: 1rpx solid #fff;
- padding: 0;
- margin: 0;
- background: 0;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(255, 255, 255, 1);
- line-height: 44rpx;
- }
- .version-no {
- color: rgba(255, 255, 255, 1);
- margin-top: 10rpx;
- }
- .left-item {
- width: 100%;
- padding: 28.5rpx 55rpx;
- border-radius: 0;
- border: 0;
- position: relative;
- }
- .left-view-item {
- padding: 28.5rpx 55rpx;
- border-radius: 0;
- border: 0;
- position: relative;
- }
- .gold-view {
- margin-right: 40rpx;
- font-size: 28rpx;
- color: #f4516c;
- }
- .left-item::after {
- border: 0;
- }
- .left-img {
- width: 48rpx;
- height: 48rpx;
- }
- .left-text {
- margin-left: 21rpx;
- font-size: 33rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(44, 44, 50, 1);
- line-height: 44rpx;
- }
- .notice-img {
- width: 74rpx;
- height: 74rpx;
- position: absolute;
- top: 15.5rpx;
- right: 44rpx;
- }
- .load-img {
- width: 60rpx;
- height: 60rpx;
- }
- @keyframes loading {
- 0% {
- -webkit-transform: rotate(0deg);
- }
- 25% {
- -webkit-transform: rotate(-90deg);
- }
- 50% {
- -webkit-transform: rotate(-180deg);
- }
- 75% {
- -webkit-transform: rotate(-270deg);
- }
- 100% {
- -webkit-transform: rotate(-360deg);
- }
- }
|