ComplianceServer/oldcode/WEB/Content/Common.css

154 lines
3.5 KiB
CSS

.validationMessage {
background: url('Images/icons.png') no-repeat scroll 0px -271px transparent;
padding-left: 18px;
margin-bottom: -3px;
color: #F00;
}
input[type="text"].input-error, textarea[type="text"].input-error {
border: 1px solid #F00;
background-color: #FEE;
}
span.warning {
background: url('Images/icons.png') no-repeat scroll 0px -271px transparent;
padding-left: 18px;
margin-bottom: -3px;
}
.csicon {
display: inline-block;
position: relative;
width: 22px;
height: 22px;
vertical-align: middle;
margin-top: -1px;
}
.csicon2 {
display: inline-block;
position: relative;
width: 16px;
height: 16px;
vertical-align: middle;
margin-top: -1px;
}
.CusIdIcon {
background: url(/Content/Images/icon/id.png) no-repeat center;
}
.PhoneIcon {
background: url(/Content/Images/icon/phone.png) no-repeat center;
}
.UserIcon {
background: url(/Content/Images/icon/username.png) no-repeat center;
}
.UserInfoIcon {
background: url(/Content/Images/icon/userinfo.png) no-repeat center;
}
.WeiXinIcon {
background: url(/Content/Images/icon/weixin.png) no-repeat center;
}
.QWIcon {
background: url(/Content/Images/icon/qiye.png) no-repeat center;
}
.Login {
background: url(/Content/Images/icon/login.png) no-repeat center;
}
.OtherIcon {
background: url(/Content/Images/icon/other.png) no-repeat center;
}
.ReloationIcon {
background: url(/Content/Images/icon/relation.png) no-repeat center;
}
.NameIcon {
background: url(/Content/Images/icon/name.png) no-repeat center;
}
.dunpai {
background: url(/Content/Images/icon/dunpai.png) no-repeat center;
}
.LuyinIcon {
background: url(/Content/Images/icon/luyin.png) no-repeat center;
}
.OrderIcon {
background: url(/Content/Images/icon/order.png) no-repeat center;
}
.MianFeiIcon {
background: url(/Content/Images/icon/mianfei.png) no-repeat center;
}
.ActiveIcon {
background: url(/Content/Images/icon/active.png) no-repeat center;
}
.MemoIcon {
background: url(/Content/Images/icon/memo.png) no-repeat center;
}
.CallIcon {
background: url(/Content/Images/icon/call.png) no-repeat center;
}
.RefreshIcon {
background: url(/Content/Images/icon/refresh1.png) no-repeat center;
}
.XiuXianIcon {
background: url(/Content/Images/icon/xiuxian.png) no-repeat center;
margin-bottom: 5px;
}
.layui-btn-disabled .XiuXianIcon {
background: url(/Content/Images/icon/xiuxian-hui.png) no-repeat center;
}
.GuaJiIcon {
background: url(/Content/Images/icon/guaji.png) no-repeat center;
margin-bottom: 2px;
}
.layui-btn-disabled .GuaJiIcon {
background: url(/Content/Images/icon/guaji-hui.png) no-repeat center;
}
.ErJiIcon {
background: url(/Content/Images/icon/erji.png) no-repeat center;
margin-bottom: 2px;
}
.layui-btn-disabled .ErJiIcon {
background: url(/Content/Images/icon/erji-hui.png) no-repeat center;
}
.ZhuanFaIcon {
background: url(/Content/Images/icon/zhuanfa.png) no-repeat center;
margin-bottom: 2px;
}
.layui-btn-disabled .ZhuanFaIcon {
background: url(/Content/Images/icon/zhuanfa-hui.png) no-repeat center;
}
.JianKongIcon {
background: url(/Content/Images/icon/jiankong.png) no-repeat center;
margin-bottom: 2px;
}
.layui-btn-disabled .JianKongIcon {
background: url(/Content/Images/icon/jiankong-hui.png) no-repeat center;
}
.wxsTitle {
color: #c7c1c1;
text-decoration: line-through;
font-weight: normal;
}
.RiskIcon {
background: url(/Content/Images/icon/convert.png) no-repeat center;
}