Commit 915921b1 authored by zhangyanni's avatar zhangyanni

样式

parent 6ccabed3
......@@ -672,7 +672,7 @@ module.exports = {
keywordTips:"Search for Startups, Company Names, Articles, Events",
popular:"Popular",
historySearch:"History Search",
pictureCropper:"图片裁剪",
pictureCropper:"Company Logo",
photoCropper:"Profile Photo"
......
......@@ -676,7 +676,7 @@ module.exports = {
bigBusinessTitleSearch:" 个企业需求",
articleTitleSearch:" 篇文章",
activityTitleSearch:" 个活动",
pictureCropper:"图片裁剪",
pictureCropper:"公司logo",
photoCropper:"上传头像"
},
......
......@@ -352,9 +352,13 @@
<style scoped lang="scss">
.activity_top {
z-index: 100;
width: 100%;
z-index: 90;
padding: 0 .2rem;
position: relative;
position: fixed;
left: 0;
top: 1rem;
background: #fff;
display: flex;
align-items: center;
justify-content: flex-start;
......@@ -398,6 +402,7 @@
padding: 0 .15rem;
}
&:last-child{
padding-right: .7rem;
>span{
padding-right: .3rem;
}
......@@ -427,6 +432,7 @@
-webkit-overflow-scrolling: touch;
overflow: auto;
margin: 0 auto;
padding-top: 1rem;
ul{
margin: 0;
}
......@@ -507,14 +513,15 @@
}
.more {
width: .8rem;
height: 1rem;
height: .8rem;
background-color: #fff;
position: fixed;
right: 0;
top: 1rem;
top: 1.1rem;
display: flex;
justify-content: center;
align-items: center;
z-index: 100;
}
.bottomLine{
margin: .4rem 0;
......
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