1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-01-31 15:30:25 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
2022-02-09 16:05:30 +08:00

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
}