<template>
	<view class="view_body">
		<u-navbar :is-back="false" title='学生' title-color="#000" :border-bottom="false" :background="true"
			id="navbar">
		</u-navbar>
		<view class="nostudy">
			<view>
				<image src="http://tmp/HR4A5dtvNboB4502c7be9965e9ff4c184685e3fb36d9.png" mode=""></image>
				<text>暂无学生,快去添加吧!</text>
			</view>
			<view>
				<u-button type="primary">主要按钮</u-button>
			</view>
		</view>
		
	</view>
</template>

<script>
	export default {
		data() {
			return {
				
			}
		},
		methods: {
			
		}
	}
</script>

<style lang="scss" scoped>
	.view_body{
		height: 1624rpx;
		background: linear-gradient(180deg, #E1EEFF 0%, #FFFFFF 100%);
	}

</style>