插件代码上传
This commit is contained in:
70
plugin/spider/style.css
Normal file
70
plugin/spider/style.css
Normal file
@@ -0,0 +1,70 @@
|
||||
/**
|
||||
* @Description: 在线QQ悬浮插件
|
||||
* @Author: Liuzp
|
||||
* @Author URL: http://www.liuzp.com
|
||||
*/
|
||||
|
||||
.com-hd{
|
||||
margin: 20px 0 15px;
|
||||
}
|
||||
|
||||
.com-hd b{
|
||||
font-size:16px;
|
||||
color:#333;
|
||||
font-family:'Microsoft Yahei';
|
||||
}
|
||||
|
||||
.tb-set{
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.tb-set tr td{
|
||||
padding: 10px 5px;
|
||||
border: 1px solid #e0e0e0;
|
||||
}
|
||||
|
||||
.tb-set tr td input, .tb-set tr td img{
|
||||
margin:0 auto;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.tb-set tr td b{
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.tb-set tr td .sel{
|
||||
height:17px;
|
||||
border:1px solid #ccc;
|
||||
border-radius:5px;
|
||||
outline: none;
|
||||
color:#333;
|
||||
padding:3px 1px;
|
||||
}
|
||||
|
||||
.tb-set tr td .sel select{
|
||||
border:none;
|
||||
outline:none;
|
||||
width:120px;
|
||||
}
|
||||
|
||||
.tb-set tr td .txt{
|
||||
width:240px;
|
||||
height:18px;
|
||||
border:1px solid #ccc;
|
||||
line-height:23px;
|
||||
border-radius:5px;
|
||||
outline: none;
|
||||
color:#333;
|
||||
padding:3px 0 2px 5px;
|
||||
}
|
||||
|
||||
.tb-set tr td .txt-lar{
|
||||
width:450px;
|
||||
height:100px;
|
||||
border:1px solid #ccc;
|
||||
line-height:15px;
|
||||
}
|
||||
|
||||
.tb-set tr td .txt-sho{
|
||||
width:150px;
|
||||
}
|
Reference in New Issue
Block a user