|
|
@@ -178,14 +178,14 @@ export default {
|
|
|
width: 100%;
|
|
|
height: 100vh;
|
|
|
overflow: hidden;
|
|
|
- /deep/::-webkit-scrollbar {
|
|
|
+ /deep/::-webkit-scrollbar {
|
|
|
width: 0;
|
|
|
height: 0;
|
|
|
color: transparent;
|
|
|
- }
|
|
|
+ }
|
|
|
|
|
|
background: url("../../assets/imgM/bigBac.png");
|
|
|
- .tab3Box{
|
|
|
+ .tab3Box {
|
|
|
height: 100%;
|
|
|
overflow-y: auto;
|
|
|
}
|
|
|
@@ -224,6 +224,7 @@ export default {
|
|
|
width: 100%;
|
|
|
}
|
|
|
& > P {
|
|
|
+ background-color: rgba(0, 0, 0, 0.7);
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
@@ -233,7 +234,8 @@ export default {
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
width: 100%;
|
|
|
- height: 24px;
|
|
|
+ height: 30px;
|
|
|
+ line-height: 30px;
|
|
|
color: #fff;
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
@@ -241,11 +243,10 @@ export default {
|
|
|
}
|
|
|
// 专题图库
|
|
|
.imgBox {
|
|
|
- margin-top: 45px;
|
|
|
- padding: 10px;
|
|
|
- padding-right: 0;
|
|
|
+ margin: 45px auto 0;
|
|
|
+ padding: 10px 0;
|
|
|
+ width: 340px;
|
|
|
display: flex;
|
|
|
- justify-content: center;
|
|
|
flex-wrap: wrap;
|
|
|
.imgSon {
|
|
|
margin-right: 10px;
|
|
|
@@ -268,15 +269,17 @@ export default {
|
|
|
white-space: nowrap;
|
|
|
padding: 0 10px;
|
|
|
}
|
|
|
+ &:nth-of-type(2n) {
|
|
|
+ margin-right: 0;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
// 视频档案
|
|
|
.videoBox {
|
|
|
- margin-top: 45px;
|
|
|
- padding: 10px;
|
|
|
- padding-right: 0;
|
|
|
+ margin: 45px auto 0;
|
|
|
+ padding: 10px 0;
|
|
|
+ width: 340px;
|
|
|
display: flex;
|
|
|
- justify-content: center;
|
|
|
flex-wrap: wrap;
|
|
|
.videoSon {
|
|
|
margin-right: 10px;
|
|
|
@@ -299,6 +302,9 @@ export default {
|
|
|
white-space: nowrap;
|
|
|
padding: 0 10px;
|
|
|
}
|
|
|
+ &:nth-of-type(2n) {
|
|
|
+ margin-right: 0;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
// 模型弹窗
|