大赛介绍改为上下结构

This commit is contained in:
谢思 2022-04-28 10:40:47 +08:00
parent 4cf59d0f7d
commit c8eeeb4c3a
1 changed files with 9 additions and 12 deletions

View File

@ -19,10 +19,11 @@
background: #fff;
}
.introduce-video {
margin-right: 2.2%;
min-width: 30%;
max-width: 62.5%;
float: left;
width: 100%;
// margin-right: 2.2%;
// min-width: 30%;
// max-width: 62.5%;
// float: left;
// video {
// width: 100%;
// max-width: 100%;
@ -38,7 +39,6 @@
// // min-height: 75%;
// // position: relative;
// .manageEdit{
// text-align: left;
// position: absolute;
@ -49,7 +49,6 @@
// // overflow: auto;
// // // overflow-y: auto;
// // }
// p{
// text-overflow: -o-ellipsis-lastline;
@ -79,11 +78,10 @@
text-indent: 2em;
}
@media screen and (min-width: 1800px) {
.introduce-video{
width: 62.5%;
}
// .introduce-video{
// width: 62.5%;
// }
.introduce-info .markdown-body p{
font-size: 18px !important;
line-height: 1.4;
@ -120,9 +118,8 @@
}
}
@media screen and (max-width: 1300px) {
.introduce-info .markdown-body p{
.introduce-info .markdown-body p{
font-size: 13px !important;
}
}