微调
This commit is contained in:
@@ -1157,84 +1157,6 @@ defineExpose({
|
|||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// .fullscreen-container {
|
|
||||||
// position: fixed;
|
|
||||||
// top: 0;
|
|
||||||
// left: 0;
|
|
||||||
// right: 0;
|
|
||||||
// bottom: 0;
|
|
||||||
// display: flex;
|
|
||||||
// justify-content: center;
|
|
||||||
// align-items: center;
|
|
||||||
// z-index: 999999;
|
|
||||||
// width: 100%;
|
|
||||||
// height: 100%;
|
|
||||||
// .content {
|
|
||||||
// width: 100%;
|
|
||||||
// // height: 871px;
|
|
||||||
// height: 100%;
|
|
||||||
// /* src\pages\page-web\daping\img\弹窗.png */
|
|
||||||
// // background: url(img/icon/bgData.png) no-repeat;
|
|
||||||
// background-size: cover;
|
|
||||||
// position: relative;
|
|
||||||
// // padding: 30px 24px 0;
|
|
||||||
// .content-top {
|
|
||||||
// display: flex;
|
|
||||||
// justify-content: end;
|
|
||||||
// margin-bottom: 10px;
|
|
||||||
// > .top-right {
|
|
||||||
// width: 755px;
|
|
||||||
// padding-left: 240px;
|
|
||||||
// display: flex;
|
|
||||||
// justify-content: space-between;
|
|
||||||
// align-items: flex-start;
|
|
||||||
// > .btn-list {
|
|
||||||
// display: inline-flex;
|
|
||||||
// color: #fff;
|
|
||||||
// > .btn {
|
|
||||||
// width: 90px;
|
|
||||||
// font-size: 16px;
|
|
||||||
// margin: 0 10px;
|
|
||||||
// border: 1px solid #d3d3d3;
|
|
||||||
// padding: 4px 12px;
|
|
||||||
// border-radius: 12px;
|
|
||||||
// text-align: center;
|
|
||||||
// text-wrap: nowrap;
|
|
||||||
// &:hover {
|
|
||||||
// cursor: pointer;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// > .btnActive {
|
|
||||||
// background-color: #1890ff;
|
|
||||||
// border: 1px solid #1890ff;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// > .close {
|
|
||||||
// font-size: 26px;
|
|
||||||
// color: #fff;
|
|
||||||
// &:hover {
|
|
||||||
// cursor: pointer;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// > .player-content {
|
|
||||||
// width: 100%;
|
|
||||||
// height: 100%;
|
|
||||||
// display: flex;
|
|
||||||
// align-items: center;
|
|
||||||
// justify-content: center;
|
|
||||||
// overflow: hidden;
|
|
||||||
// > .player {
|
|
||||||
// width: 100%;
|
|
||||||
// height: 100%;
|
|
||||||
// display: flex;
|
|
||||||
// align-items: center;
|
|
||||||
// justify-content: center;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
.fullscreen-container {
|
.fullscreen-container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@@ -1245,7 +1167,7 @@ defineExpose({
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
z-index: 999;
|
z-index: 9999;
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
&:fullscreen {
|
&:fullscreen {
|
||||||
|
|||||||
@@ -394,7 +394,7 @@ defineExpose({
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
object-fit: fill;
|
object-fit:cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons-box-right {
|
.buttons-box-right {
|
||||||
|
|||||||
Reference in New Issue
Block a user