parent
4a9e79bc95
commit
a72ad241c7
Binary file not shown.
Binary file not shown.
@ -1,17 +1,44 @@
|
|||||||
@import './element.scss';
|
@import './element.scss';
|
||||||
@import './mine.scss';
|
@import './mine.scss';
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'SourceHanSansCN';
|
||||||
|
src: url('../fonts/SourceHanSansCN-Normal.otf')
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: '优设标题黑';
|
||||||
|
src: url('../fonts/YouSheBiaoTiHei.ttf')
|
||||||
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
list-style: none;
|
||||||
|
text-decoration: none;
|
||||||
|
letter-spacing: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: 'Times New Roman', '仿宋', Times, serif;
|
font-family: 'Times New Roman', 'SourceHanSansCN', Times, serif;
|
||||||
font-size: 17px !important;
|
font-size: 17px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#app {
|
||||||
|
background: linear-gradient(90deg,rgba(247,149,51,.1),rgba(243,112,85,.1) 15%,rgba(239,78,123,.1) 30%,rgba(161,102,171,.1) 44%,rgba(80,115,184,.1) 58%,rgba(16,152,173,.1) 72%,rgba(7,179,155,.1) 86%,rgba(109,186,130,.1));
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
width: 8px;
|
||||||
|
background: rgb(239, 239, 239);
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
background-color: #0003;
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
@ -1,8 +1,22 @@
|
|||||||
.m-content {
|
@media screen and (max-width:768px) {
|
||||||
margin: 20px auto;
|
.m-content {
|
||||||
width: 65%;
|
margin: 30px auto;
|
||||||
|
width: 95%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width:960px) {
|
||||||
|
.m-content {
|
||||||
|
margin: 30px auto;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.m-banner {
|
.m-banner {
|
||||||
height: 400px;
|
height: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.m-icon {
|
||||||
|
margin-right: 0.3em;
|
||||||
|
vertical-align: -0.13em;
|
||||||
|
}
|
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 815 B |
After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in new issue