1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
| .opt-btn {
| margin-bottom: 0px;
| height: 100%;
| text-align: center;
| .el-form-item {
| margin-bottom: 0px !important;
| .el-form-item__content {
| margin-left: 0 !important;
| height: 80px;
| line-height: 80px;
| .el-button {
| width: 80px;
| height: 40px;
| margin: 0 40px;
| }
| }
| }
|
| }
|
| // 警情追踪图片放大中的关闭按钮的样式调整
| .el-image .el-icon-circle-close {
| width: 40px;
| height: 40px;
| background: url(/img/big-img-close.png) no-repeat;
| background-size: 100% 100%;
| }
| .el-image .el-icon-circle-close:before {
| content: '';
| }
|
| video::-webkit-media-controls-timeline {
| display: none;
| }
|
|