Commit e4022aba authored by agping's avatar agping

上传图片

parent c99e5df1
......@@ -59,7 +59,7 @@
};
return {
headerData: {
'title': '商学院',
'title': '同联商学院',
'noborder': false,
'isBack': false
},
......@@ -246,13 +246,13 @@
nav>.nav-main>ul>li {
width: 25%;
height: 1.66rem;
font-size: .28rem;
font-size: .22rem;
text-align: center;
color: #4c4c4c;
color: #333;
flex-direction: column;
justify-content: center;
border-bottom: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
/*border-bottom: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;*/
}
nav>.nav-main>ul>li:nth-of-type(4n){
border-right: none;
......@@ -271,6 +271,6 @@
}
nav>.nav-main>ul>li.active {
background-color: #f7f7f7;
background: rgba(252, 194, 50,.1);
}
</style>
\ No newline at end of file
......@@ -62,11 +62,16 @@
<style scoped>
li{
padding: 0 .3rem;
background-color: white;
/*background-color: white;*/
}
li>div{
height: 2.2rem;
border-bottom: 1px solid #eee;
height: 2.4rem;
/*border-bottom: 1px solid #eee;*/
background: #fff;
box-sizing: border-box;
border-radius: .05rem;
padding: .36rem .3rem;
margin-bottom:.3rem ;
}
li>div>div:nth-of-type(1){
flex-direction: column;
......@@ -87,8 +92,8 @@
flex: 2.2rem 0 0;
}
li>div>div:nth-of-type(2)>img{
width: 2.2rem;
height: 1.6rem;
width: 1.7rem;
height: 1.7rem;
object-fit: cover;
}
</style>
\ No newline at end of file
......@@ -61,10 +61,10 @@
height: .88rem;
background: #fff;
z-index: 100;
border-bottom: 1px solid #CCC;
box-shadow: 0 2px 4px 0 rgba(186,186,186,0.15);
}
header.no-border{
border-bottom: none;
box-shadow: none;
}
header .ps-back {
position: absolute;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment