1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee
Files
zxd_ctrlcenter/plugin/spider/style.css
2022-01-26 02:20:35 +08:00

70 lines
942 B
CSS

/**
* @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;
}