dengjie commit : 部分修改样式
This commit is contained in:
@@ -137,7 +137,8 @@
|
||||
</div>
|
||||
<div class="academy_content">
|
||||
<div class="academy_content_icontime">
|
||||
<div class="img"></div>
|
||||
<!-- <img :src="src" alt="">-->
|
||||
<div class="img" v-bind:style="{backgroundImage:'url('+bgc+')'}"></div>
|
||||
<span>2022-10-08</span>
|
||||
</div>
|
||||
<div class="academy_content_title">
|
||||
@@ -162,7 +163,12 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "academy_and_sciences"
|
||||
name: "academy_and_sciences",
|
||||
data(){
|
||||
return{
|
||||
bgc:require('../../../assets/index/academy_and_sciences/shijian3.png')
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
@@ -224,7 +230,7 @@ export default {
|
||||
display: flex;
|
||||
height: 2.3rem;
|
||||
margin-top: 3.4rem;
|
||||
|
||||
cursor: pointer;
|
||||
.more_text {
|
||||
font-size: 1.6rem;
|
||||
font-weight: 500;
|
||||
@@ -244,34 +250,17 @@ export default {
|
||||
&:hover {
|
||||
box-shadow: 0 8px 11px 0 rgba(0, 73, 174, 0.5);
|
||||
background: #FFFFFF;
|
||||
|
||||
&_icontime{
|
||||
.img {
|
||||
background-image: url('../../../assets/index/academy_and_sciences/shijian2.png');
|
||||
}
|
||||
span {
|
||||
color: #0049AF;
|
||||
}
|
||||
}
|
||||
&_title{
|
||||
color: #0049AF;
|
||||
}
|
||||
|
||||
&_text {
|
||||
color: #575757;
|
||||
}
|
||||
color: #0049AF;
|
||||
}
|
||||
|
||||
padding: 2.5rem 2.3rem;
|
||||
background: rgba(10, 81, 174, 0.89);
|
||||
border-radius: 16px;
|
||||
margin-bottom: 1.9rem;
|
||||
|
||||
color: #FFFFFF;
|
||||
&_icontime {
|
||||
display: flex;
|
||||
margin-bottom: 1.1rem;
|
||||
.img {
|
||||
background-image: url('../../../assets/index/academy_and_sciences/shijian3.png');
|
||||
background-size: 1.5rem;
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
@@ -283,7 +272,7 @@ export default {
|
||||
//height: 18px;
|
||||
font-size: 1.3rem;
|
||||
font-weight: 500;
|
||||
color: #FFFFFF;
|
||||
|
||||
line-height: 1.85rem;
|
||||
}
|
||||
}
|
||||
@@ -294,7 +283,7 @@ export default {
|
||||
//height: 38px;
|
||||
font-size: 1.4rem;
|
||||
font-weight: 500;
|
||||
color: #FFFFFF;
|
||||
//color: #FFFFFF;
|
||||
line-height: 1.9rem;
|
||||
letter-spacing: .1rem;
|
||||
margin-bottom: .6rem;
|
||||
@@ -306,7 +295,7 @@ export default {
|
||||
//height: 41px;
|
||||
font-size: 1rem;
|
||||
font-weight: 500;
|
||||
color: #FFFFFF;
|
||||
//color: #FFFFFF;
|
||||
line-height: 1.4rem;
|
||||
letter-spacing: .1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user