初始化网站代码
This commit is contained in:
20
src/components/less/page.less
Normal file
20
src/components/less/page.less
Normal file
@@ -0,0 +1,20 @@
|
||||
@import './reset.less';
|
||||
|
||||
.zui-page {
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
margin: 0 auto;
|
||||
font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
&.min-1200 {
|
||||
min-width: 1200px;
|
||||
}
|
||||
a:hover {
|
||||
color: #35A3BA;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.clear:after {
|
||||
content: '';
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user