1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-01-31 23:30:26 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

15 lines
220 B
CSS
Raw Normal View History

2022-02-09 16:05:30 +08:00
#inputLang{
width: 250px;
height: 150px;
}
#outPutRes{
width: 250px;
height: 150px;
background-color: rgb(243, 243, 243);
}
#LangType{
display: inline-block
}
#tranbtn{
display: inline-block
}