2 Star 2 Fork 1

B_fox / SmallGoChromeExtension

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
style.css 3.58 KB
一键复制 编辑 原始数据 按行查看 历史
B_fox 提交于 2018-02-09 15:33 . 改善体验
.chrome-btn{
display: block;
line-height: 30px;
border: 1px solid transparent;
border-radius: 4px;
text-align: center;
white-space: nowrap;
cursor: pointer;
background-color: #0dad51;
color: white;
width: 100%;
}
.chrome-title{
text-align: center;
padding: 5px;
}
.chrome-channel-input{
width: 100%;
}
.chrome-bar{
position: fixed;
right: 0px;
top: 30px;
width: 300px;
z-index: 999999;
height: 750px;
margin: auto;
background-color: #fff;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: none;
box-shadow: none;
padding: 15px 15px 15px;
border-color: #e5e5e5 #eee #eee;
border-style: solid;
border-width: 1px 0;
-webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}
.chrome-box{
width: 800px;
height: 300px;
margin: auto;
margin-top: 100px;
background-color: #fff;
border-radius: 4px 4px 0 0;
padding: 45px 15px 15px;
border-color: #e5e5e5 #eee #eee;
border-style: solid;
border-width: 1px 0;
-webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
z-index: 100;
}
#showTools{
bottom: 298px!important;
position: fixed;
right: 0;
cursor: pointer;
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
background: #fff;
border: 1px solid #e2e2e9;
}
.chrome-bar .chrome-group .chrome-control{
width: 200px;
float: left;
line-height: 30px;
}
.chrome-bar .chrome-group input[type=text],.chrome-bar .chrome-group input[type=number]{
display: block;
width: 190px;
height: 30px;
padding: 3px 5px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.chrome-group{
margin-bottom: 10px;
overflow: hidden;
}
.chrome-group label{
padding-top: 7px;
margin-bottom: 0;
text-align: right;
width: 80px;
font-weight: 700;
display: inline-block;
padding: 5px;
height: 30px;
line-height: 30px;
font-size: 14px;
float: left;
display: block;
}
.chrome-group .chrome-controll{
width: 710px;
float: left;
}
.chrome-group input[type=text],.chrome-group input[type=number]{
display: block;
width: 680px;
height: 30px;
padding: 3px 5px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.chrome-btn-lg{
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
height: 46px!important;
}
.chrome-btn-error{
background: #f50;
}
.chrome-btn-info{
background: #e5e5e5;
}
.chrome-margin-auto{
margin: auto;
}
.chrome-select{
visibility: visible!important;
}
JavaScript
1
https://gitee.com/jcove/SmallGoChromeExtension.git
git@gitee.com:jcove/SmallGoChromeExtension.git
jcove
SmallGoChromeExtension
SmallGoChromeExtension
master

搜索帮助