-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphone.html
More file actions
46 lines (43 loc) · 1.75 KB
/
phone.html
File metadata and controls
46 lines (43 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>手机</title>
<meta charset="utf-8">
<link href="./img/logo1.png" rel="icon">
<link href="./css/bootstrap.css" rel="stylesheet">
<link href="./css/main.css" rel="stylesheet">
<script src="./js/bootstrap.js"></script>
<script src="./js/jquery.js"></script>
<script src="./js/main.js"></script>
</head>
<body>
<div id="header" class="sticky-top"></div>
<h3 class="zb-title"><img src="./svg/phone.svg" height="30" width="25">手机</h3>
<div class="zb">
<h5>Redmi K60 Ultra</h5>
<img class="zb-img" src="https://cdn.cnbj0.fds.api.mi-img.com/b2c-shopapi-pms/pms_1691999993.45617622.png"
width="30%"><br>
<a href="https://www.mi.com/redmi-k60ultra" class="btn btn-light" target="_blank">详细介绍</a>
</div>
<div class="zb">
<h5>配置</h5>
SoC:天玑 9200+ 8核 4nm 3.35GHz<br>
RAM:16GB LPDDR5x 8533Mbps<br>
ROM:512GB UFS4.0<br>
屏幕:2712×1220 144Hz OLED 2600nit 6.67英寸<br>
电池:5000mAh 120W有线<br>
摄像头:前置 IMX596 1/3.4″ 2000W 后置 主摄 IMX800 1/1.49″ 6400W 超广角 IMX 355 1/4″ 800W 微距 GC02M1 1/5″ 200W<br>
尺寸:长162.15mm 宽75.7mm 厚8.49mm 重204g<br>
</div>
<div class="zb">
<h5>历史</h5>
2020年-2021年7月:红米Pro - 3 + 64GB<br>
2021年7月-2022年7月7日:红米Note 5 - 6 + 128GB<br>
2022年7月7日-2023年1月16日:Redmi Note 10 Pro - 8 + 128GB<br>
2023年1月16日-2025年6月6日:Redmi K60 - 8 + 256GB<br>
2025年6月6日至今:Redmi K60 Ultra - 16 + 512GB<br>
</div>
<div id="footer"></div>
<script>loadTemplate()</script>
</body>
</html>