tijiao
This commit is contained in:
2
App.vue
2
App.vue
@@ -33,7 +33,7 @@ export default {
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
onLaunch: function (e) {
|
onLaunch: function (e) {
|
||||||
if(!uni.getStorageSync("fontSize")){
|
if(uni.getStorageSync("fontSize") != 3.5 && uni.getStorageSync("fontSize") != 4){
|
||||||
uni.setStorageSync("fontSize",3.5)//改变字体大小
|
uni.setStorageSync("fontSize",3.5)//改变字体大小
|
||||||
}
|
}
|
||||||
uni.setStorageSync("isJump", null);
|
uni.setStorageSync("isJump", null);
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
></page-meta>
|
></page-meta>
|
||||||
<view
|
<view
|
||||||
class="container commonPageBox commonDetailPage"
|
class="container commonPageBox commonDetailPage"
|
||||||
style="background-color: #f2f2f2"
|
style=""
|
||||||
>
|
>
|
||||||
<!-- 公共组件-每个页面必须引入 -->
|
<!-- 公共组件-每个页面必须引入 -->
|
||||||
<public-module></public-module>
|
<public-module></public-module>
|
||||||
@@ -44,8 +44,8 @@
|
|||||||
<!-- <view v-if="ordersListTab == 1"> -->
|
<!-- <view v-if="ordersListTab == 1"> -->
|
||||||
<view
|
<view
|
||||||
class="order_box"
|
class="order_box"
|
||||||
:style="`height: calc(100% - ${(80 + statusBarHeight) * 2}rpx);`"
|
:style="`height: auto;margin-top: 40px; `"
|
||||||
style="background-color: #f2f2f2"
|
style=""
|
||||||
>
|
>
|
||||||
<common-list
|
<common-list
|
||||||
imgUrl="url"
|
imgUrl="url"
|
||||||
@@ -1644,6 +1644,8 @@ export default {
|
|||||||
|
|
||||||
.cateList {
|
.cateList {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
position: fixed !important;
|
||||||
|
z-index: 970;
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/.u-tabs__wrapper__nav__item {
|
/deep/.u-tabs__wrapper__nav__item {
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
<template>
|
<template>
|
||||||
<page-meta
|
<!-- <page-meta
|
||||||
:page-font-size="$baseFontSize() + 'px'"
|
:page-font-size="$baseFontSize() + 'px'"
|
||||||
:root-font-size="$baseFontSize() + 'px'"
|
:root-font-size="$baseFontSize() + 'px'"
|
||||||
></page-meta>
|
></page-meta> -->
|
||||||
<view class="container commonPageBox" style="background-color: #fbf9f7">
|
<view class="container commonPageBox" style="background-color: transparent">
|
||||||
<!-- 公共组件-每个页面必须引入 -->
|
<!-- 公共组件-每个页面必须引入 -->
|
||||||
<public-module></public-module>
|
<public-module></public-module>
|
||||||
<z-nav-bar
|
<z-nav-bar
|
||||||
:title="options.navTitle"
|
:title="options.navTitle"
|
||||||
bgColor="#5F8F7F"
|
bgColor="#39b3b8"
|
||||||
fontColor="#fff"
|
fontColor="#fff"
|
||||||
></z-nav-bar>
|
></z-nav-bar>
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
>暂无封面图</view
|
>暂无封面图</view
|
||||||
>
|
>
|
||||||
</view>
|
</view>
|
||||||
<view class="cate_right">
|
<view class="cate_right" style="position: relative;padding-bottom: 30rpx;">
|
||||||
<view
|
<view
|
||||||
class="related_courses_name hidden1"
|
class="related_courses_name hidden1"
|
||||||
:style="`${slotProps.row.buy ? 'color:#43A181' : ''}`"
|
:style="`${slotProps.row.buy ? 'color:#43A181' : ''}`"
|
||||||
@@ -59,14 +59,14 @@
|
|||||||
color: #9c9c9c;
|
color: #9c9c9c;
|
||||||
line-height: 13px;
|
line-height: 13px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
height: 26px;
|
height: 40px;overflow: hidden;
|
||||||
"
|
"
|
||||||
class="hidden2"
|
class="hidden3"
|
||||||
v-html="slotProps.row.content"
|
v-html="slotProps.row.content"
|
||||||
>
|
>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="curriculum_tag_info_box">
|
<view class="curriculum_tag_info_box" style="width: 100%">
|
||||||
<view v-for="(v, i) in slotProps.row.courseCatalogueEntityList">
|
<view v-for="(v, i) in slotProps.row.courseCatalogueEntityList">
|
||||||
<view
|
<view
|
||||||
@click.native.stop="gotoDetail(slotProps.row)"
|
@click.native.stop="gotoDetail(slotProps.row)"
|
||||||
@@ -80,9 +80,9 @@
|
|||||||
v-else
|
v-else
|
||||||
style="
|
style="
|
||||||
margin-right: 10rpx;
|
margin-right: 10rpx;
|
||||||
background-color: transparent;
|
background-color: #edf6f5;
|
||||||
color: #969696;
|
color: #3ab0b0;
|
||||||
border-color: #969696;
|
border-color: #3ab0b0;
|
||||||
"
|
"
|
||||||
class="curriculum_tag"
|
class="curriculum_tag"
|
||||||
>
|
>
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
>
|
>
|
||||||
<view
|
<view
|
||||||
style="
|
style="
|
||||||
line-height: 58rpx;
|
line-height: 48rpx;
|
||||||
color: #333;
|
color: #333;
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
@@ -110,14 +110,18 @@
|
|||||||
v-if="slotProps.row.courseCatalogueEntityList[0].type == 2"
|
v-if="slotProps.row.courseCatalogueEntityList[0].type == 2"
|
||||||
>超 V 专享</text
|
>超 V 专享</text
|
||||||
>
|
>
|
||||||
<text style="font-size: 20rpx" v-else>免费</text>
|
<text
|
||||||
|
style="font-size: 26rpx; color: #333; font-weight: 500"
|
||||||
|
v-else
|
||||||
|
>免费</text
|
||||||
|
>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="curriculum_tag_info_box price_box" v-else>
|
<view class="curriculum_tag_info_box price_box" v-else>
|
||||||
<view
|
<view
|
||||||
style="
|
style="
|
||||||
line-height: 58rpx;
|
line-height: 48rpx;
|
||||||
color: #333;
|
color: rgb(233, 117, 18);
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
"
|
"
|
||||||
@@ -129,8 +133,8 @@
|
|||||||
|
|
||||||
<view
|
<view
|
||||||
style="
|
style="
|
||||||
line-height: 58rpx;
|
line-height: 48rpx;
|
||||||
color: #333;
|
color: rgb(233, 117, 18);
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
"
|
"
|
||||||
@@ -139,6 +143,7 @@
|
|||||||
{{ slotProps.row.courseCatalogueEntityList[0].fee }}
|
{{ slotProps.row.courseCatalogueEntityList[0].fee }}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<text class="btn_box_btn" style="position: absolute;right: -10rpx;bottom: 0;">了解课程</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- <text v-if="slotProps.row.conditions!='03'">【试听】</text> -->
|
<!-- <text v-if="slotProps.row.conditions!='03'">【试听】</text> -->
|
||||||
@@ -735,6 +740,10 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
::v-deep .commonPageBox {
|
||||||
|
background-color: #EDF6F5 !important;
|
||||||
|
|
||||||
|
}
|
||||||
.u-grid-list {
|
.u-grid-list {
|
||||||
// height: 40rpx;
|
// height: 40rpx;
|
||||||
}
|
}
|
||||||
@@ -814,10 +823,10 @@ export default {
|
|||||||
/deep/.list_item {
|
/deep/.list_item {
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
|
|
||||||
margin-bottom: 40rpx;
|
margin-bottom: 20rpx;
|
||||||
background: rgba(255, 255, 255, 0.85) !important;
|
background: #fff !important;
|
||||||
box-shadow: 0px 0px 3px 0px rgba(0, 82, 79, 0.2) !important;
|
box-shadow: 0px 0px 6rpx 0px #3ab3ae70 !important;
|
||||||
|
// border: 1rpx solid #38b5b9;
|
||||||
.rightArrow {
|
.rightArrow {
|
||||||
margin-top: 0rpx !important;
|
margin-top: 0rpx !important;
|
||||||
}
|
}
|
||||||
@@ -832,10 +841,10 @@ export default {
|
|||||||
// background: rgba(255, 255, 255, 0.85) !important;
|
// background: rgba(255, 255, 255, 0.85) !important;
|
||||||
// }
|
// }
|
||||||
.feng {
|
.feng {
|
||||||
background-color: #f5f5f5;
|
background-color: #f6f7f2;
|
||||||
margin: 0rpx 22rpx 0 0;
|
margin: 0rpx 22rpx 0 0;
|
||||||
height: 160rpx !important;
|
height: 200rpx !important;
|
||||||
width: 240rpx !important;
|
width: 260rpx !important;
|
||||||
float: left;
|
float: left;
|
||||||
border-radius: 14rpx;
|
border-radius: 14rpx;
|
||||||
|
|
||||||
@@ -859,13 +868,17 @@ export default {
|
|||||||
.curriculum_tag {
|
.curriculum_tag {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
padding: 0 20rpx;
|
padding: 0 20rpx;
|
||||||
font-size: 24rpx;
|
border-radius: 10rpx;
|
||||||
|
font-size: 26rpx;
|
||||||
|
letter-spacing: 2rpx;
|
||||||
|
// font-weight: bold;
|
||||||
// height: 40rpx;
|
// height: 40rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-color: #43a181;
|
background-color: #39b3b8;
|
||||||
border: 1rpx solid #43a181;
|
border: 1rpx solid #39b3b8;
|
||||||
border-radius: 4rpx;
|
// border-radius: 4rpx;
|
||||||
|
line-height: 40rpx;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -885,6 +898,21 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||||
background-color: rgba(255, 255, 255, 0.85) !important;
|
background-color: #fff !important;
|
||||||
|
}
|
||||||
|
.btn_box_btn {
|
||||||
|
|
||||||
|
padding: 6rpx 20rpx;
|
||||||
|
box-sizing: border-box;
|
||||||
|
width: auto;
|
||||||
|
// height: 64rpx;
|
||||||
|
text-align: center;
|
||||||
|
// line-height:64rpx;
|
||||||
|
border-radius: 20rpx;
|
||||||
|
background-image: linear-gradient(90deg, #39b3b8 0%, #00e1ec 100%);
|
||||||
|
// @include theme("btn_bg");
|
||||||
|
font-size: 28rpx;
|
||||||
|
line-height: 28rpx;
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -147,12 +147,12 @@ export default {
|
|||||||
limitContent: "",
|
limitContent: "",
|
||||||
scrollViewHeight: 0,
|
scrollViewHeight: 0,
|
||||||
dataList: [
|
dataList: [
|
||||||
{
|
// {
|
||||||
title: "字体大小",
|
// title: "字体大小",
|
||||||
content: "",
|
// content: "",
|
||||||
url: "",
|
// url: "",
|
||||||
type: "fontSize",
|
// type: "fontSize",
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: "客服热线",
|
title: "客服热线",
|
||||||
content: "022-24142321",
|
content: "022-24142321",
|
||||||
|
|||||||
BIN
static/icon/xinlingicon.png
Normal file
BIN
static/icon/xinlingicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
BIN
unpackage/dist/build/app-plus/static/icon/xinlingicon.png
vendored
Normal file
BIN
unpackage/dist/build/app-plus/static/icon/xinlingicon.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
378
unpackage/dist/dev/app-plus/app-service.js
vendored
378
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
240
unpackage/dist/dev/app-plus/app-view.js
vendored
240
unpackage/dist/dev/app-plus/app-view.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
unpackage/dist/dev/app-plus/static/icon/xinlingicon.png
vendored
Normal file
BIN
unpackage/dist/dev/app-plus/static/icon/xinlingicon.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
BIN
unpackage/release/zmzm20250314103101.wgt
Normal file
BIN
unpackage/release/zmzm20250314103101.wgt
Normal file
Binary file not shown.
BIN
unpackage/release/zmzm202503141032.wgt
Normal file
BIN
unpackage/release/zmzm202503141032.wgt
Normal file
Binary file not shown.
BIN
unpackage/release/zmzm20250317.wgt
Normal file
BIN
unpackage/release/zmzm20250317.wgt
Normal file
Binary file not shown.
Reference in New Issue
Block a user