@@ -13,10 +13,14 @@
height: 100%;
.t1Tit {
+ position: relative;
+ top: -10px;
font-weight: 700;
- font-size: 24px;
+ font-size: 20px;
color: var(--themeColor);
text-align: center;
+ font-weight: 400;
+ height: 40px;
}
.videoBox {
@@ -2,7 +2,7 @@
width: 100%;
background-size: 100% 100%;
- padding: 0 60px;
+ padding: 34px 60px 0;
position: relative;
:global {
@@ -23,6 +23,7 @@
border-radius: 0 10px 0 10px;
border: 1px solid var(--themeColor);
+ font-size: 18px;
.tab4Top1Ac {
@@ -161,7 +162,7 @@
.tab4Mrow {
cursor: pointer;
width: 18.8%;
- height: 42%;
+ height: 40%;
margin-right: 1.5%;
// margin-bottom: 2%;
background-color: #fff;
@@ -7,6 +7,8 @@
.tab5Top {
+ top: -20px;
display: flex;
justify-content: center;