12 lines
161 B
CSS
12 lines
161 B
CSS
@charset "utf-8";
|
|
body {
|
|
}
|
|
.selectBtn{
|
|
line-height: 30px;
|
|
margin-top:15px;
|
|
}
|
|
.selectBtn a{
|
|
color: #09F !important;
|
|
margin-right: 10px;
|
|
cursor:pointer;
|
|
} |