﻿@charset "utf-8";
/* CSS Document */
*{box-sizing:border-box;padding:0px;margin:0px;}
body {margin:0 auto; padding:0; font-family:"微软雅黑";font-size:12px;color:#333333;}
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p,input{padding:0px; margin:0px; }
ul{list-style:none;}
img{border:0px;vertical-align: middle;}
input{outline:none;border:0;}
a{text-decoration:none;outline: none;}
a:hover{text-decoration:none !important;outline: none;}
a:active{outline: none;star:expression(this.onFocus=this.blur());}
.clearfloat{display:block;clear:both;height:0px!important;margin:0px!important;padding:0px!important;border:0px!important;}

/*去掉a链接的虚线框*/
a{blr:expression(this.onFocus=this.close());} /* 只支持IE，过多使用效率低 */ 　
a{blr:expression(this.onFocus=this.blur());} /* 只支持IE，过多使用效率低 */ 　
a:focus { -moz-outline-style: none; } /* IE不支持 */

/*去掉原来移动端的按钮样式*/
input[type="button"], input[type="submit"], input[type="text"], input[type="reset"] {
-webkit-appearance: none;
}
textarea {-webkit-appearance: none;}
a,div,p,span,ul,li,button{-webkit-tap-highlight-color:rgba(0,0,0,0);}

/*修改placeholder颜色*/
::-webkit-input-placeholder { /* WebKit browsers */
    color:#999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#999;
}


<#if (nursing.introduce?? && nursing.introduce?length>80)>
${nursing.introduce?substring(0,80)}...
<#else>
${nursing.introduce!}
</#if>

