mirror of
https://github.com/letian1650/N3RD.git
synced 2025-01-25 04:05:17 +08:00
24 lines
429 B
CSS
24 lines
429 B
CSS
.btn{
|
|
margin-bottom: 1rem;
|
|
border: 1px solid #615e5e;
|
|
width: 240px;
|
|
height: 30px;
|
|
text-align: center;
|
|
background-color: #1379cb;
|
|
color: #ffffff;
|
|
border-radius: 20px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.btn a{
|
|
color: #ffffff;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
text-align: center;
|
|
line-height: 30px;
|
|
}
|
|
.jyw{
|
|
margin-bottom: 5rem;
|
|
} |