很好用的开源客服系统,下载解压后即可使用,绿色版的,不需要安装

源代码在线查看: style.css

软件大小: 768 K
上传用户: mpeg2000
关键词: 开源 解压
下载地址: 免注册下载 普通下载 VIP

相关代码

				@import url(../dialog.css);
				.body{
				  background:#e4eaf8;
				}
				.table{
				  border:1px solid #6f90ca;
				  background:#ffffff;
				}
				.table .title{
				  background:url(dia_t_bg.gif) repeat-x;
				}
				.table .title .logo{
				  color:#ffffff;
				  background:url(dia_t_logo.gif) no-repeat 3px 6px;
				}
				.table .main{
				  border-top:1px solid #6f90ca;
				  background:url(dia_m_bg.gif) repeat-x;
				}
				.table .main .dialog{
				  background:#e4eaf8;
				}
				.table .main .dialog .title{
				  border-left:1px solid #6f90ca;
				  border-top:1px solid #6f90ca;
				  border-right:1px solid #6f90ca;
				  background:url(dia_d_bg.gif) repeat-x;
				}
				.table .main .dialog .toolbar{
				  background:url(dia_buttons_bg.gif) repeat-x;
				}
				.table .main .dialog .toolbar .smileys{
				  background:url(smiley.gif) no-repeat;
				}
				.table .main .dialog .toolbar .url{
				  background:url(url.gif) no-repeat;
				}
				.table .main .dialog .toolbar .quake{
				  background:url(quake.gif) no-repeat;
				}
				.table .main .dialog .toolbar .image{
				  background:url(image.gif) no-repeat;
				}
				.table .main .dialog .toolbar .file{
				  background:url(file.gif) no-repeat;
				}
				.table .main .dialog .toolbar .save{
				  background:url(save.gif) no-repeat;
				}
				.table .main .dialog .toolbar .pingfen{
				  background:url(pingfen.gif) no-repeat;
				}
				.table .main .dialog .input{
				  border:1px solid #6f90ca;
				  background:#ffffff;
				}
				.table .main .dialog .btn1{
				  background:url(send1.gif) no-repeat;
				}
				.table .main .dialog .btn2{
				  background:url(send2.gif) no-repeat;
				}
				.table .main .info{
				  border:1px solid #6f90ca;
				}
				.table .main .info .title{
				  background:url(dia_d_bg.gif) repeat-x;
				  border-bottom:1px solid #6f90ca;
				}
				.table .main .logo{
				  border:1px solid #6f90ca;
				}
				.table .main .logo .title{
				  background:url(dia_logo_bg.gif) no-repeat;
				}
				.table .main .logo .content{
				  background:#ffffff;
				}
				.table .main .link{
				  border:1px solid #6f90ca;
				  background:url(dia_ad_bg.gif) repeat-x;
				}
				.table .main .link .title{
				  background:url(dia_ad_icon.gif) no-repeat 5px 4px;
				}
				.smiley .title li{
				  background:url(s_t_bg_nosel.gif) no-repeat;
				}
				.smiley .title .sel{
				  background:url(s_t_bg_sel.gif) no-repeat;
				}
				.smiley .content{
				  border:1px solid #7b99c8;
				  background:#ffffff;
				}
				.smiley .content li{
				  border:1px solid #e5ebf8;
				}
				.upload{
				  color:#ff0000;
				  background:#f2f7fb;
				}
				
				.im_to{
				  color:#008040;
				}
				.im_from{
				  color:#0000ff;
				}
				.im_content{
				  color:#000000;
				}
				.im_tip{
				  color:#0000ff;
				}
				.error{
				  color:#7982c1;
				  background:url(im_info.gif) no-repeat 2px 1px;
				}			

相关资源