邓洁 commit : 修改新闻中心,本科教育,研究生教育和党群工作细节样式
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
</div>
|
||||
|
||||
<!--轮播图下的新闻-->
|
||||
<div class="news" >
|
||||
<div class="news">
|
||||
<el-row>
|
||||
<el-col :span="6">
|
||||
<div class="news_context">
|
||||
@@ -88,7 +88,6 @@
|
||||
</el-row>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -152,44 +151,49 @@ export default {
|
||||
<style scoped lang="scss">
|
||||
@media screen and (max-width: 1200px) {
|
||||
.news {
|
||||
width: 100rem!important;
|
||||
width: 100rem !important;
|
||||
}
|
||||
.headline{
|
||||
width: 100rem!important;
|
||||
.headline {
|
||||
width: 100rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1050px) {
|
||||
.news {
|
||||
width: 90rem!important;
|
||||
width: 90rem !important;
|
||||
}
|
||||
.headline{
|
||||
width: 90rem!important;
|
||||
.headline {
|
||||
width: 90rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
.news {
|
||||
width: 80rem!important;
|
||||
width: 80rem !important;
|
||||
}
|
||||
.headline{
|
||||
width: 80rem!important;
|
||||
.headline {
|
||||
width: 80rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
.news {
|
||||
width: 80rem!important;
|
||||
width: 80rem !important;
|
||||
}
|
||||
.headline{
|
||||
width: 80rem!important;
|
||||
.headline {
|
||||
width: 80rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.news {
|
||||
width: 70rem!important;
|
||||
width: 70rem !important;
|
||||
}
|
||||
.headline{
|
||||
width: 70rem!important;
|
||||
.headline {
|
||||
width: 70rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
.news_center {
|
||||
background-image: url("../../../assets/index/news_center/sy_bj3.png");
|
||||
background-size: cover;
|
||||
@@ -203,6 +207,7 @@ export default {
|
||||
justify-content: space-between;
|
||||
width: 115.4rem;
|
||||
margin: 0 auto;
|
||||
|
||||
.title {
|
||||
display: flex;
|
||||
width: 24rem;
|
||||
@@ -283,7 +288,6 @@ export default {
|
||||
}
|
||||
|
||||
.news_context_img {
|
||||
|
||||
height: 42.8%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
@@ -298,13 +302,10 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
//.news_context_text-title:last-child{
|
||||
// border-right: 1px solid red;
|
||||
//}
|
||||
|
||||
.news_context_text {
|
||||
padding: 2rem 2rem 2rem 2rem;
|
||||
//padding-right: 2rem;
|
||||
margin: 2rem 0 2rem 2rem;
|
||||
padding-right: 2rem;
|
||||
//border-right: 1px solid #CCCCCC;
|
||||
.news_context_text-title {
|
||||
&:hover {
|
||||
@@ -369,5 +370,4 @@ export default {
|
||||
}
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
@@ -180,12 +180,13 @@ export default {
|
||||
|
||||
.card_title {
|
||||
width: 90%;
|
||||
font-size: 2rem;
|
||||
font-size: 1.7rem;
|
||||
font-family: PingFangSC-Medium, PingFang SC;
|
||||
font-weight: 500;
|
||||
color: #1C1C1C;
|
||||
text-align: left;
|
||||
//width: 36rem;
|
||||
//padding: 1rem 0;
|
||||
margin: 0 auto;
|
||||
overflow: hidden; //超出的文本隐藏
|
||||
text-overflow: ellipsis; //溢出用省略号显示
|
||||
@@ -303,11 +304,11 @@ export default {
|
||||
|
||||
li {
|
||||
width: 22rem !important;
|
||||
height: 22rem !important;
|
||||
height: 23rem !important;
|
||||
|
||||
.card_title {
|
||||
font-size: 1.6rem;
|
||||
margin: 1rem 1rem;
|
||||
margin: 0.6rem 1rem;
|
||||
display: -webkit-box; //作为弹性伸缩盒子模型显示。
|
||||
-webkit-box-orient: vertical; //设置伸缩盒子的子元素排列方式--从上到下垂直排列
|
||||
-webkit-line-clamp: 2; //显示的行
|
||||
|
||||
@@ -108,7 +108,6 @@
|
||||
</el-row>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -161,6 +160,7 @@ export default {
|
||||
//height: 33.8rem;
|
||||
margin-top: 8.1rem;
|
||||
margin-bottom: 5rem;
|
||||
border-radius: 36px;
|
||||
}
|
||||
|
||||
.headline {
|
||||
@@ -214,7 +214,7 @@ export default {
|
||||
color: #0D52B3;
|
||||
}
|
||||
|
||||
width: 81%;
|
||||
width: 83%;
|
||||
//height: 23px;
|
||||
font-size: 1.6rem;
|
||||
font-weight: 500;
|
||||
|
||||
Reference in New Issue
Block a user