1
Seita 2014 年 6 月 3 日
这个背景色,这个。。。确定并不是搞笑。。
|
3
crybro OP 不要在意这些细节……
|
4
why 2014 年 6 月 4 日
::-webkit-scrollbar {
width:8px ! important; height:8px ! important; background:#ccc ! important; } ::-webkit-scrollbar-thumb { background:#777 ! important; } body, a{color:#000 ! important;} #Wrapper{zoom:140% ! important;} .avatar{zoom:110% ! important;} .item{background-color:#efefef ! important;} @media screen and (max-width: 1024px) { #Wrapper{zoom:150% ! important;} .avatar{zoom:100% ! important;} } |
5
oott123 2014 年 6 月 4 日 via Android
我的自定义 css 是从 nodejs 节点拷贝过来的,感觉良好!
|