AndroidCode / code /10119 /10119_4.html
yhzheng1031's picture
Add files using upload-large-folder tool
0e1717f verified
raw
history blame
4.57 kB
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>About phone - Mock</title>
<style>
body {
margin: 0;
padding: 0;
background: transparent;
font-family: Arial, Helvetica, sans-serif;
}
#render-target {
width: 1080px;
height: 2400px;
position: relative;
overflow: hidden;
background: #121212;
color: #EDEDED;
}
/* Status bar */
.status-bar {
position: absolute;
top: 0;
left: 0;
width: 1080px;
height: 140px;
background: #3a3a3a;
color: #FFFFFF;
display: flex;
align-items: center;
padding: 0 40px;
box-sizing: border-box;
font-size: 40px;
letter-spacing: 0.5px;
}
.status-left {
display: flex;
align-items: center;
gap: 18px;
}
.status-right {
margin-left: auto;
display: flex;
align-items: center;
gap: 28px;
}
.status-icon svg {
width: 44px;
height: 44px;
fill: #FFFFFF;
}
/* App bar */
.app-bar {
position: absolute;
top: 140px;
left: 0;
width: 1080px;
height: 170px;
background: #2b2b2b;
display: flex;
align-items: center;
padding: 0 34px;
box-sizing: border-box;
}
.back-icon {
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 16px;
}
.app-title {
font-size: 64px;
font-weight: 600;
color: #EDEDED;
}
/* Content */
.content {
position: absolute;
top: 310px;
left: 0;
width: 100%;
height: 1880px;
padding: 0 48px;
box-sizing: border-box;
overflow: hidden;
background: #1c1c1c;
}
.item {
margin-bottom: 68px;
}
.label {
font-size: 56px;
font-weight: 500;
color: #EAEAEA;
margin-bottom: 16px;
letter-spacing: -0.2px;
}
.value {
font-size: 36px;
color: #C9C9C9;
}
.value.multiline {
line-height: 1.4;
}
.subtext {
font-size: 32px;
color: #9AA0A6;
margin-top: 8px;
}
.link {
font-size: 42px;
color: #8AB4F8;
font-weight: 500;
margin: 24px 0 16px;
}
/* Gesture bar */
.gesture-bar {
position: absolute;
bottom: 24px;
left: 50%;
transform: translateX(-50%);
width: 320px;
height: 16px;
background: #D9D9D9;
border-radius: 12px;
opacity: 0.9;
}
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar">
<div class="status-left">
<div>10:24</div>
</div>
<div class="status-right">
<div class="status-icon">
<!-- Wi-Fi icon -->
<svg viewBox="0 0 24 24">
<path d="M12 18l2.5 2.5L12 23l-2.5-2.5L12 18zm-6.5-6.2a12 12 0 0 1 17 0l-1.6 1.6a9.5 9.5 0 0 0-13.8 0L5.5 11.8zm3.6 3.6a7 7 0 0 1 9.8 0l-1.6 1.6a4.9 4.9 0 0 0-6.6 0l-1.6-1.6z"/>
</svg>
</div>
<div class="status-icon">
<!-- Battery icon -->
<svg viewBox="0 0 24 24">
<rect x="2" y="6" width="18" height="12" rx="2"></rect>
<rect x="20" y="10" width="2" height="4"></rect>
<rect x="4" y="8" width="12" height="8" fill="#76FF03"></rect>
</svg>
</div>
</div>
</div>
<!-- App bar -->
<div class="app-bar">
<div class="back-icon">
<svg viewBox="0 0 24 24" width="60" height="60" fill="#FFFFFF">
<path d="M15 6l-6 6 6 6" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div class="app-title">About phone</div>
</div>
<!-- Content -->
<div class="content">
<div class="item">
<div class="label">IMEI</div>
<div class="value">357641620997163</div>
</div>
<div class="item">
<div class="label">Android version</div>
<div class="value">13</div>
</div>
<div class="link">Device identifiers</div>
<div class="item">
<div class="label">IP address</div>
<div class="value multiline">fe80::f2c:82e4:f0f6:692e<br>172.23.0.227</div>
</div>
<div class="item">
<div class="label">Wi‑Fi MAC address</div>
<div class="subtext">To view, choose saved network</div>
</div>
<div class="item">
<div class="label">Device Wi‑Fi MAC address</div>
<div class="value">60:b7:6e:3c:29:d2</div>
</div>
<div class="item">
<div class="label">Bluetooth address</div>
<div class="value">60:b7:6e:3c:29:d1</div>
</div>
<div class="item">
<div class="label">Up time</div>
<div class="value">72:44:58</div>
</div>
<div class="item">