mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-10-07 16:35:15 +08:00
翻译功能
This commit is contained in:
15
packages/shell-chrome/assets/css/tran.css
Normal file
15
packages/shell-chrome/assets/css/tran.css
Normal file
@@ -0,0 +1,15 @@
|
||||
#inputLang{
|
||||
width: 250px;
|
||||
height: 150px;
|
||||
}
|
||||
#outPutRes{
|
||||
width: 250px;
|
||||
height: 150px;
|
||||
background-color: rgb(243, 243, 243);
|
||||
}
|
||||
#LangType{
|
||||
display: inline-block
|
||||
}
|
||||
#tranbtn{
|
||||
display: inline-block
|
||||
}
|
Reference in New Issue
Block a user