|
@@ -2,7 +2,7 @@
|
|
|
<view class="container">
|
|
|
<u-navbar :is-back="false" title="" :background="{ background: '#f7f7f7' }" :border-bottom="false">
|
|
|
<view class="slot-wrap">
|
|
|
- <image src="https://sylwt.top/api/visitor/resources/image?name=/ydl/menber-center/login-icon.png" mode="aspectFit" style="width: 200rpx;"></image>
|
|
|
+ <image src="https://sylwt.top/api/visitor/resources/image?name=/ydl/menber-center/login-icon.png" mode="aspectFit" style="width: 300rpx;"></image>
|
|
|
</view>
|
|
|
</u-navbar>
|
|
|
<view class="page-content">
|
|
@@ -31,7 +31,7 @@
|
|
|
<lg-swiper :sildeItems="courseList" @swiperClick="swiperClick" image="keChengTuPian" title="keChengMingCheng"></lg-swiper>
|
|
|
</template>
|
|
|
</u-card>
|
|
|
- <u-card padding="20" margin="0rpx 0rpx 30rpx" border-radius="20"
|
|
|
+ <u-card padding="30" margin="0rpx 0rpx 30rpx" border-radius="20"
|
|
|
box-shadow="0px 2px 5px rgba(0, 0, 0, 0.1)">
|
|
|
<template v-slot:head>
|
|
|
<u-section title="研究报告" sub-title="查看更多" sub-color="#000000"></u-section>
|
|
@@ -115,17 +115,17 @@
|
|
|
const courseList = ref([{
|
|
|
keChengTuPian: 'https://tse3-mm.cn.bing.net/th/id/OIP-C.YKoZzgmubNBxQ8j-mmoTKAHaEK?rs=1&pid=ImgDetMain',
|
|
|
id: '01',
|
|
|
- keChengMingCheng: '挑剔1111111111'
|
|
|
+ keChengMingCheng: '【8月8日】房地产经纪进阶培训班'
|
|
|
},
|
|
|
{
|
|
|
keChengTuPian: 'https://pic3.zhimg.com/v2-e52354ffdbd94a8e0a7649eacd34a788_r.jpg?source=1940ef5c',
|
|
|
id: '02',
|
|
|
- keChengMingCheng: '挑剔22231331231'
|
|
|
+ keChengMingCheng: '【8月9日】《房地产中介服务规范》培训'
|
|
|
},
|
|
|
{
|
|
|
keChengTuPian: 'https://desk-fd.zol-img.com.cn/t_s960x600c5/g4/M03/00/0C/Cg-4zFS8bC-Ie9zBADCvovJAqiEAATJ8wDX__cAMK-6184.jpg',
|
|
|
id: '03',
|
|
|
- keChengMingCheng: '挑剔42341255243'
|
|
|
+ keChengMingCheng: '【已结束】《广州市房屋租赁管理规定》'
|
|
|
},
|
|
|
])
|
|
|
// 首页-导航栏
|
|
@@ -180,7 +180,7 @@
|
|
|
{
|
|
|
id: 'index',
|
|
|
title: '经理人指数',
|
|
|
- image: 'pay',
|
|
|
+ image: 'index',
|
|
|
url: '跳转页面的路径',
|
|
|
toOtherApp: true,
|
|
|
otherAppId: '其他小程序的appid'
|
|
@@ -205,7 +205,7 @@
|
|
|
"huiYuanMianFei": false
|
|
|
},
|
|
|
{
|
|
|
- "biaoTi": "成交有望稳中微升————2023年8月中介协会经理人指数报告经理人指数报告经理人指数报告",
|
|
|
+ "biaoTi": "成交有望稳中微升——2023年8月中介协会经理人指数报告经理人指数报告经理人指数报告",
|
|
|
"tuPian": "https://pic3.zhimg.com/v2-e52354ffdbd94a8e0a7649eacd34a788_r.jpg?source=1940ef5c",
|
|
|
"leiXing": "经理人指数报告",
|
|
|
"jiaGe": 200.88,
|
|
@@ -296,9 +296,13 @@
|
|
|
.u-body-item {
|
|
|
font-size: 32rpx;
|
|
|
color: #333;
|
|
|
- margin: 30rpx 0;
|
|
|
+ margin-bottom: 30rpx;
|
|
|
height: 140rpx;
|
|
|
-
|
|
|
+
|
|
|
+ &:last-of-type {
|
|
|
+ margin-bottom: 0;
|
|
|
+ }
|
|
|
+
|
|
|
.u-body-item-content {
|
|
|
position: relative;
|
|
|
flex: 1;
|
|
@@ -314,7 +318,9 @@
|
|
|
margin: 10rpx;
|
|
|
color: $uni-text-color;
|
|
|
}
|
|
|
-
|
|
|
+ .item-content .item-content-title{
|
|
|
+ font-size: $uni-title-font-size-2;
|
|
|
+ }
|
|
|
.item-content .item-content-price {
|
|
|
color: $uni-color-error;
|
|
|
// font-weight: bold;
|
|
@@ -382,7 +388,7 @@
|
|
|
}
|
|
|
|
|
|
.swiper-item.active {
|
|
|
- transform: scale(1.1);
|
|
|
+ transform: scale(2);
|
|
|
/* 主项放大 */
|
|
|
}
|
|
|
|