style.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. /*==========以下部分是Validform必须的===========*/
  2. .Validform_checktip{
  3. margin-left:8px;
  4. line-height:20px;
  5. height:20px;
  6. overflow:hidden;
  7. color:#999;
  8. font-size:12px;
  9. }
  10. .Validform_right{
  11. color:#71b83d;
  12. padding-left:20px;
  13. background:url(../../images/right.png) no-repeat left center;
  14. }
  15. .Validform_wrong{
  16. color:red;
  17. padding-left:20px;
  18. white-space:nowrap;
  19. background:url(../../images/error.png) no-repeat left center;
  20. }
  21. .Validform_loading{
  22. padding-left:20px;
  23. background:url(../../images/onLoad.gif) no-repeat left center;
  24. }
  25. .Validform_error{
  26. background-color:#FFE4E1;
  27. }
  28. #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');}
  29. #Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
  30. /* update-begin--Author:xuelin Date:20170512 for:TASK #1947 【样式优化】默认采用validform的提示框信息,美化下------------------- */
  31. #Validform_msg .Validform_title{
  32. padding: 0 80px 0 20px;
  33. height: 42px;
  34. line-height: 42px;
  35. border-bottom: 1px solid #eee;
  36. font-size: 14px;
  37. color: #333;
  38. overflow: hidden;
  39. background-color: #F8F8F8;
  40. border-radius: 2px 2px 0 0;
  41. /*line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#000; position:relative; background-image: -webkit-linear-gradient(top, #D6D6D6 0%, #f5f5f5 100%);*/
  42. }
  43. #Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{
  44. font-size:14px;
  45. font-weight:lighter;
  46. -webkit-transform: scale(2, 1);
  47. -moz-transform: scale(2, 1);
  48. line-height:22px; position:absolute; right:20px; top:8px; color:#7d8289; text-decoration:none;
  49. }
  50. #Validform_msg a.Validform_close:hover{
  51. color:#C2C2D2;;
  52. }
  53. #Validform_msg .Validform_info{
  54. position: relative;
  55. padding: 20px;
  56. line-height: 24px;
  57. word-break: break-all;
  58. overflow: hidden;
  59. font-size: 14px;
  60. overflow-x: hidden;
  61. overflow-y: auto;
  62. /*padding:8px;border:1px solid #f7f7f7; border-top:none; text-align:left;*/
  63. }
  64. #Validform_msg .Validform_btn{
  65. }
  66. /* update-begin--Author:xuelin Date:20170519 for:TASK #1992 【样式修改】新提示方法改进 去掉下划线------------------- */
  67. #Validform_msg .Validform_btn .Validform_btn_a{
  68. width: 28;
  69. height: 28px;
  70. line-height: 28px;
  71. padding: 0 15px;
  72. margin: 0 20px 12px 0;
  73. border: 1px solid #21B9BB;
  74. border-radius: 2px;
  75. position: initial;
  76. float: right;
  77. cursor: pointer;
  78. color:#fff;
  79. background-color: #21B9BB;
  80. font-size:14px;
  81. font-weight: 400;
  82. text-decoration: none;
  83. }
  84. #Validform_msg .Validform_btn .Validform_btn_a:hover{
  85. background-color: #26C3C5;
  86. text-decoration: none;
  87. }
  88. #Validform_msg .Validform_btn .Validform_btn_a:link,
  89. #Validform_msg .Validform_btn .Validform_btn_a:visited{
  90. background-color: #21B9BB;
  91. text-decoration: none;
  92. }
  93. /* update-end--Author:xuelin Date:20170519 for:TASK #1992 【样式修改】新提示方法改进 去掉下划线-------------------- */
  94. /* update-end--Author:xuelin Date:20170512 for:TASK #1947 【样式优化】默认采用validform的提示框信息,美化下-------------------- */