11 changed files with 88 additions and 49 deletions
@ -1,6 +1,6 @@ |
|||||||
{ |
{ |
||||||
"/api": { |
"/api": { |
||||||
"target": "http://121.36.37.70:8201", |
"target": "http://121.36.37.70:8205", |
||||||
"secure": false, |
"secure": false, |
||||||
"changeOrigin": true |
"changeOrigin": true |
||||||
} |
} |
||||||
|
@ -1,27 +1,66 @@ |
|||||||
@charset "utf-8"; |
@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{ |
html, |
||||||
margin:0; |
body, |
||||||
padding:0; |
ul, |
||||||
font-size:16px; |
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{ |
b, |
||||||
font-weight:500; |
strong, |
||||||
font-style:normal; |
i, |
||||||
|
em, |
||||||
|
h1, |
||||||
|
h2, |
||||||
|
h3, |
||||||
|
h4, |
||||||
|
h5, |
||||||
|
h6 { |
||||||
|
font-weight: 500; |
||||||
|
font-style: normal; |
||||||
} |
} |
||||||
img{ |
img { |
||||||
border:none; |
border: none; |
||||||
} |
} |
||||||
a{ |
a { |
||||||
text-decoration: none; |
text-decoration: none; |
||||||
color:#000; |
color: #000; |
||||||
ul,ol,li{ |
|
||||||
list-style:none; |
|
||||||
} |
} |
||||||
.clearfn:after{ |
ul, |
||||||
content:""; |
ol, |
||||||
clear:both; |
li { |
||||||
|
list-style: none; |
||||||
|
} |
||||||
|
.clearfn:after { |
||||||
|
content: ""; |
||||||
|
clear: both; |
||||||
display: block; |
display: block; |
||||||
overflow:hidden; |
overflow: hidden; |
||||||
height:0; |
height: 0; |
||||||
visibility: hidden; |
visibility: hidden; |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue