style.css

来自「很好用的开源客服系统,下载解压后即可使用,绿色版的,不需要安装」· CSS 代码 · 共 91 行

CSS
91
字号
#invite_table{
  width:400px;
  cursor:default;
}
#invite_top_left{
  float:left;
  width:8px;
  height:23px;
  background:url(top_left.gif) no-repeat;
}
#invite_top_center{
  float:left;
  width:384px;
  height:23px;
  font-size: 12px;
  font-weight:bold;
  color:#FFFFFF;
  line-height:20px;
  text-align:left;
  background:url(top_center.gif) repeat-x;
}
#invite_top_right{
  float:left;
  width:8px;
  height:23px;
  background:url(top_right.gif) no-repeat;
}
#invite_middle{
  clear:left;
  width:400px;
  height:105px;
  text-align:left;
  border-left:1px solid #76b6e2;
  border-right:1px solid #76b6e2;
  background:#d5edfa;
}
#invite_bottom_left{
  float:left;
  width:8px;
  height:8px;
  background:url(bottom_left.gif) no-repeat;
}
#invite_bottom_center{
  float:left;
  width:384px;
  height:8px;
  background:url(bottom_center.gif) repeat-x;
}
#invite_bottom_right{
  float:left;
  width:8px;
  height:8px;
  background:url(bottom_right.gif) no-repeat;
}
#invite_div{
  position:absolute;
  left:10px;
  top:10px;
  z-index:999;
  filter:alpha(opacity=90);
  font-size:12px;
}

#invite_icon{
  float:left;
  width:82px;
  height:82px;
  margin:10px 10px 0px 5px;
  background:url(icon.gif) no-repeat;
}
#invite_content{
  float:left;
  width:270px;
  margin:10px 10px 0px 5px;
  overflow:hidden;
}
#invite_text{
  height:50px;
  font-size:12px;
  word-break:break-all;
  overflow:hidden;
}
#invite_button{
  clear:left;
  height:20px;
  margin-right:10px;
  text-align:right;
}
#invite_button img{
  cursor:hand;
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?