style:bug样式修改

This commit is contained in:
迷和油
2025-06-07 14:32:56 +08:00
parent c40b4ea632
commit 79d4c4976b
8 changed files with 236 additions and 134 deletions

View File

@@ -76,6 +76,7 @@
margin-top: 4rem;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.orico_Page_download .downloadMain .contact_c .tab a{
width:32%
@@ -201,6 +202,7 @@
justify-content: flex-start;
padding-left: 40px;
padding-right: 40px;
flex-wrap: wrap;
}
.orico_Page_download .downloadMain .contact_c .vidotabs .hd ul li {
margin-right: 80px;
@@ -224,27 +226,29 @@
height: auto;
}
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten ul {
margin: 0;
padding: 0;
display: flex;
justify-content: flex-start;
}
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten .video_hotul {
display: flex;
align-items: inherit;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;
flex-direction: row;
margin-bottom: 1.5%;
}
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten .video_hotul {
width:49.2%
}
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten .video_hotul dd {
margin-right: 24px;
width: 671px;
margin-bottom: 34px;
background-color: #fff;
border-radius: 24px;
overflow: hidden;
}
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten .video_hotul:last-child dd{
margin-right: 0;
}
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten .video_hotul dd video {
width: 100%;
display: block;
max-height:390px;
}
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten .video_hotul dd .htit {
padding-left: 56px;