1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-10-07 16:35:15 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
Files
chrome-extension/packages/shell-chrome/assets/css/tran.css
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
}