coupon-admin/public/static/pub/validform/css/validform.css

143 lines
3.9 KiB
CSS
Raw Normal View History

2021-11-18 09:57:04 +00:00
/*==========以下部分是Validform必须的===========*/
.Validform_checktip{
line-height:32px;
height:32px;
overflow:hidden;
color:#999;
font-size:14px;
}
.Validform_right{
color:#71b83d;
padding-left:20px;
}
.Validform_wrong{
color:red;
padding-left:20px;
white-space:nowrap;
}
.Validform_loading{
padding-left:20px;
background:url(../images/onLoad.gif) no-repeat left center;
}
.Validform_error{
border: 1px solid #FF0600;
}
#Validform_msg{
position:absolute; top:0px; /* right:50px; */ z-index:99999;
display:none;width: 420px; margin-left:28px;
text-align: center;
}
.Validform_alert,
.Validform_alert .Validform_alert_succ,
.Validform_alert .Validform_alert_fail,
.Validform_alert .Validform_alert_hits,
.Validform_alert .Validform_alert_clear,
.Validform_alert .Validform_alert_end{
display:inline-block;
height:54px;line-height:54px;
font-weight:bold;font-size:14px;color:#606060;
background-image:url(../images/gb_tip_layer.png);
_background-image:url(../images/gb_tip_layer_ie6.png);
background-repeat:no-repeat
}
.Validform_alert{background-position:0 -161px;background-repeat:repeat-x;padding:0 18px 0 9px;margin:0 auto;position:relative}
.Validform_alert .Validform_alert_succ{background-position:-6px 0;left:-45px;top:0;width:45px;position:absolute}
.Validform_alert .Validform_alert_end{background-position:0 0;position:absolute;right:-6px;top:0;width:6px}
.Validform_alert .Validform_alert_fail{background-position:-6px -108px;position:absolute;left:-45px;top:0;width:45px}
.Validform_alert .Validform_alert_hits{background-position:-6px -54px;position:absolute;left:-45px;top:0;width:45px}
.Validform_alert .Validform_alert_clear{background-position:-6px 0;left:-5px;width:5px;position:absolute;top:0}
.Validform_alert .Validform_alert_loading{position:absolute;left:-45px;top:0;width:45px;display:inline-block; height:54px;background-image:url(../images/gb_tip_loading.gif);}
.Validform_alert a{
display: block;
font-size: 20px;
line-height:32px; position:absolute; right:8px; top:3px; color:#3c763d; text-decoration:none;
}
.Validform_alert a:hover{color:#cc0;cursor: pointer;}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;border-radius: 4px;}
#Validform_msg .Validform_title{
line-height:32px; height:32px; text-align:left;
font-weight:600; padding:4px 12px; color:#fff;
position:relative; background-color:#666;
}
.Validform_alert .Validform_info{padding:20px; border-top:none; text-align:left;}
.Validform-info{
margin-left:8px;
border:1px solid #ccc;
padding:0px 20px 0px 10px;
color:#666;
float:left;
position:relative;
display:none;
line-height:28px;
}
.Validform_load{
color:#3c763d;
}
#Validform_msg .dec {
top: 4px;
display: block;
height: 17px;
overflow: hidden;
position: absolute;
left: -8px;
width: 8px;
}
#Validform_msg .dec s {
font-family: simsun;
font-size: 16px;
height: 19px;
left: 0;
line-height: 21px;
position: absolute;
text-decoration: none;
top: 0;
width: 17px;
}
#Validform_msg .dec .dec1 {
color: #ccc;
}
#Validform_msg .dec .dec2 {
color: #fff;
left: 1px;
}
#Validform_msg .lableVal{
margin-right: 8px;
}
#Validform_msg .deleteTag{
margin:0px -8px 0px 3px;
color: #f5f5f5;
font-size: 15px;
}
#Validform_msg .img-size-1{
width: 100%;
height: 168px;
}
.btn-mg-1{
margin: 30px 0px 10px 15px;
}
.btn-mg-2{
margin: 10px 15px 10px 15px;
}
#Validform_msg .box{
padding: 10px;
  float: left;
  width: 200px;
}
#Validform_msg .box img {
max-width: 100%
}
/*自定义 后台管理列表的 操作栏*/
.checkbox-all{
width: 152px;float: left;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
position: relative;
}
.alert-dismissible{
margin-bottom: 0px;
}
.must-input{color: red;font-size: 16px;}