| | |
| | | &::v-deep .el-dialog__close { |
| | | width: 20px; |
| | | height: 20px; |
| | | // color: #fff; |
| | | } |
| | | |
| | | &::v-deep .el-dialog__body { |
| | |
| | | <div |
| | | v-for="item in videoData" |
| | | style=" |
| | | height: 240px; |
| | | width: 210px; |
| | | width: 240px; |
| | | position: relative; |
| | | margin-left: 20px; |
| | | " |
| | |
| | | width="210px" |
| | | height="150px" |
| | | ></video> |
| | | <div class="bottonOne" @click="">查看视频</div> |
| | | <div class="bottonTwo">视频上报</div> |
| | | <div class="bottonThird">对讲</div> |
| | | </div> |
| | | </el-main> |
| | | <el-footer> |
| | |
| | | margin-left: 90px; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .el-pagination { |
| | | line-height: 40px; |
| | | &::v-deep li, |
| | | &::v-deep .btn-prev, |
| | | &::v-deep .btn-next { |
| | | background-color: #071f39; |
| | | color: #4b9bb7; |
| | | } |
| | | |
| | | &::v-deep .active { |
| | | background-color: #409eff; |
| | | color: #fff; |
| | | } |
| | | } |
| | | |
| | | .bottonThird { |
| | | color: rgb(75, 155, 183); |
| | | font-size: 11px; |