Files
PCAdmissionOfficer/H5/h5.less
DESKTOP-RQ919RC\Pc 4e2461b600 feat: 优化招生官页面样式和功能
- 新增H5页面相关文件
- 调整CSS样式,修复移动端适配问题
- 优化宣讲会列表显示和时间格式化
- 改进视频播放器交互逻辑
- 修复课程标签显示问题
2025-07-16 19:01:48 +08:00

48 lines
708 B
Plaintext

body {
margin: 0;
background-color: rgba(246, 246, 246, 1);
}
.admission-officer {
min-height: 100vh;
background-color: rgba(246, 246, 246, 1);
* {
padding: 0;
margin: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}
.flexflex {
display: flex;
}
.flexcenter {
display: flex;
justify-content: center;
align-items: center;
}
.flexacenter {
display: flex;
align-items: center;
}
.flex1 {
flex: 1;
}
img {
object-fit: cover;
}
a {
text-decoration: none;
}
.aaaa {
width: 10rem;
height: 6.25rem;
}
}