仨
This commit is contained in:
65
view.html
Normal file
65
view.html
Normal file
@@ -0,0 +1,65 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>View UI Design</title>
|
||||
|
||||
<!--CSS Import Start-->
|
||||
<link rel="stylesheet" href="main-menu-style.css">
|
||||
<link rel="stylesheet" href="view.css">
|
||||
<link rel="stylesheet" href="setting.css">
|
||||
<!--CSS Improt End-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="topbar">
|
||||
<ul class="topbar-left">
|
||||
<li>Project ALLA UI Design</li>
|
||||
|
||||
</ul>
|
||||
<ul class="topbar-right">
|
||||
<li><a href="#" alt="">X</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h1>
|
||||
主页UI-按钮
|
||||
</h1>
|
||||
<br><br>
|
||||
<div class="box">
|
||||
<div class="box_text">
|
||||
Button#1
|
||||
</div>
|
||||
</div>
|
||||
<br><br>
|
||||
<div class="box_press">
|
||||
<div class="box_text_press">
|
||||
Button#2
|
||||
</div>
|
||||
</div>
|
||||
<br><br>
|
||||
<h1>
|
||||
设置页UI-按钮
|
||||
</h1>
|
||||
<br><br>
|
||||
<div class="setting_button">
|
||||
<svg id="star" viewBox="0 0 50 50" class="star">
|
||||
<path
|
||||
d="M37.727,33.037l2.067,12.057
|
||||
c0.104,0.607-0.132,1.188-0.63,1.549c-0.5,0.361-1.121,0.406-1.667,0.121L26.669,41.07c-0.521-0.273-1.097-0.412-1.669-0.412
|
||||
c-0.573,0-1.146,0.139-1.669,0.413l-10.826,5.692c-0.547,0.285-1.169,0.24-1.668-0.121s-0.733-0.941-0.63-1.549l2.068-12.057
|
||||
c0.199-1.163-0.187-2.35-1.031-3.174l-8.761-8.539c-0.441-0.431-0.592-1.038-0.4-1.623c0.19-0.587,0.668-0.989,1.277-1.078
|
||||
l12.105-1.759c1.168-0.169,2.179-0.902,2.701-1.961l5.413-10.97c0.272-0.553,0.804-0.882,1.42-0.882
|
||||
c0.616,0,1.147,0.329,1.421,0.882l5.413,10.97c0.522,1.059,1.531,1.792,2.699,1.961l12.106,1.759
|
||||
c0.609,0.089,1.088,0.491,1.277,1.078c0.191,0.585,0.041,1.192-0.4,1.623l-8.76,8.539C37.912,30.688,37.525,31.873,37.727,33.037z">
|
||||
</path>
|
||||
</svg>
|
||||
awa
|
||||
</div>
|
||||
<br><br>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user