|
@@ -102,7 +102,7 @@
|
|
|
:playsinline="true"
|
|
|
:options="playerO"
|
|
|
@play="onPlayerPlay($event)"
|
|
|
- style="width: 65%; height: 100%; margin: 20px auto"
|
|
|
+ style="width: 95%; height: 100%; margin: 20px auto"
|
|
|
></video-player>
|
|
|
</div>
|
|
|
<!-- <div class="cd_content_steps">
|
|
@@ -965,16 +965,19 @@ export default {
|
|
|
align-items: center;
|
|
|
}
|
|
|
.blue_box_one > div:nth-child(1) {
|
|
|
- line-height: 65px;
|
|
|
- margin: 0 10px;
|
|
|
- width: 40%;
|
|
|
+ line-height: 65px;
|
|
|
+ margin: 0 5px 0 10px;
|
|
|
+ width: 30%;
|
|
|
+ min-width: 60px;
|
|
|
}
|
|
|
.blue_box_one > div:nth-child(2) {
|
|
|
- white-space: nowrap;
|
|
|
- text-overflow: ellipsis;
|
|
|
- overflow: hidden;
|
|
|
- word-break: break-all;
|
|
|
- width: 60%;
|
|
|
+white-space: nowrap;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ overflow: hidden;
|
|
|
+ word-break: break-all;
|
|
|
+ width: 70%;
|
|
|
+ text-align: left;
|
|
|
+ max-width: calc(100% - 75px);
|
|
|
}
|
|
|
.blue_box_one > div:nth-child(2):hover {
|
|
|
overflow: hidden;
|
|
@@ -1017,10 +1020,10 @@ export default {
|
|
|
height: 100%;
|
|
|
}
|
|
|
.returnBtn {
|
|
|
- background: #3ec6a0;
|
|
|
+ background: rgb(238,238,238);
|
|
|
width: 58px;
|
|
|
height: 30px;
|
|
|
- color: #fff;
|
|
|
+ color: rgb(22, 22, 22);
|
|
|
text-align: center;
|
|
|
line-height: 32px;
|
|
|
margin-right: 20px;
|