调整样式
This commit is contained in:
@@ -490,7 +490,7 @@
|
||||
<view class="appJump">
|
||||
<view class="soulspace item flexbox" @click="appjumpfun('soulspace')">
|
||||
<view class="img">
|
||||
<image src="@/static/xlkj.png" mode="widthFix"></image>
|
||||
<image src="@/static/xlkj.png"></image>
|
||||
</view>
|
||||
<view class="text">
|
||||
<text>心灵空间</text>
|
||||
@@ -498,7 +498,7 @@
|
||||
</view>
|
||||
<view class="zmzm item flexbox" @click="appjumpfun('zmzm')">
|
||||
<view class="img">
|
||||
<image src="@/static/40x40.png" mode="widthFix"></image>
|
||||
<image src="@/static/40x40.png"></image>
|
||||
</view>
|
||||
<view class="text">
|
||||
<text>众妙之门</text>
|
||||
@@ -506,7 +506,7 @@
|
||||
</view>
|
||||
<view class="everhealth item flexbox" @click="appjumpfun('nuttyreading')">
|
||||
<view class="img">
|
||||
<image src="@/static/f40x40.png" mode="widthFix"></image>
|
||||
<image src="@/static/f40x40.png"></image>
|
||||
</view>
|
||||
<view class="text">
|
||||
<text>疯子读书</text>
|
||||
@@ -1249,6 +1249,7 @@ export default {
|
||||
|
||||
text {
|
||||
font-size: 20rpx;
|
||||
padding-left: 3rpx;
|
||||
}
|
||||
|
||||
.img {
|
||||
|
||||
Reference in New Issue
Block a user