aboutsummaryrefslogblamecommitdiffstats
path: root/src/css/user_main.less
blob: a1368545763852fcaeb9ae3b94270f71c168aa14 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

                     
 











                                     
 
@import "mixin.less";
@import "color.less";

#index_page{
    div.cover{
        width:100%;
        height:900px;
        overflow-y:hidden;
        position:absolute;
        top:0px; left:0px; z-index:0;
        background-size:cover;
    }
    div.profile{
        color:darken(@gray,20%);
    }
}