css
This commit is contained in:
@@ -1,13 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="AppCircle" :style="{paddingTop: (statusBarHeight + 102) + 'px'}" :background="background">
|
<div class="AppCircle">
|
||||||
|
<u-navbar :is-back="true" title="邻里互助" title-color="#fff" title-width="300" title-size="32" :background="background" :title-bold="true" back-icon-color="#fff"></u-navbar>
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="status-bar" :style="{height: statusBarHeight + 'px'}"></div>
|
|
||||||
<div class="nav-bar" :style="{
|
|
||||||
height: '88rpx',
|
|
||||||
lineHeight: '88rpx'
|
|
||||||
}">
|
|
||||||
<h2>邻里互助</h2>
|
|
||||||
</div>
|
|
||||||
<div class="top">
|
<div class="top">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<span @click="changeTab(0)" :class="{active:currIndex === 0}">广场</span>
|
<span @click="changeTab(0)" :class="{active:currIndex === 0}">广场</span>
|
||||||
@@ -279,14 +273,14 @@
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.AppCircle {
|
.AppCircle {
|
||||||
padding-top: 100px;
|
// padding-top: 100px;
|
||||||
padding-bottom: 40px;
|
padding-bottom: 40px;
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
position: fixed;
|
// position: fixed;
|
||||||
left: 0;
|
// left: 0;
|
||||||
top: 0;
|
// top: 0;
|
||||||
z-index: 111;
|
// z-index: 111;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
|
|||||||
Reference in New Issue
Block a user