html 相机模式 - JS Bin //来源https://jsbin.com/binoho

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 相机模式 - JS Bin //来源https://jsbin.com/binoho相关的知识,希望对你有一定的参考价值。

body {
	font-size: 1.2em;
	line-height: 1.5em;
}
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery.min.js"></script>
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" type="text/css" />
<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  <meta charset="utf-8">
  <title>JS Bin</title>
<style id="jsbin-css">
body {
	font-size: 1.2em;
	line-height: 1.5em;
}
</style>
</head>
<body>
<table class="table">
  <thead>
    <tr>
      <th>Mode</th>
      <th>Shutter Speed</th>
      <th>Aperture</th>
    </th>
  </thead>
	<tbody>
	  <tr>
		  <td><strong>P</strong> - programmed auto</td>
  	      <td><i class="fa fa-camera"></i></td>
	      <td><i class="fa fa-camera"></i></td>
	</tr>
	  <tr>
		  <td><strong>S</strong> - shutter priority auto</td>
  	      <td><i class="fa fa-male"></i></td>
	      <td><i class="fa fa-camera"></i></td>
	</tr>
	  <tr>
		  <td><strong>A</strong> - aperture priority auto</td>
  	      <td><i class="fa fa-camera"></i></td>
	      <td><i class="fa fa-male"></i></td>
	</tr>
	  <tr>
		  <td><strong>M</strong> - manual</td>
  	      <td><i class="fa fa-male"></i></td>
	      <td><i class="fa fa-male"></i></td>
	</tr>
	</tbody>
</table>


<script id="jsbin-source-css" type="text/css">body {
	font-size: 1.2em;
	line-height: 1.5em;
}</script>
</body>
</html>

以上是关于html 相机模式 - JS Bin //来源https://jsbin.com/binoho的主要内容,如果未能解决你的问题,请参考以下文章

html JS Bin //来源http://jsbin.com/muqigog

html JS Bin //来源http://jsbin.com/muqigog

html JS Bin //来源http://jsbin.com/muqigog

html JS Bin //来源http://jsbin.com/lituhib

html JS Bin [Vue.JS组件容器的自定义标签] //来源https://jsbin.com/gifesom

html ES6 toUpperCase JS Bin //来源https://jsbin.com/tesoqay