123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230 |
- .equipmentDtl.data-v-679656cb {
- background-color: #f0f0f0;
- min-height: 100vh;
- margin-top: 128rpx;
- }
- .equipmentDtl .pressure-chart.data-v-679656cb {
- height: 100rpx;
- width: 100rpx;
- background-image: conic-gradient(from 135deg, #fff 90deg, #EEEEEE 10%);
- border-radius: 50%;
- margin: 20rpx auto;
- position: relative;
- }
- .equipmentDtl .pressure-chart .pressure-zhen.data-v-679656cb {
- position: absolute;
- z-index: 2;
- inset: 0 0 0 0;
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- .equipmentDtl .pressure-chart .pressure-zhen ._img.data-v-679656cb {
- width: 36rpx;
- height: 36rpx;
- margin-top: 22rpx;
- }
- .equipmentDtl .pressure-chart .pressure-line.data-v-679656cb {
- position: absolute;
- inset: 0 0 0 0;
- z-index: 1;
- background-image: conic-gradient(from 135deg, #fff 90deg, #FFAF53 90deg, #FF8800 180deg, #EEEEEE 0%);
- border-radius: 50%;
- }
- .equipmentDtl .pressure-chart .pressure-line.data-v-679656cb::before {
- position: absolute;
- display: block;
- inset: 20rpx 20rpx 20rpx 20rpx;
- content: " ";
- background-color: #fff;
- border-radius: 50%;
- }
- .equipmentDtl .pressure-chart.data-v-679656cb::before {
- position: absolute;
- display: block;
- inset: 20rpx 20rpx 20rpx 20rpx;
- content: " ";
- background-color: #fff;
- border-radius: 50%;
- }
- .equipmentDtl .pressure-warp.data-v-679656cb {
- display: flex;
- justify-content: space-between;
- padding: 0 24rpx;
- margin-top: 24rpx;
- }
- .equipmentDtl .pressure-warp ._li.data-v-679656cb {
- width: 23%;
- text-align: center;
- background-color: #fff;
- padding: 32rpx 0;
- border-radius: 10rpx;
- font-size: 24rpx;
- color: #666666;
- }
- .equipmentDtl .pressure-warp ._li .label.data-v-679656cb {
- color: #333333;
- font-size: 28rpx;
- }
- .equipmentDtl .pressure-warp ._li .pressure.data-v-679656cb {
- font-size: 32rpx;
- color: #333;
- margin: 10rpx 0;
- }
- .equipmentDtl .pressure-warp ._li .line.data-v-679656cb {
- width: 100rpx;
- height: 20rpx;
- background: #EEEEEE;
- border-radius: 10rpx;
- margin: 16rpx auto 0;
- }
- .equipmentDtl .pressure-warp ._li .line .box.data-v-679656cb {
- width: 80%;
- background: linear-gradient(270deg, #3370FF 0%, #A0BBFB 100%);
- height: 100%;
- border-radius: 10rpx;
- }
- .equipmentDtl .parts-list.data-v-679656cb {
- padding: 0 24rpx;
- margin-top: 24rpx;
- }
- .equipmentDtl .parts-list ._ul.data-v-679656cb {
- display: flex;
- justify-content: space-between;
- }
- .equipmentDtl .parts-list ._li.data-v-679656cb {
- width: 32%;
- padding: 30rpx 0;
- text-align: center;
- position: relative;
- background-color: #fff;
- }
- .equipmentDtl .parts-list ._li .temperature.data-v-679656cb {
- font-size: 40rpx;
- font-weight: bold;
- height: 60rpx;
- margin: 0 auto 20rpx;
- line-height: 60rpx;
- }
- .equipmentDtl .parts-list ._li image.data-v-679656cb {
- width: 60rpx;
- height: 60rpx;
- display: block;
- margin: 0 auto 20rpx;
- }
- .equipmentDtl .parts-list .before-icon.data-v-679656cb {
- width: 30rpx;
- height: 30rpx;
- position: absolute;
- right: 16rpx;
- top: 16rpx;
- }
- .equipmentDtl .parts-list .before-icon ._i.data-v-679656cb {
- color: #3FBF31;
- }
- .equipmentDtl .parts-list .before.data-v-679656cb {
- width: 30rpx;
- height: 30rpx;
- border-radius: 50%;
- background-color: rgba(204, 204, 204, 0.2);
- display: block;
- position: absolute;
- right: 16rpx;
- top: 16rpx;
- }
- .equipmentDtl .parts-list .before.data-v-679656cb::before {
- position: absolute;
- display: block;
- top: 7rpx;
- left: 7rpx;
- width: 19rpx;
- height: 19rpx;
- border-radius: 50%;
- content: " ";
- background: #cccccc;
- }
- .equipmentDtl .parts-list .before.succes.data-v-679656cb {
- background-color: rgba(63, 191, 49, 0.2);
- }
- .equipmentDtl .parts-list .before.succes.data-v-679656cb::before {
- background: #3FBF31;
- }
- .equipmentDtl .echarts.data-v-679656cb {
- background: #fff;
- margin: 24rpx 24rpx 0;
- }
- .equipmentDtl .echarts .content .text.data-v-679656cb {
- font-size: 28rpx;
- font-weight: 700;
- color: #333;
- text-align: center;
- margin-bottom: 40rpx;
- }
- .equipmentDtl .echarts .title.data-v-679656cb {
- font-size: 28rpx;
- height: 90rpx;
- line-height: 90rpx;
- display: flex;
- padding: 0 24rpx;
- font-weight: 500;
- }
- .equipmentDtl .echarts .title image.data-v-679656cb {
- width: 40rpx;
- height: 40rpx;
- margin-top: 25rpx;
- margin-right: 16rpx;
- }
- .equipmentDtl .equ-img.data-v-679656cb {
- padding: 24rpx;
- background-color: #ffffff;
- position: relative;
- }
- .equipmentDtl .equ-img image.data-v-679656cb {
- width: 100%;
- height: 395rpx;
- }
- .equipmentDtl .equ-img .err-modal.data-v-679656cb {
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- top: 0;
- background: rgba(0, 0, 0, 0.6);
- text-align: center;
- display: flex;
- align-items: center;
- }
- .equipmentDtl .equ-img .err-modal image.data-v-679656cb {
- width: 160rpx;
- height: 160rpx;
- margin: 0 auto;
- }
- .equipmentDtl .state.data-v-679656cb {
- display: flex;
- justify-content: space-between;
- margin: 24rpx 24rpx 0;
- }
- .equipmentDtl .state .state-box.data-v-679656cb {
- padding: 20rpx;
- width: 48%;
- background-color: #fff;
- display: flex;
- box-sizing: border-box;
- border-radius: 10rpx;
- }
- .equipmentDtl .state .state-box .text.data-v-679656cb {
- padding: 12rpx 0;
- }
- .equipmentDtl .state .state-box .state-text.data-v-679656cb {
- font-size: 32rpx;
- font-weight: bold;
- margin-top: 5rpx;
- }
- .equipmentDtl .state .state-box .label.data-v-679656cb {
- font-weight: 400;
- font-size: 28rpx;
- }
- .equipmentDtl .state .state-box image.data-v-679656cb {
- width: 110rpx;
- height: 110rpx;
- }
|