open-vue3-ts
Version:
1. 新建 `${ROOT}/.bk.local.env`文件 2. 填写 BK_LOGIN_URL = '填写登录地址' 3. 填写 BK_APP_HOST = '127.0.0.0',注意登录后 cookie 写入的域名 4. 根目录执行 `npm run dev` 5. 配置 host,打开 BK_APP_HOST 配置了域名的地址
235 lines (177 loc) • 1.98 kB
CSS
/*CSS Reset*/
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
tr,
th,
td,
hgroup,
nav,
section,
article,
aside,
footer,
figure,
figcaption,
menu,
button,
applet,
object,
iframe,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
label,
table,
caption,
tbody,
tfoot,
thead,
canvas,
details,
embed,
main,
output,
ruby,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
display: block;
}
body {
font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;
line-height: 1.5;
font-size: 12px;
color: #63656E;
text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption,
th {
text-align: left;
}
fieldset,
img {
border: 0;
}
li {
list-style: none;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
input,
button,
textarea,
select,
optgroup,
option {
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
outline: 0;
}
/* different browsers have different calculation methods for the box model width of input, select, and textarea */
input,
select,
textarea {
box-sizing: content-box;
box-sizing: content-box;
box-sizing: content-box;
}
button {
appearance: none;
border: 0;
background: none;
}
a {
-webkit-touch-callout: none;
text-decoration: none;
}
:focus {
outline: 0;
-webkit-tap-highlight-color: transparent;
}
em,
i {
font-style: normal;
}