|
|
@ -309,7 +309,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 模块6 --> |
|
|
|
<!-- 模块6 --> |
|
|
|
<view class="titlePeo"> |
|
|
|
<view class="titlePeo" id="targetElement"> |
|
|
|
<view class="titletopt"> |
|
|
|
<view class="titletopt"> |
|
|
|
<image src="../../../static/crowd/rihhj.png" alt="" /> |
|
|
|
<image src="../../../static/crowd/rihhj.png" alt="" /> |
|
|
|
<p style="margin:0px 10px">校企合作培训</p> |
|
|
|
<p style="margin:0px 10px">校企合作培训</p> |
|
|
@ -1011,10 +1011,16 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 在线报名 |
|
|
|
// 在线报名 |
|
|
|
gobaomingFn() { |
|
|
|
gobaomingFn() { |
|
|
|
|
|
|
|
// uni.pageScrollTo({ |
|
|
|
|
|
|
|
// scrollTop: '2000' |
|
|
|
|
|
|
|
// // selector:'.titletopt' |
|
|
|
|
|
|
|
// }) |
|
|
|
|
|
|
|
uni.createSelectorQuery().select('#targetElement').boundingClientRect((res) => { |
|
|
|
uni.pageScrollTo({ |
|
|
|
uni.pageScrollTo({ |
|
|
|
scrollTop: '2000' |
|
|
|
scrollTop: res.top, |
|
|
|
// selector:'.titletopt' |
|
|
|
duration: 300 |
|
|
|
}) |
|
|
|
}); |
|
|
|
|
|
|
|
}).exec(); |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 获取课程列表 |
|
|
|
// 获取课程列表 |
|
|
|
getClassList() { |
|
|
|
getClassList() { |
|
|
@ -1327,7 +1333,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
.rowitem>>>.u-input { |
|
|
|
.rowitem>>>.u-input { |
|
|
|
width: 66vw !important; |
|
|
|
width: 66vw !important; |
|
|
|
height: 60rpx; |
|
|
|
height: 70rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.rowitem1>>>.u-input { |
|
|
|
.rowitem1>>>.u-input { |
|
|
@ -1337,7 +1343,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.rowitem>>>.u-input input { |
|
|
|
.rowitem>>>.u-input input { |
|
|
|
min-height: 60rpx !important; |
|
|
|
min-height: 70rpx !important; |
|
|
|
font-size: 22rpx; |
|
|
|
font-size: 22rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|