邵佳豪
2 years ago
11 changed files with 88 additions and 49 deletions
@ -1,6 +1,6 @@
|
||||
{ |
||||
"/api": { |
||||
"target": "http://121.36.37.70:8201", |
||||
"target": "http://121.36.37.70:8205", |
||||
"secure": false, |
||||
"changeOrigin": true |
||||
} |
||||
|
@ -1,27 +1,66 @@
|
||||
@charset "utf-8"; |
||||
html,body,ul,ol,dl,li,dt,dd,p,form,input,h1,h2,h3,h4,h5,h6,section,article,aside,header,footer,nav,figure,time,mark,main,canvas{ |
||||
margin:0; |
||||
padding:0; |
||||
font-size:16px; |
||||
html, |
||||
body, |
||||
ul, |
||||
ol, |
||||
dl, |
||||
li, |
||||
dt, |
||||
dd, |
||||
p, |
||||
form, |
||||
input, |
||||
h1, |
||||
h2, |
||||
h3, |
||||
h4, |
||||
h5, |
||||
h6, |
||||
section, |
||||
article, |
||||
aside, |
||||
header, |
||||
footer, |
||||
nav, |
||||
figure, |
||||
time, |
||||
mark, |
||||
main, |
||||
canvas { |
||||
margin: 0; |
||||
padding: 0; |
||||
font-size: 16px; |
||||
} |
||||
b,strong,i,em,h1,h2,h3,h4,h5,h6{ |
||||
font-weight:500; |
||||
font-style:normal; |
||||
b, |
||||
strong, |
||||
i, |
||||
em, |
||||
h1, |
||||
h2, |
||||
h3, |
||||
h4, |
||||
h5, |
||||
h6 { |
||||
font-weight: 500; |
||||
font-style: normal; |
||||
} |
||||
img{ |
||||
border:none; |
||||
img { |
||||
border: none; |
||||
} |
||||
a{ |
||||
a { |
||||
text-decoration: none; |
||||
color:#000; |
||||
ul,ol,li{ |
||||
list-style:none; |
||||
color: #000; |
||||
} |
||||
.clearfn:after{ |
||||
content:""; |
||||
clear:both; |
||||
ul, |
||||
ol, |
||||
li { |
||||
list-style: none; |
||||
} |
||||
.clearfn:after { |
||||
content: ""; |
||||
clear: both; |
||||
display: block; |
||||
overflow:hidden; |
||||
height:0; |
||||
overflow: hidden; |
||||
height: 0; |
||||
visibility: hidden; |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue