This commit is contained in:
2025-03-19 09:41:42 +08:00
parent fa9d44d907
commit bf3b31327b
82 changed files with 36115 additions and 40475 deletions

View File

@@ -1,30 +1,12 @@
<template>
<page-meta
:page-font-size="$baseFontSize() + 'px'"
:root-font-size="$baseFontSize() + 'px'"
></page-meta>
<view class="commonPageBox">
<public-module></public-module>
<view class="header_box"></view>
<view class="appJump">
<!-- <view
class="everhealth item flexbox"
@click="appjumpfun('everhealth')"
v-if="$platform != 'ios'"
>
<view class="img">
<image
src="@/static/icon/ic_login_health.png"
mode="widthFix"
></image>
</view>
<view class="text">
<text>一路健康</text>
</view>
</view> -->
<view class="zmzm item flexbox" @click="appjumpfun('medicine')">
<view class="appJump">
<view class="everhealth item flexbox" @click="appjumpfun('medicine')">
<view class="img">
<image src="@/static/icon/wmysicon.png" mode="widthFix"></image>
</view>
@@ -32,6 +14,7 @@
<text>吴门医述</text>
</view>
</view>
<view
class="zmzm item flexbox"
@click="appjumpfun('soul')"
@@ -44,8 +27,7 @@
<text>心灵空间</text>
</view>
</view>
<view class="zmzm item flexbox" @click="appjumpfun('nuttyreading')">
<view class="everhealth item flexbox" @click="appjumpfun('nuttyreading')">
<view class="img">
<image src="@/static/icon/home_icon_3.png" mode="widthFix"></image>
</view>
@@ -1178,41 +1160,33 @@ function calcTimer(timer) {
}
.appJump {
width: auto;
position: fixed;
right: 0;
top: 7%;
top: 8%;
z-index: 1;
.item {
background: rgba(255, 255, 255, 0.6);
margin-bottom: 30rpx;
background: rgba(255, 255, 255, 0.9);
margin-bottom: 20rpx;
border: 1px solid #fff;
border-right: none;
align-items: center;
padding-right: 10rpx;
display: flex;
align-items: center;
justify-content: space-around;
overflow: hidden;
border-radius: 50rpx 0 0 50rpx;
text {
font-size: 28rpx;
font-weight: 700;
font-size: 20rpx;
}
.img {
// width: 60rpx; height: 60rpx;
padding: 6rpx;
overflow: hidden;
background-color: #fff;
border-radius: 100%;
image {
width: 50rpx;
height: 50rpx;
width: 36rpx;
height: 36rpx;
border-radius: 100%;
}
}
}
@@ -1221,4 +1195,7 @@ function calcTimer(timer) {
.related_courses_name {
font-weight: bold;
}
.flexbox {
display: flex;
}
</style>