更换高危作业顺序
parent
35bcb78b59
commit
b1265f9468
|
@ -12,6 +12,26 @@
|
|||
<text>八项作业</text>
|
||||
</view> -->
|
||||
<view class="apps-warp">
|
||||
<navigator class="apps-item" hover-class="none" url="/pages/application/hotwork/home">
|
||||
<view class="imgs action">
|
||||
<image src="../../static/icon-apps/icon-807.png" mode=""></image>
|
||||
<view v-if="eight_work_count.HOTWORK_COUNT" class="cu-tag badge">{{eight_work_count.HOTWORK_COUNT}}</view>
|
||||
</view>
|
||||
<view class="text-semi" style="text-align: center;">
|
||||
<view>动火作业</view>
|
||||
</view>
|
||||
</navigator>
|
||||
|
||||
<navigator class="apps-item" hover-class="none" url="/pages/application/highwork/home">
|
||||
<view class="imgs action">
|
||||
<image src="../../static/icon-apps/icon-803.png" mode=""></image>
|
||||
<view v-if="eight_work_count.HIGHWORK_COUNT" class="cu-tag badge">{{eight_work_count.HIGHWORK_COUNT}}</view>
|
||||
</view>
|
||||
<view class="text-semi" style="text-align: center;">
|
||||
<view>高处作业</view>
|
||||
</view>
|
||||
</navigator>
|
||||
|
||||
<navigator class="apps-item" hover-class="none" url="/pages/application/confinedspace/home">
|
||||
<view class="imgs action">
|
||||
<image src="../../static/icon-apps/icon-806.png" mode=""></image>
|
||||
|
@ -22,70 +42,37 @@
|
|||
<view>安全作业</view>
|
||||
</view>
|
||||
</navigator>
|
||||
<!-- <navigator class="apps-item" hover-class="none" url="/pages/application/equipment-overhaul/home">-->
|
||||
<!-- <view class="imgs action">-->
|
||||
<!-- <image src="../../static/icon-apps/icon-800.png" mode=""></image>-->
|
||||
<!-- </view>-->
|
||||
<!-- <view class="text-semi" style="text-align: center;">-->
|
||||
<!-- <view>设备检修</view>-->
|
||||
<!-- </view>-->
|
||||
<!-- </navigator>-->
|
||||
<navigator class="apps-item" hover-class="none" url="/pages/application/blind-board/home">
|
||||
<view class="imgs action">
|
||||
<image src="../../static/icon-apps/icon-801.png" mode=""></image>
|
||||
<view v-if="eight_work_count.BLIND_BOARD_COUNT" class="cu-tag badge">{{eight_work_count.BLIND_BOARD_COUNT}}</view>
|
||||
</view>
|
||||
<view class="text-semi" style="text-align: center;">
|
||||
<view>盲板抽堵作业</view>
|
||||
</view>
|
||||
</navigator>
|
||||
<navigator class="apps-item" hover-class="none" url="/pages/application/break-ground/home">
|
||||
<view class="imgs action">
|
||||
<image src="../../static/icon-apps/icon-802.png" mode=""></image>
|
||||
<view v-if="eight_work_count.BREAK_GROUND_COUNT" class="cu-tag badge">{{eight_work_count.BREAK_GROUND_COUNT}}</view>
|
||||
</view>
|
||||
<view class="text-semi" style="text-align: center;">
|
||||
<view>动土作业</view>
|
||||
</view>
|
||||
</navigator>
|
||||
<navigator class="apps-item" hover-class="none" url="/pages/application/highwork/home">
|
||||
<view class="imgs action">
|
||||
<image src="../../static/icon-apps/icon-803.png" mode=""></image>
|
||||
<view v-if="eight_work_count.HIGHWORK_COUNT" class="cu-tag badge">{{eight_work_count.HIGHWORK_COUNT}}</view>
|
||||
</view>
|
||||
<view class="text-semi" style="text-align: center;">
|
||||
<view>高处作业</view>
|
||||
</view>
|
||||
</navigator>
|
||||
<!-- </view>-->
|
||||
<!-- <view class="apps-warp">-->
|
||||
<navigator class="apps-item" hover-class="none" url="/pages/application/hoisting/home">
|
||||
<view class="imgs action">
|
||||
<image src="../../static/icon-apps/icon-804.png" mode=""></image>
|
||||
<view v-if="eight_work_count.HOISTING_COUNT" class="cu-tag badge">{{eight_work_count.HOISTING_COUNT}}</view>
|
||||
</view>
|
||||
<view class="text-semi" style="text-align: center;">
|
||||
<view>吊装作业</view>
|
||||
</view>
|
||||
</navigator>
|
||||
<navigator class="apps-item" hover-class="none" url="/pages/application/electricity/home">
|
||||
<view class="imgs action">
|
||||
<image src="../../static/icon-apps/icon-805.png" mode=""></image>
|
||||
<view v-if="eight_work_count.ELECTRICITY_COUNT" class="cu-tag badge">{{eight_work_count.ELECTRICITY_COUNT}}</view>
|
||||
</view>
|
||||
<view class="text-semi" style="text-align: center;">
|
||||
<view>临时用电作业</view>
|
||||
</view>
|
||||
</navigator>
|
||||
<navigator class="apps-item" hover-class="none" url="/pages/application/hotwork/home">
|
||||
<view class="imgs action">
|
||||
<image src="../../static/icon-apps/icon-807.png" mode=""></image>
|
||||
<view v-if="eight_work_count.HOTWORK_COUNT" class="cu-tag badge">{{eight_work_count.HOTWORK_COUNT}}</view>
|
||||
</view>
|
||||
<view class="text-semi" style="text-align: center;">
|
||||
<view>动火作业</view>
|
||||
</view>
|
||||
</navigator>
|
||||
|
||||
<navigator class="apps-item" hover-class="none" url="/pages/application/hoisting/home">
|
||||
<view class="imgs action">
|
||||
<image src="../../static/icon-apps/icon-804.png" mode=""></image>
|
||||
<view v-if="eight_work_count.HOISTING_COUNT" class="cu-tag badge">{{eight_work_count.HOISTING_COUNT}}</view>
|
||||
</view>
|
||||
<view class="text-semi" style="text-align: center;">
|
||||
<view>吊装作业</view>
|
||||
</view>
|
||||
</navigator>
|
||||
|
||||
<navigator class="apps-item" hover-class="none" url="/pages/application/break-ground/home">
|
||||
<view class="imgs action">
|
||||
<image src="../../static/icon-apps/icon-802.png" mode=""></image>
|
||||
<view v-if="eight_work_count.BREAK_GROUND_COUNT" class="cu-tag badge">{{eight_work_count.BREAK_GROUND_COUNT}}</view>
|
||||
</view>
|
||||
<view class="text-semi" style="text-align: center;">
|
||||
<view>动土作业</view>
|
||||
</view>
|
||||
</navigator>
|
||||
|
||||
<navigator class="apps-item" hover-class="none" url="/pages/application/electricity/home">
|
||||
<view class="imgs action">
|
||||
<image src="../../static/icon-apps/icon-805.png" mode=""></image>
|
||||
<view v-if="eight_work_count.ELECTRICITY_COUNT" class="cu-tag badge">{{eight_work_count.ELECTRICITY_COUNT}}</view>
|
||||
</view>
|
||||
<view class="text-semi" style="text-align: center;">
|
||||
<view>临时用电作业</view>
|
||||
</view>
|
||||
</navigator>
|
||||
|
||||
<navigator class="apps-item" hover-class="none" url="/pages/application/open-circuit/home">
|
||||
<view class="imgs action">
|
||||
<image src="../../static/icon-apps/open-circuit.png" mode=""></image>
|
||||
|
@ -95,23 +82,19 @@
|
|||
<view>断路作业</view>
|
||||
</view>
|
||||
</navigator>
|
||||
|
||||
<navigator class="apps-item" hover-class="none" url="/pages/application/blind-board/home">
|
||||
<view class="imgs action">
|
||||
<image src="../../static/icon-apps/icon-801.png" mode=""></image>
|
||||
<view v-if="eight_work_count.BLIND_BOARD_COUNT" class="cu-tag badge">{{eight_work_count.BLIND_BOARD_COUNT}}</view>
|
||||
</view>
|
||||
<view class="text-semi" style="text-align: center;">
|
||||
<view>盲板抽堵作业</view>
|
||||
</view>
|
||||
</navigator>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- <view class="apps-row">
|
||||
<view class="apps-title">
|
||||
<text class="apps-title-line"></text>
|
||||
<text>其他应用</text>
|
||||
</view>
|
||||
<view class="apps-warp">
|
||||
<navigator class="apps-item" hover-class="none" url="/pages/application/other-apps/videos/videos">
|
||||
<view class="imgs action">
|
||||
<image src="../../static/icon-apps/icon-zl-7.png" mode=""></image>
|
||||
</view>
|
||||
<view class="text-semi">视频中心</view>
|
||||
</navigator>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="cu-tabbar-height"></view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
@ -765,12 +765,12 @@
|
|||
<style>
|
||||
.title1 {
|
||||
font-weight: bold;
|
||||
padding-left: 10 upx;
|
||||
padding-left: 10upx;
|
||||
border-left: 4px solid #0081FF;
|
||||
}
|
||||
|
||||
.imgs {
|
||||
width: 80 upx !important;
|
||||
height: 80 upx !important;
|
||||
width: 80upx !important;
|
||||
height: 80upx !important;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -1400,9 +1400,9 @@
|
|||
|
||||
/*说明*/
|
||||
.notice-warp {
|
||||
font-size: 26 upx;
|
||||
padding: 40 upx 0;
|
||||
border-bottom: 1 upx solid #eee;
|
||||
font-size: 26upx;
|
||||
padding: 40upx 0;
|
||||
border-bottom: 1upx solid #eee;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
@ -1412,10 +1412,10 @@
|
|||
|
||||
.notice-warp .btn-change {
|
||||
display: inline-block;
|
||||
margin-top: 28 upx;
|
||||
padding: 6 upx 16 upx;
|
||||
border: 1 upx solid #FF6990;
|
||||
border-radius: 40 upx;
|
||||
margin-top: 28upx;
|
||||
padding: 6upx 16upx;
|
||||
border: 1upx solid #FF6990;
|
||||
border-radius: 40upx;
|
||||
color: #FF6990;
|
||||
}
|
||||
|
||||
|
@ -1424,7 +1424,7 @@
|
|||
}
|
||||
|
||||
.main {
|
||||
padding: 0 30 upx;
|
||||
padding: 0 30upx;
|
||||
}
|
||||
|
||||
.flex-line {
|
||||
|
@ -1438,7 +1438,7 @@
|
|||
}
|
||||
|
||||
.flex-line .otext {
|
||||
width: 200 upx;
|
||||
width: 200upx;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
@ -1447,7 +1447,7 @@
|
|||
|
||||
.container {
|
||||
width: 100%;
|
||||
padding: 20 upx;
|
||||
padding: 20upx;
|
||||
background-color: #f7f8f8;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
@ -1455,31 +1455,31 @@
|
|||
.noticeer {
|
||||
width: 100%;
|
||||
background: #ffffff;
|
||||
border-radius: 10 upx;
|
||||
padding: 20 upx;
|
||||
margin-bottom: 20 upx;
|
||||
border-radius: 10upx;
|
||||
padding: 20upx;
|
||||
margin-bottom: 20upx;
|
||||
}
|
||||
|
||||
.noticeer image {
|
||||
width: 40 upx;
|
||||
height: 40 upx;
|
||||
width: 40upx;
|
||||
height: 40upx;
|
||||
vertical-align: middle;
|
||||
margin-top: -5 upx;
|
||||
margin-right: 5 upx;
|
||||
margin-top: -5upx;
|
||||
margin-right: 5upx;
|
||||
}
|
||||
|
||||
.answerico {
|
||||
|
||||
position: fixed;
|
||||
right: 20 upx;
|
||||
right: 20upx;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
.answerico uni-image img {
|
||||
width: 70 px;
|
||||
height: 70 px;
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
}
|
||||
|
||||
.cu-modal {
|
||||
|
|
|
@ -224,14 +224,14 @@
|
|||
}
|
||||
|
||||
.course-header {
|
||||
padding: 20 upx;
|
||||
border-bottom: 1 upx solid #F1F1F1;
|
||||
padding: 20upx;
|
||||
border-bottom: 1upx solid #F1F1F1;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.course-name {
|
||||
font-weight: bold;
|
||||
font-size: 30 upx;
|
||||
font-size: 30upx;
|
||||
}
|
||||
|
||||
.course-int {
|
||||
|
@ -243,28 +243,28 @@
|
|||
}
|
||||
|
||||
.course-aa {
|
||||
padding: 0 20 upx;
|
||||
padding: 0 20upx;
|
||||
}
|
||||
|
||||
.course-items {
|
||||
border-bottom: 1px dashed #F1F1F1;
|
||||
padding: 20 upx 0;
|
||||
padding: 20upx 0;
|
||||
}
|
||||
|
||||
.course-items .course-ask {
|
||||
line-height: 1.6;
|
||||
font-size: 28 upx;
|
||||
font-size: 28upx;
|
||||
/* margin-bottom: 10upx; */
|
||||
}
|
||||
|
||||
.course-answer {
|
||||
padding-left: 40 upx;
|
||||
margin-top: 20 upx;
|
||||
padding-left: 40upx;
|
||||
margin-top: 20upx;
|
||||
}
|
||||
|
||||
.answer-lable {
|
||||
display: block;
|
||||
margin-bottom: 20 upx;
|
||||
margin-bottom: 20upx;
|
||||
}
|
||||
|
||||
.answer-lable:last-child {
|
||||
|
@ -272,6 +272,6 @@
|
|||
}
|
||||
|
||||
.answer-lable radio {
|
||||
margin-right: 20 upx;
|
||||
margin-right: 20upx;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue