forked from Ianzb/Ianzb.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomputer.html
91 lines (87 loc) · 3.91 KB
/
computer.html
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<html>
<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/main.js"></script>
</head>
<body>
<nav class="shadow p-1 navbar navbar-expand-sm sticky-top zb-top">
<img src="img/title.png" class="d-inline-block align-text-top" style="margin: 5px;" height="30">
<a class="navbar-brand">个人网站</a>
<ul class="navbar-nav me-auto mb-2 mb-lg-0" style="background-color: rgba(255, 255, 255, 0);">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html">主页</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle active" href="" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
计算机
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="https://ianzb.github.io/program/">zb小程序</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="phone.html">手机</a></li>
<li><a class="dropdown-item active disabled" href="computer.html">电脑</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
游戏
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="game.html">Minecraft</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="https://ianzb.github.io/zbcraft/">zbCraft</a></li>
<li><a class="dropdown-item" href="https://ianzb.github.io/cm/">CM官网</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="tool.html">工具</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="about.html">关于</a>
</li>
</ul>
</nav>
<h3 class="zb"><img src="svg/computer.svg" height="30" width="25">电脑</h3>
<div class="zb">
<h5>Redmi Book Pro 15 2022</h5>
<img class="zb-img" src="https://cdn.cnbj0.fds.api.mi-img.com/b2c-shopapi-pms/pms_1647319689.58025882.png"
width="30%"><br>
<a href="https://www.mi.com/redmibook/pro15-intel" class="btn btn-light" target="_blank">详细介绍</a>
</div>
<div class="zb">
<h5>配置</h5>
CPU:Intel Core i5-12450H 8核12线程 10nm 4.4GHz<br>
集成显卡:Intel Iris Xe Graphics G4 48EU<br>
独立显卡:NVIDIA GeForce RTX 2050 4GB 8nm<br>
内存:16GB LPDDR5 5200MHz<br>
硬盘:512GB PCIe4.0<br>
屏幕:3200×2000 3.2K 90Hz 400nit 15.6英寸<br>
电源:72Wh 130W<br>
尺寸:长350.1mm 宽242.3mm 厚14.9mm 重1.8kg<br>
</div>
<div class="zb">
<h5>历史</h5>
2019/12-2021/12/25:Lenovo N480 - Intel Core i3-3110M + AMD Radeon HD 6300M<br>
2021/12/25-2022/9/3:Lenovo Thinkpad Edge E440 - Intel Core i7-4712MQ + NVIDIA GeForce 840M<br>
2022/9/3-未来:Redmi Book Pro 15 2022 - Intel Core i5-12450H + NVIDIA GeForce RTX 2050<br>
</div>
<ul class="nav nav-pills nav-justified zb-top">
<li class="nav-item">
<a class="nav-link disabled">
<font color="black">© 2021-2023 Ianzb. MIT License.</font>
</a>
</li>
</ul>
</body>
</html>