1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-10-08 08:45:14 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

翻译样式优化

This commit is contained in:
zhneglili
2022-02-09 21:58:13 +08:00
parent b0bc86fff3
commit 52d973401d
2 changed files with 23 additions and 9 deletions

View File

@@ -4,10 +4,12 @@
}
#trans{
width: 280px;
height: 490px;
height: 540px;
float: left;
margin-left: 10px;
background-color: rgb(251, 252, 250);
border:2px solid rgb(251, 252, 250);
border-radius:25px ;
}
#trans_header{
width: 300px;
@@ -50,6 +52,7 @@ border:none
height: 170px;
margin-bottom: 10px;
}
#middleTans{
font-size: 15px;
margin-bottom: 5px;
@@ -71,5 +74,7 @@ border:none
color: azure;
}
#outPutRes{
}
width: 280px;
height: 230px;
overflow:auto;
}