样式修改
This commit is contained in:
parent
45da706d1f
commit
2cfe8cd19e
@ -1,5 +1,9 @@
|
||||
<template>
|
||||
<view style="position: relative;height: 100%;background-color: #fff;">
|
||||
<view class="status_bar">
|
||||
<!-- 这里是状态栏 -->
|
||||
</view>
|
||||
|
||||
<view style="position: relative;background-color: #fff;">
|
||||
|
||||
|
||||
<image class="hdbg" :src="getCdnUrl(`sdg/hdbg.png`)"/>
|
||||
@ -81,7 +85,14 @@
|
||||
<style>
|
||||
@import '../../../common/uni-nvue.css';
|
||||
</style>
|
||||
<style scoped lang="less">
|
||||
<style scoped lang="scss">
|
||||
.status_bar {
|
||||
box-sizing: content-box;
|
||||
height: var(--status-bar-height);
|
||||
padding-top: 60rpx;
|
||||
width: 100%;
|
||||
background-color: $uni-color-primary;
|
||||
}
|
||||
.hdbg{
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
@ -110,6 +121,7 @@
|
||||
color: #FFF;
|
||||
}
|
||||
.btn-ljyy{
|
||||
margin-left: 0;
|
||||
width: 144rpx;
|
||||
margin-top: 40rpx;
|
||||
box-sizing: content-box;
|
||||
@ -183,8 +195,9 @@
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
.tlitem {
|
||||
box-sizing: content-box;
|
||||
margin: 0 0 20rpx 0;
|
||||
width: 48.6%;
|
||||
width: 40%;
|
||||
background: #F6F6F6;
|
||||
padding: 30rpx 28rpx;
|
||||
border-radius: 20rpx;
|
||||
@ -9,9 +9,9 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Sending from '@/pages/tabBar/sending/sending.nvue'
|
||||
import Mine from '@/pages/tabBar/mine/mine.nvue'
|
||||
import Search from '@/pages/tabBar/search/search.nvue'
|
||||
import Sending from '@/pages/tabBar/sending/sending.vue'
|
||||
import Mine from '@/pages/tabBar/mine/mine.vue'
|
||||
import Search from '@/pages/tabBar/search/search.vue'
|
||||
|
||||
import {
|
||||
mapMutations,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user