_public.scss
595 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*
* @description: public css
* @author: chenglong.wang@yoho.cn
* @date: 2015/4/16
*/
@import "compass";
@import "../base/mixins";
@import "../base/sprite";
@import "../base/variable";
@include global-reset();
a {
@include unstyled-link();
}
img {
border: none;
}
html, body {
color: $font-color;
font-size: $font-size;
font-family: $font-default;
width: 100%;
max-width: $layout-width;
margin: 0 auto;
position: relative;
height: auto;
}
#mobile-wrap {
width: 100%;
height: auto;
margin: 0 auto;
background: $color-background;
}