xw.vue 3.11 KB
<template>
	<view class="page">
		<pyh-nv ref="nv" :config="nvConfig"></pyh-nv>
		<view class="listBox" :style="{'padding-top':(pageTop+'px')}">
		<view class="content" style="padding: 20rpx 40rpx;display: flex;flex-direction: column;align-items: center;background-color: #fff;">
			<view class="" style="margin-bottom: 30rpx;margin-top: 20rpx;font-weight: 600;font-size: 38rpx;">
				眉山仁寿城北小学激发学生爱国主义热情
			</view>
			<image src="http://antis14.sherkxuan.cn/assets/images/a2.png" style="width: 100%;" mode="widthFix"></image>
			<view class="" style="font-size: 30rpx;margin-top: 20rpx;
			margin-bottom: 20rpx;line-height: 60rpx;font-size: 34rpx;font-weight: 500;">
				四年级的杨何俊熙同学做了国旗下讲话,通过介绍史实与全校师生共同回顾“九一八”事件,以及对中国历史的深远影响,呼吁全体队员勿忘国耻,努力学习,为中华民族的伟大复兴而努力学习。上午10点,防空警报拉响后,全体师生肃立默哀,向革命先烈致敬。各中队组织开展了“九一八”主题班会,中队辅导员借助视频、图片等方式,展示珍贵的历史资料,带领学生重温那段血与火的岁月,让学生了解“九一八”事变的经过和历史意义,深刻理解民族的伤痛,感受“九一八”事变后东北民众乃至全中国人民的悲愤情怀,感受声泪俱下的悲痛中所蕴含的反抗斗争的力量,从小树立和培养爱国主义精神和民族责任感。
			</view>
			<image src="http://antis14.sherkxuan.cn/assets/images/a1.png" style="width: 100%;margin-bottom: 20rpx;" mode="widthFix"></image>
			<image src="http://antis14.sherkxuan.cn/assets/images/a3.png" style="width: 100%;margin-bottom: 20rpx;" mode="widthFix"></image>
			<view class="" style="line-height: 60rpx;font-size: 34rpx;">
				“铭记历史,勿忘国耻,珍爱和平,砥砺前行。”学校相关负责人表示,此次纪念“九一八”事变92周年爱国主义教育活动,激发了全体师生勿忘国耻、发愤图强的爱国热情,增强了学生爱国主义氛围,引导同学们树立了正确的世界观、人生观和价值观。(杨胜蓝 郭红英)
			</view>
			<view class="" style="margin-top: 50rpx;display: flex;flex-direction: column;justify-content: center;align-items: center;">
				<span style="display: block;margin-bottom: 20rpx;">仁寿新闻</span>
				<span style="display: block;margin-bottom: 20rpx;">2023-09-19 16:19 </span>
			</view>
		</view>
		</view>
	</view>
</template>

<script>
	export default {
		data() {
			return {
				OrderType: 0,
				nvConfig:{
					title:"最新新闻",
					bgColor:"#ffffff",
					color:"#000000",
					fixedAssist:{
						hide:true,
					},
				},
			};
		},
		onPageScroll(e) {this.$refs.nv.pageScroll(e)},
		computed:{
			pageTop(){return parseInt(88*uni.getSystemInfoSync().windowWidth/750) + uni.getSystemInfoSync().statusBarHeight}
		},
		onLoad(params) {
			this.OrderType = params.type;
		},
		methods:{
			
		}
	}
</script>

<style scoped lang="scss">
	@import 'xw.scss';
</style>