35 lines
1.2 KiB
HTML
35 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
|
|
<link href="lib/css/reset-basic.css" rel="stylesheet">
|
|
<link href="/css/desktop-lrc.css" rel="stylesheet">
|
|
<script>window.LIBS_BASE_URL = location.origin + '/lib';window.__ENV_LANG__ = 'zh'</script>
|
|
<script type="module" src="js/desktop-lrc.js"></script>
|
|
</head>
|
|
<body class="do-fn-noselect" anot="lrc">
|
|
<div class="lrc-box">
|
|
<section class="left">
|
|
<span class="shadow" :text="lrc.l.txt"></span>
|
|
</section>
|
|
<section class="right">
|
|
<span class="shadow" :text="lrc.r.txt"></span>
|
|
</section>
|
|
</div>
|
|
<div class="lrc-box">
|
|
<section class="left">
|
|
<span :text="lrc.l.txt" :css="{background: lrc.l.bg}"></span>
|
|
</section>
|
|
<section class="right">
|
|
<span :text="lrc.r.txt" :css="{background: lrc.r.bg}"></span>
|
|
</section>
|
|
</div>
|
|
|
|
<div class="touch-bar do-fn-drag">
|
|
<a class="do-icon-lock lock do-fn-nodrag" :class="{actived: isLock}" :click="lock"></a>
|
|
<a class="do-icon-close quit do-fn-nodrag" :click="quit"></a>
|
|
</div>
|
|
</body>
|
|
</html> |
JavaScript
60.1%
SCSS
19.2%
HTML
16.9%
CSS
3.8%