mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-01-31 23:30:26 +08:00
15 lines
220 B
CSS
15 lines
220 B
CSS
#inputLang{
|
|
width: 250px;
|
|
height: 150px;
|
|
}
|
|
#outPutRes{
|
|
width: 250px;
|
|
height: 150px;
|
|
background-color: rgb(243, 243, 243);
|
|
}
|
|
#LangType{
|
|
display: inline-block
|
|
}
|
|
#tranbtn{
|
|
display: inline-block
|
|
} |