Compare commits

..

No commits in common. "a997453bb1777bc239f660212855ab72ad4bb51c" and "cf8e60e9498e2b01864516b3ccee520ceb17534f" have entirely different histories.

1 changed files with 24 additions and 34 deletions

View File

@ -242,15 +242,15 @@ export default {
</script>
<style lang="scss" scoped>
.videoLive {
width: 100vw;
width: 7.5rem;
min-height: 100vh;
background-color: #F5F6FA;
.center {
.video_live {
width: 100vw;
height:60vh;
width: 7.5rem;
height: 9.7rem;
>img {
width: 100%;
@ -264,17 +264,15 @@ export default {
.skills {
width: 100%;
height: 40vh;
box-sizing: border-box;
// padding: .61rem 0 0 .4rem;
padding: .61rem 0 0 .4rem;
display: flex;
align-items: center;
justify-content: space-between;
.left {
width: 3rem;
height: 3rem;
width: 3.4rem;
height: 3.4rem;
position: relative;
// margin-right: .6rem;
margin-right: .6rem;
.left_arrow,
.right_arrow {
@ -297,9 +295,8 @@ export default {
align-items: center;
justify-content: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 8%;
top: 1.45rem;
left: .29rem;
}
.left_arrow_item_act {
@ -311,9 +308,8 @@ export default {
align-items: center;
justify-content: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 8%;
top: 1.45rem;
left: .29rem;
}
.left_arrow_item::after {
@ -349,9 +345,8 @@ export default {
align-items: center;
justify-content: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 8%;
top: 1.45rem;
right: .29rem;
}
.right_arrow_item_act {
@ -363,9 +358,8 @@ export default {
align-items: center;
justify-content: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 8%;
top: 1.45rem;
right: .29rem;
}
.right_arrow_item::after {
@ -401,9 +395,8 @@ export default {
align-items: center;
justify-content: center;
position: absolute;
top: 8%;
left: 50%;
transform: translateX(-50%);
top: .29rem;
left: 1.46rem;
}
.up_arrow_item_act {
@ -415,9 +408,8 @@ export default {
align-items: center;
justify-content: center;
position: absolute;
top: 8%;
left: 50%;
transform: translateX(-50%);
top: .29rem;
left: 1.46rem;
}
.up_arrow_item::after {
@ -453,9 +445,8 @@ export default {
align-items: center;
justify-content: center;
position: absolute;
bottom: 8%;
left: 50%;
transform: translateX(-50%);
bottom: .28rem;
left: 1.46rem;
}
.down_arrow_item_act {
@ -467,9 +458,8 @@ export default {
align-items: center;
justify-content: center;
position: absolute;
bottom: 8%;
left: 50%;
transform: translateX(-50%);
bottom: .28rem;
left: 1.46rem;
}
.down_arrow_item::after {