你的位置:首页 > 软件开发 > Java > 纯手写漂亮的表单验证

纯手写漂亮的表单验证

发布时间:2015-11-18 17:00:03
因为是自定义样式,所以 兼容所有浏览器版本,个人认为非常漂亮:网址wuxi.rongzi.comcss 1 <style> 2 /*tooltip*//* CSS属性顺序按照 字母首字母 排列*/ 3 .ui-slider-tooltip{ backgro ...

因为是自定义样式,所以 兼容所有浏览器版本,个人认为非常漂亮:网址wuxi.rongzi.com

css

 1  <style> 2     /*tooltip*//* CSS属性顺序按照 字母首字母 排列*/ 3 .ui-slider-tooltip{  background:#f5a455;   border:1px solid #f5a455;  color:#fff;  display: block;  text-align: left;  padding: 5px 3px 5px 5px;  position: absolute;  z-index:99999; } 4 .ui-corner-all {  border-radius: 3px;  -moz-border-radius-bottomleft:3px;  -moz-border-radius-bottomright:3px;  -moz-border-radius-topleft:3px;  -moz-border-radius-topright:3px;  -webkit-border-top-left-radius:3px 3px;  -webkit-border-top-right-radius:3px 3px;-webkit-border-bottom-right-radius:3px 3px;  -webkit-border-bottom-left-radius:3px 3px;} 5 .ui-tooltip-pointer-down {  border-bottom-width: 0;  border-left: 7px dashed transparent;   border-right: 7px dashed transparent;  border-top: 8px solid #f5a455;  bottom:  -8px;  display: block;  height:0;  left: 18%;  margin-left: -7px;  position: absolute;   width:0;} 6 .ui-tooltip-pointer-down-inner {  border-left: 6px dashed transparent;   border-right: 6px dashed transparent;  border-top: 7px solid #f5a455;  left: -6px;  top: -9px;  position: absolute; } 7 .tip{  font-size:9pt;  line-height:18px;} 8  .error{ border: 1px solid rgb(223, 74, 67);} 9  10 11   </style>

原标题:纯手写漂亮的表单验证

关键词:

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录