| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- /*==========以下部分是Validform必须的===========*/
- .Validform_checktip{
- margin-left:8px;
- line-height:20px;
- height:20px;
- overflow:hidden;
- color:#999;
- font-size:12px;
- }
- .Validform_right{
- color:#71b83d;
- padding-left:20px;
- background:url(../images/right.png) no-repeat left center;
- }
- .Validform_wrong{
- color:red;
- padding-left:20px;
- white-space:nowrap;
- background:url(../images/error.png) no-repeat left center;
- }
- .Validform_loading{
- padding-left:20px;
- background:url(../images/onLoad.gif) no-repeat left center;
- }
- .Validform_error{
- background-color:#FFE4E1;
- }
- #Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');}
- #Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
- /* update-begin--Author:xuelin Date:20170512 for:TASK #1947 【样式优化】默认采用validform的提示框信息,美化下------------------- */
- #Validform_msg .Validform_title{
- padding: 0 80px 0 20px;
- height: 42px;
- line-height: 42px;
- border-bottom: 1px solid #eee;
- font-size: 14px;
- color: #333;
- overflow: hidden;
- background-color: #F8F8F8;
- border-radius: 2px 2px 0 0;
- /*line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#66B3FF;*/
- }
- #Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{
- font-size:14px;
- font-weight:lighter;
- -webkit-transform: scale(2, 1);
- -moz-transform: scale(2, 1);
- line-height:22px; position:absolute; right:20px; top:8px; color:#7d8289; text-decoration:none;
- }
- #Validform_msg a.Validform_close:hover{
- color:#cc0;
- }
- #Validform_msg .Validform_info{
- position: relative;
- padding: 20px;
- line-height: 24px;
- word-break: break-all;
- overflow: hidden;
- font-size: 14px;
- overflow-x: hidden;
- overflow-y: auto;
- /*padding:8px;border:1px solid #66B3FF; border-top:none; text-align:left;*/
- }
-
- #Validform_msg .Validform_btn{
- }
- /* update-begin--Author:xuelin Date:20170519 for:TASK #1992 【样式修改】新提示方法改进 去掉下划线------------------- */
- #Validform_msg .Validform_btn .Validform_btn_a{
- width: 28;
- height: 28px;
- line-height: 28px;
- padding: 0 15px;
- margin: 0 20px 12px 0;
- border: 1px solid #21B9BB;
- border-radius: 2px;
- position: initial;
- float: right;
- cursor: pointer;
- color:#fff;
- background-color: #21B9BB;
- font-size:14px;
- font-weight: 400;
- text-decoration: none;
- }
- #Validform_msg .Validform_btn .Validform_btn_a:hover{
- background-color: #26C3C5;
- text-decoration: none;
- }
- #Validform_msg .Validform_btn .Validform_btn_a:link,
- #Validform_msg .Validform_btn .Validform_btn_a:visited{
- background-color: #21B9BB;
- text-decoration: none;
- }
- /* update-end--Author:xuelin Date:20170519 for:TASK #1992 【样式修改】新提示方法改进 去掉下划线-------------------- */
- /* update-end--Author:xuelin Date:20170512 for:TASK #1947 【样式优化】默认采用validform的提示框信息,美化下-------------------- */
|