Bootstrap前端框架

表格实现购物车

                      <!-- 表格对象 -->
						<table class="table">
						  <thead>
						    <tr>
						   <th scope="col">
									<input type="checkbox">全选
								</th>
								<th scope="col">商品名称</th>
								<th scope="col">图片</th>
								<th scope="col">单价</th>
								<th scope="col">数量</th>
								<th scope="col">总价格</th>
								<th scope="col">操作</th>
						    </tr>
						  </thead>
                        <tbody>
						    <tr>
						      <th scope="row"><input type="checkbox"></th>
						      <td>鲁病损漂流记</td>
						      <td><img src="img/4.png"></td>
						      <td>99.0</td>
                           </tbody>
						</table>

模态框实现订单

data-toggle = "modal"(开启模态框的按钮)

data-target = "#exampleModalLong"(需要设置id属性)

<p id="cart_btn" class="text-center">
												
<button class="btn btn-warning">清空购物车</button>
												
<button class="btn btn-success">继续购物</button>
												
<!-- data-remote = "demo.html"  引入外部资源 -->
												
<button data-remote = "demo.html" id="buy" class="btn btn-danger" data-toggle = "modal" data-target = "#exampleModalLong">去结算</button>
											
</p>
					
</div>
					<!-- 模态框 -->
					<div class="modal" tabindex="-1" role="dialog" id="exampleModalLong" >
					  <div class="modal-dialog" role="document">
					    <div class="modal-content">
					      <div class="modal-header">
					        <h5 class="modal-title">Modal title</h5>
					        <button type="button" class="close" data-dismiss="modal" 
                         aria-label="Close">
					          <span aria-hidden="true">&times;</span>
					        </button>
					      </div>
					      <div class="modal-body">
					        <p>Modal body text goes here.</p>
					      </div>
					      <div class="modal-footer">
					        <button type="button" class="btn btn-primary">Save 
                          changes</button>
					        <button type="button" class="btn btn-secondary" data- 
                       dismiss="modal">Close</button>
					      </div>
					    </div>
					  </div>
					</div>

图标

<!DOCTYPE html>
<html lang="zh">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<meta http-equiv="X-UA-Compatible" content="ie=edge">
	<link rel="stylesheet" type="text/css" href="css/bootstrap.css"/>
	
	<link rel="stylesheet" type="text/css" href="font-awesome-4.7.0/css/font-awesome.css"/>
	<title></title>
</head>
<body>
	<button class="btn btn-primary">
		<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-wifi" viewBox="0 0 16 16">
		  <path d="M15.384 6.115a.485.485 0 0 0-.047-.736A12.444 12.444 0 0 0 8 3C5.259 3 2.723 3.882.663 5.379a.485.485 0 0 0-.048.736.518.518 0 0 0 .668.05A11.448 11.448 0 0 1 8 4c2.507 0 4.827.802 6.716 2.164.205.148.49.13.668-.049z"/>
		  <path d="M13.229 8.271a.482.482 0 0 0-.063-.745A9.455 9.455 0 0 0 8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745.525.525 0 0 0 .652.065A8.46 8.46 0 0 1 8 7a8.46 8.46 0 0 1 4.576 1.336c.206.132.48.108.653-.065zm-2.183 2.183c.226-.226.185-.605-.1-.75A6.473 6.473 0 0 0 8 9c-1.06 0-2.062.254-2.946.704-.285.145-.326.524-.1.75l.015.015c.16.16.407.19.611.09A5.478 5.478 0 0 1 8 10c.868 0 1.69.201 2.42.56.203.1.45.07.61-.091l.016-.015zM9.06 12.44c.196-.196.198-.52-.04-.66A1.99 1.99 0 0 0 8 11.5a1.99 1.99 0 0 0-1.02.28c-.238.14-.236.464-.04.66l.706.706a.5.5 0 0 0 .707 0l.707-.707z"/>
		</svg>
	</button>
	
	<hr>
	
	<div class="list-group">
	  <a class="list-group-item" href="#"><i class="fa fa-home fa-fw"></i>&nbsp; Home</a>
	  <a class="list-group-item" href="#"><i class="fa fa-book fa-fw"></i>&nbsp; Library</a>
	  <a class="list-group-item" href="#"><i class="fa fa-pencil fa-fw"></i>&nbsp; Applications</a>
	  <a class="list-group-item" href="#"><i class="fa fa-cog fa-fw"></i>&nbsp; Settings</a>
	</div>
	        
	
	
</body>
</html>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值