Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
sci_info.html 824 Bytes
Copy Edit Raw Blame History
Your Name authored 2018-04-26 21:34 . add
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<title>玉米缺素图谱</title>
<link type="text/css" rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="science">
<h3 class="science_tit sci_tit">缺磷的玉米植株</h3>
<div class="sci_info">
<p style="margin-bottom: 2rem;"><img src="images/sci_info.jpg"></p>
<p><i style="color: #80c269; font-style: normal;">缺素说明:</i>植株老叶呈现明显的紫红色</p>
<p style="text-align: right; padding-top: 5rem">分析人:某某某</p>
<p style="text-align: right;">分析时间:2017.6.28</p>
</div>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化