图书馆借阅项目

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title>图书馆借阅纪录</title>
		<!-- bootstrap.css文件写了很多样式类,我们使用其样式类就可以获得相应样式 -->
		<script src="js/vue.js"></script>
		<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.css"/>
		<link rel="stylesheet" href="https://cdn.bootcss.com/font-awesome/5.8.2/css/all.css">
	</head>
	<body>
		<div class="container"  style="border:cadetblue solid 2px; border-radius: 15px; background:#D9EDF7;">
			<!-- <button class="btn btn-primary">按钮</button> -->
			<div id="app">
				<h2 style="text-align: center; margin:20px 0 50px 0; font-family:华文行楷;">图书馆</h2>
				<div style="height: 46px; margin-bottom:20px; padding-top:6px; font-weight:700; border:cadetblue solid 1px; border-radius:5px; text-align: center;background: #F5F5F5;">
					ID: <input type="text" v-model="id" style="margin:0 15px 0 5px;">
					书籍名称: <input type="text" v-model="name" style="margin:0 15px 0 5px;">
					作者: <input type="text" v-model="author" style="margin:0 30px 0 5px;">
					<input type="button"  class="btn btn-primary" value="归还" @click="add" style="margin-right:50px;" />
					<i class="fa fa-search" aria-hidden="true" style="margin-right:5px;">
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值