return;
function showmes(mes) {
$(document.body).append("<div class='divsmes'><img src='/img/duihao.png' /><span>" + mes + "</span></div>");
$(".transpant").show().fadeOut(2000);
$(".divsmes").show().fadeOut(2000);
}
.divsmes
{
width: 240px;
height: 56px;
background-color: white;
text-align: center;
vertical-align: middle;
position: fixed;
margin-top: 10px;
top: 30%;
left: 50%;
margin-left: -140px;
display: none;
z-index: 1001;
background-color: white;
padding-top: 24px;
color:#508317;
font-weight: bold;
font-family: Microsoft YaHei;
border:5px solid #CCC;
}
.divsmes img
{
height: 30px;
line-height: 30px;
float: left;
margin-left: 10px;
}
.divsmes span
{
margin-top: 7px;
display: block;
margin-left: 7px;
float: left;
}
.divsmess
{
width: 240px;
height: 54px;
background-color: white;
text-align: center;
vertical-align: middle;
position: fixed;
top: 30%;
left: 50%;
margin-left: -140px;
border-radius: 5px;
z-index: 1001;
padding-top: 26px;
color: #E75530;
font-weight: bold;
font-family: Microsoft YaHei;
}
.divsmess img
{
height: 30px;
line-height: 30px;
float: left;
margin-left: 30px;
}
.divsmess span
{
margin-top: 5px;
display: block;
margin-left: 40px;
float: left;
}