mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-01-31 05:30:25 +08:00
22 lines
299 B
CSS
22 lines
299 B
CSS
|
@CHARSET "UTF-8";
|
||
|
.form-group{
|
||
|
position:relative;
|
||
|
}
|
||
|
.help-block{
|
||
|
position: absolute;
|
||
|
left: 100%;
|
||
|
top: 25%;
|
||
|
margin-left: 1rem;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
.help-block .iconfont{
|
||
|
margin-right:0.5rem;
|
||
|
font-size:1.5rem;
|
||
|
}
|
||
|
.help-block .error{
|
||
|
color:#FF0025;
|
||
|
}
|
||
|
.help-block .success{
|
||
|
color:#86d48d;
|
||
|
}
|