Commit e4022aba authored by agping's avatar agping

上传图片

parent c99e5df1
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
}; };
return { return {
headerData: { headerData: {
'title': '商学院', 'title': '同联商学院',
'noborder': false, 'noborder': false,
'isBack': false 'isBack': false
}, },
...@@ -246,13 +246,13 @@ ...@@ -246,13 +246,13 @@
nav>.nav-main>ul>li { nav>.nav-main>ul>li {
width: 25%; width: 25%;
height: 1.66rem; height: 1.66rem;
font-size: .28rem; font-size: .22rem;
text-align: center; text-align: center;
color: #4c4c4c; color: #333;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
border-bottom: 1px solid #f0f0f0; /*border-bottom: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0; border-right: 1px solid #f0f0f0;*/
} }
nav>.nav-main>ul>li:nth-of-type(4n){ nav>.nav-main>ul>li:nth-of-type(4n){
border-right: none; border-right: none;
...@@ -271,6 +271,6 @@ ...@@ -271,6 +271,6 @@
} }
nav>.nav-main>ul>li.active { nav>.nav-main>ul>li.active {
background-color: #f7f7f7; background: rgba(252, 194, 50,.1);
} }
</style> </style>
\ No newline at end of file
...@@ -62,11 +62,16 @@ ...@@ -62,11 +62,16 @@
<style scoped> <style scoped>
li{ li{
padding: 0 .3rem; padding: 0 .3rem;
background-color: white; /*background-color: white;*/
} }
li>div{ li>div{
height: 2.2rem; height: 2.4rem;
border-bottom: 1px solid #eee; /*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){ li>div>div:nth-of-type(1){
flex-direction: column; flex-direction: column;
...@@ -87,8 +92,8 @@ ...@@ -87,8 +92,8 @@
flex: 2.2rem 0 0; flex: 2.2rem 0 0;
} }
li>div>div:nth-of-type(2)>img{ li>div>div:nth-of-type(2)>img{
width: 2.2rem; width: 1.7rem;
height: 1.6rem; height: 1.7rem;
object-fit: cover; object-fit: cover;
} }
</style> </style>
\ No newline at end of file
...@@ -61,10 +61,10 @@ ...@@ -61,10 +61,10 @@
height: .88rem; height: .88rem;
background: #fff; background: #fff;
z-index: 100; z-index: 100;
border-bottom: 1px solid #CCC; box-shadow: 0 2px 4px 0 rgba(186,186,186,0.15);
} }
header.no-border{ header.no-border{
border-bottom: none; box-shadow: none;
} }
header .ps-back { header .ps-back {
position: absolute; 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