# Conflicts: # components/mobile/MobileHeader.vue
@@ -26,9 +26,13 @@
padding: .2rem 0;
line-height: .31rem;
border-bottom: .01rem solid rgb(183,213,254);
+ text-align: center;
&:last-child {
border-bottom: none;
}
+ &:first-child {
+ text-align: left;
+ }
@@ -130,7 +130,6 @@
.home{
font-size:.28rem;
margin-bottom:1rem;
- margin-top:.88rem;
.home-header{
width:100%;
padding-top:1.3rem;
@@ -59,7 +59,7 @@
@import '~assets/scss/mobileCommon';
.mobile-header{
- position:relative;
+ position:fixed;
top:0;
z-index:10000;
height:.88rem;
@@ -199,6 +199,7 @@
<style lang="scss" scoped>
.brand-detail {
margin: 0 auto;
+ margin-bottom: .98rem;
text-align: center;
.brand-logo {
@@ -165,6 +165,7 @@
.component-detail {
font-size: .28rem;
.base-detail {
margin: .34rem .66rem .34rem .40rem;
.base-detail-item {
@@ -38,8 +38,8 @@
<style scoped lang="scss">
.search-list{
.search-item{
justify-content: space-around;
@@ -47,7 +47,7 @@
.shop{
- margin-top:1rem;
min-height: 10rem;
background: #e2e4e6;
.shop-top{
@@ -41,7 +41,7 @@
.user-content{
.user-name{