123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335 |
- /* pages/deviceLocal/deviceLocal.wxss */
- .bottom-view {
- position: absolute;
- width: 100%;
- bottom: 0;
- left: 0;
- height: 118rpx;
- background: rgba(255, 255, 255, 1);
- box-shadow: 0px -5rpx 12rpx 0rpx rgba(173, 187, 217, 0.24);
- }
- .bottom-center {
- width: 88rpx;
- height: 88rpx;
- background: rgba(255, 255, 255, 1);
- box-shadow: 0px -5rpx 12rpx 0rpx rgba(173, 187, 217, 0.24);
- border-radius: 50%;
- margin: 0 auto;
- margin-top: -18rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .bottom-centent {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- display: flex;
- align-items: center;
- justify-content: space-around;
- }
- .sel_location_view {
- border: 1rpx solid #08c58b;
- padding-left: 16rpx;
- padding-right: 16rpx;
- padding-top: 4rpx;
- padding-bottom: 4rpx;
- margin-left: 10rpx;
- margin-right: 10rpx;
- border-radius: 8rpx;
- font-size: 26rpx;
- }
- .un_location_view {
- border: 1rpx solid rgba(179, 179, 179, 1);
- padding-left: 16rpx;
- padding-right: 16rpx;
- padding-top: 4rpx;
- padding-bottom: 4rpx;
- margin-left: 10rpx;
- margin-right: 10rpx;
- border-radius: 8rpx;
- font-size: 26rpx;
- }
- .location_mark {
- font-size: 28rpx;
- }
- .bottom-item {
- text-align: center;
- }
- .bottom-img {
- width: 50rpx;
- height: 50rpx;
- }
- .battery_num_view {
- height: 19rpx;
- width: 0rpx;
- background-color: #08c58b;
- position: fixed;
- right: 71rpx;
- }
- .battery_num_view_red {
- height: 19rpx;
- width: 0rpx;
- background-color: #ff2727;
- position: fixed;
- right: 71rpx;
- }
- .bottom-text {
- font-size: 18rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(135, 135, 135, 1);
- line-height: 34rpx;
- }
- .play-img {
- width: 92rpx;
- height: 92rpx;
- position: absolute;
- bottom: 330rpx;
- left: 20rpx;
- }
- .stop-img {
- width: 92rpx;
- height: 92rpx;
- position: absolute;
- bottom: 430rpx;
- left: 20rpx;
- }
- .close-img {
- width: 92rpx;
- height: 92rpx;
- position: absolute;
- bottom: 330rpx;
- left: 120rpx;
- }
- .fence-img {
- width: 92rpx;
- height: 92rpx;
- position: absolute;
- bottom: 120rpx;
- right: 20rpx;
- }
- .text_view {
- font-size: 24rpx;
- text-align: center;
- height: 39rpx;
- line-height: 39rpx;
- }
- .gps_last {
- width: 78rpx;
- height: 78rpx;
- border-radius: 10rpx;
- bottom: 220rpx;
- position: absolute;
- right: 28rpx;
- background-color: #ffffff;
- box-shadow: 3rpx 3rpx 3rpx 3rpx #cccccc;
- }
- .tip-top {
- position: absolute;
- top: 0;
- right: 0;
- width: 26rpx;
- height: 26rpx;
- background: rgba(255, 39, 39, 1);
- border-radius: 50%;
- text-align: center;
- font-size: 18rpx;
- font-family: DIN;
- font-weight: bold;
- color: rgba(255, 255, 255, 1);
- line-height: 26rpx;
- }
- .trace-box {
- width: 300rpx;
- height: 90rpx;
- position: absolute;
- bottom: 190rpx;
- left: calc(50% - 150rpx);
- background: rgba(255, 255, 255, 1);
- border-radius: 20rpx;
- box-shadow: 0rpx 0rpx 12rpx 0rpx rgba(173, 187, 217, 0.24);
- line-height: 90rpx;
- text-align: center;
- font-weight: bold;
- font-size: 28rpx;
- }
- .battery-group {
- position: fixed;
- top: 30rpx;
- width: 100%;
- }
- .battery-item {
- background-color: #fff;
- border-radius: 8rpx;
- box-shadow: 0px 6rpx 10rpx 0px rgba(192, 192, 192, 0.16);
- position: relative;
- width: 671rpx;
- margin: 0 auto;
- }
- .batter-info-group {
- padding: 5rpx 28rpx;
- }
- .battery-desc {
- font-size: 22rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: rgba(0, 0, 0, 1);
- margin: 0 10rpx;
- margin-bottom: 22rpx;
- }
- .map-top {
- padding: 0 23rpx;
- height: 60rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 20rpx;
- }
- .map-cross {
- display: flex;
- }
- .gsm-view {
- margin-left: 20rpx;
- }
- .map-top-box-1 {
- display: flex;
- }
- .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-text-1 {
- font-size: 24rpx;
- color: rgba(0, 0, 0, 1);
- margin-right: 15rpx;
- height: 19rpx;
- line-height: 19rpx;
- text-align: center;
- margin-top: 16rpx;
- }
- .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;
- }
- .custom-button {
- height: 40rpx;
- font-size: 26rpx;
- font-family: DIN;
- font-weight: bold;
- line-height: 40rpx;
- color: rgba(255, 255, 255, 1);
- background: #08c58b;
- border-radius: 20rpx;
- padding: 0 20rpx;
- box-shadow: 0rpx 0rpx 6rpx 0rpx rgba(173, 187, 217, 0.24);
- }
- .save-btn {
- width: 100%;
- height: 90rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: rgba(255, 255, 255, 1);
- text-align: center;
- margin: 0 auto;
- background: rgba(17, 191, 150, 1);
- border-radius: 45rpx;
- }
- .left-group {
- left: 17rpx;
- }
- .left-group,
- .right-group {
- position: fixed;
- }
- .left-group,
- .right-group {
- bottom: 80px;
- }
- .track_bottom {
- position: fixed;
- bottom: 140rpx;
- height: 180rpx;
- width: 100%;
- background-color: white;
- }
- .track_slide {
- height: 120rpx;
- width: 100%;
- }
- .track_total_time {
- font-size: 26rpx;
- padding-left: 20rpx;
- padding-right: 10rpx;
- padding-top: 30rpx;
- color: rgba(135, 135, 135, 1);
- }
- .fastForward_img {
- width: 64rpx;
- height: 64rpx;
- /* margin-top: 28rpx; */
- }
- .fastForward {
- margin-right: 20rpx;
- margin: 0 auto;
- }
- .fastForward_text {
- /* height: 120rpx;
- line-height: 120rpx; */
- height: 120rpx;
- line-height: 120rpx;
- text-align: center;
- padding: 20rpx;
- }
- .btn-ctr {
- margin-top: 22rpx;
- width: 89rpx;
- height: 89rpx;
- display: block;
- }
|