您最多能選擇 25 個主題
主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
21 行
286 B
21 行
286 B
.blog-title{
|
|
display: flex;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
}
|
|
.blog-title input{
|
|
padding-left: 12px;
|
|
flex: 1;
|
|
height: 44px;
|
|
border: 0;
|
|
}
|
|
|
|
.blog-title button{
|
|
height: 32px;
|
|
margin-top: 9px;
|
|
}
|
|
|
|
.w-e-toolbar{
|
|
height: 40px;
|
|
line-height: 30px;
|
|
}
|
|
|