diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/complaintStatic/details.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/complaintStatic/details.html index 4cec6ec4..d610cddf 100644 --- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/complaintStatic/details.html +++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/complaintStatic/details.html @@ -18,6 +18,48 @@ .tab-content.active { display: block; } + + .statit > span { + margin: 1% 5% 0 0; + } + + .layui-timeline-item:before { + content: ''; + position: absolute; + left: 5px; + top: 15px; + z-index: 0; + width: 2px; + height: 100%; + background-color: #23c173; + } + + .layui-timeline-axis { + display: none; + } + + .status-img { + position: absolute; + top: -8px; + left: -10px; + padding-top: 15px; + height: 50px; + background: #fff; + } + + .status-img.active { + left: -15px; + height: 60px; + } + + .layui-text ul li { + margin-top: 10px; + } + + .layui-text ul li strong { + color: #323232; + } +
@@ -37,8 +79,8 @@