Files
orico-official-website/public/static/index/mobile/css/attachment_video.css
2025-12-03 15:30:19 +08:00

77 lines
1.7 KiB
CSS

.oricoEGapp-softDrviersVideo {
display: flex;
flex-direction: column;
background: #f5f5f5;
}
.oricoEGapp-softDrviersVideo .topbanner {
margin-top: 3.125rem;
display: flex;
justify-content: center;
position: relative;
}
.oricoEGapp-softDrviersVideo .topbanner .bannerimg {
width: 100%;
}
.oricoEGapp-softDrviersVideo .topbanner .bannertitle {
font-size: 1.5rem;
position: absolute;
top: 50%;
margin-top: -0.75rem;
color: #fff;
z-index: 9;
text-align: center;
width: 100%;
}
.oricoEGapp-softDrviersVideo .tabs {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 1rem 1.25rem 0;
}
.oricoEGapp-softDrviersVideo .tabs .tabit {
padding: 0.5rem 0.75rem;
border-radius: 1rem;
background-color: #fff;
color: #6b6c6e;
font-family: "HarmonyOS-Medium";
font-size: 0.875rem;
display: inline-block;
margin-bottom: 0.5rem;
margin-right: 0.5rem;
}
.oricoEGapp-softDrviersVideo .tabs .tabit.active {
background-color: #004bfa;
color: #ffffff;
}
.oricoEGapp-softDrviersVideo .infolist {
display: flex;
flex-direction: column;
margin: 0 1rem;
}
.oricoEGapp-softDrviersVideo .infolist .vd-item {
display: flex;
flex-direction: column;
border-radius: 0.5rem;
background-color: #fff;
overflow: hidden;
margin-bottom: 0.75rem;
}
.oricoEGapp-softDrviersVideo .infolist .vd-item .texts {
padding: 1.5rem;
word-wrap: break-word;
word-break: normal;
display: flex;
flex-direction: column;
}
.oricoEGapp-softDrviersVideo .infolist .vd-item .texts .t1 {
font-size: 0.875rem;
color: #000;
line-height: 1.25rem;
}
.oricoEGapp-softDrviersVideo .infolist .vd-item .texts .t2 {
font-size: 0.75rem;
line-height: 1.125rem;
color: #9E9E9F;
margin-top: 0.75rem;
}