修改样式 首页 设置页
This commit is contained in:
parent
6a51eb9a55
commit
29e226d00d
|
@ -1,9 +1,9 @@
|
|||
<template>
|
||||
<view class="content">
|
||||
<view class="shezhi-title">
|
||||
<!-- <view class="shezhi-title">
|
||||
<image @click="backImg" src="../../static/fanhui.png" mode="widthFix"></image>
|
||||
<span>设置中心</span>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="shezhi-list" v-for="(item,index) in list" :key="index" @click="goNav(item)">
|
||||
<view class="shezhi-list-left">
|
||||
<image class="shezhi-list-img-icon" :src="item.imgUrl" mode=""></image>
|
||||
|
|
|
@ -1343,7 +1343,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
background: linear-gradient(180deg,rgba(238, 250, 246,0.6),rgba(255, 255, 255,0.9));
|
||||
margin: 20rpx 0px 150px 0px;
|
||||
margin: 20rpx 0px 230px 0px;
|
||||
}
|
||||
.index-fujin-jie-id{
|
||||
height: 30rpx;
|
||||
|
|
Loading…
Reference in New Issue