调整样式

This commit is contained in:
liuyuan
2025-03-19 10:30:26 +08:00
parent 59e9928c25
commit ae78b853ea
2 changed files with 5 additions and 4 deletions

View File

@@ -90,7 +90,7 @@
<image src="../../static/icon/xunzhang.png" mode="widthFix"></image>
</view>
<view class="">
<text>恭喜您已通过自考考试获得本门课程的自考证书,如您想获得本门课程的A级<strong></strong>证书可参加小班教学</text>
<text>恭喜您已通过自考考试获得本门课程的自考证书如您想获得本门课程的A级证书可参加小班教学</text>
</view>
</view>
</view>

View File

@@ -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 {