webimcss.css 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. *{font-family:微软雅黑,Verdana, Geneva, sans-serif;list-style-type:none;padding:0px;margin:0px;word-wrap:break-word;word-break:break-all;}
  2. body{color:#000000;margin:0px;border:0;font-size:14px;}
  3. body{--main-color:#1389D3}
  4. a,.cursor{cursor:pointer;}
  5. p{text-indent:24pt; margin:5px 0px}
  6. input,textarea,a,button{resize: none;outline:none}
  7. .zhu{ color:#1389D3;color:var(--main-color)}
  8. .hui{ color:#888888}
  9. .red{ color:#ff0000}
  10. .blue{ color:blue}
  11. table{border-spacing:0;border-collapse: collapse;}
  12. a:link,a:visited{TEXT-DECORATION:none;color:#1389D3;color:var(--main-color)}
  13. a:hover{TEXT-DECORATION:none;color:red;}
  14. a.zhu{color:#1389D3;color:var(--main-color)}
  15. img{border:0}
  16. a.blue:link,a.blue:visited{color:blue;TEXT-DECORATION:none;}
  17. a.blue:hover{TEXT-DECORATION:underline;color:red;}
  18. a.red:link,a.red:visited{color:red;TEXT-DECORATION:underline;}
  19. a.red:hover{TEXT-DECORATION:underline;color:red;}
  20. a.a:link,a.a:visited{color:#0441b0;TEXT-DECORATION:underline;}
  21. a.a:hover{TEXT-DECORATION:underline;color:red;}
  22. .white{color:white;}
  23. a.white:link,a.white:visited{color:white;TEXT-DECORATION:none;}
  24. a.white:hover{TEXT-DECORATION:underline;color:white;}
  25. .blank1{ height:1px; overflow:hidden; border-bottom:1px #dddddd solid}
  26. .blank10{ height:10px; overflow:hidden}
  27. .blank20{ height:20px; overflow:hidden;line-height:20px}
  28. .blank5{ height:5px; overflow:hidden}
  29. .blank25{ height:25px; line-height:25px;overflow:hidden;}
  30. .blank30{ height:30px; line-height:30px; overflow:hidden}
  31. .blank40{ height:40px; line-height:40px; overflow:hidden}
  32. ul,li,a{ list-style-type:none}
  33. .h1{ font-size:24px;font-weight:bold;}
  34. .h2{ font-size:20px;font-weight:bold;}
  35. .inputs{height:28px; line-height:24px; border:1px #cccccc solid;padding:0px 2px; overflow:hidden;}
  36. input.checkbox,input.radio{ border:none;padding:0;margin-right:5px; width:16px; height:16px}
  37. .icons{ height:16px; width:16px; padding-right:3px}
  38. .icons:hover{box-shadow:0px 0px 5px rgba(0,0,0,0.3);}
  39. .barinput{padding:0px 2px;width:150px;height:23px}
  40. .icon{ height:16px; width:16px;margin-right:5px}
  41. .input,.select,.textarea{height:30px; line-height:28px; border:1px #cccccc solid; padding:0px 5px;font-size:14px;}
  42. .input:focus{box-shadow:0px 0px 5px rgba(0,0,0,0.3); border:1px #1389D3 solid; border:1px var(--main-color) solid;color:#000000}
  43. .btn{height:30px;line-height:30px; background-color:#1389D3; background-color:var(--main-color);border:none;color:#f1f1f1;padding:0px 20px; cursor:pointer;opacity:0.9;border-radius:5px;}
  44. .btn:hover{opacity:1;color:#ffffff;}
  45. .btn[disabled]{ background-color:#aaaaaa}
  46. .btn-danger{background:#d9534f}
  47. .webbtn:link,.webbtn:visited,.webbtn{color:#f1f1f1; opacity:1;background-color:#1389D3;background-color:var(--main-color); padding:3px 8px; border:none; cursor:pointer}
  48. .webbtn:hover{opacity:0.8;color:#ffffff;}
  49. .alert{ padding:3px 10px; border-radius:0px; text-align:center; }
  50. .alert_msg{ background-color:#fbe3cf;border:0px #f6a15d solid; color:#f86f00}
  51. .alert_success{ background-color:#e3f6d1;border:0px #78b146 solid;color:green}
  52. .alert_wait{ background-color:#f8f8f8;border:0px #cccccc solid;color:#555555}
  53. .title{height:40px;line-height:40px;overflow:hidden;font-size:14px;text-align:left;border-bottom:1px #cccccc solid;color:#55555;font-weight:bold; background-color:#545e6a}
  54. .title li{height:40px;line-height:40px;float:left; }
  55. .title li.more{text-align:right;float:right;font-size:12px;font-weight:100}
  56. .gradient{
  57. background:#1389D3;color:white;overflow:hidden;
  58. background:-moz-linear-gradient(top, #1389D3, #13B292,#0DAA8B);
  59. background:-webkit-linear-gradient(top,#3399CC, #3399CC,#3399CC);
  60. background:-ms-linear-gradient(top, #1389D3, #13B292,#0DAA8B);/*IE9以上*/
  61. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1389D3', centerColorstr='#13B292',endColorstr='#0DAA8B', GradientType='0'); /* IE8以下*/
  62. }
  63. .gradienth{
  64. background:#585858;color:white;overflow:hidden;
  65. background:-moz-linear-gradient(top, #666666, #585858,#454545);
  66. background:-webkit-linear-gradient(top,#666666, #585858,#454545);
  67. background:-ms-linear-gradient(top, #666666, #585858,#454545);
  68. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', centerColorstr='#585858',endColorstr='#454545', GradientType='0'); /* IE8以下*/
  69. }
  70. .reimlabel{background:#93cdf2;color:white;padding:1px 2px;font-size:12px;border-radius:2px}
  71. .reimlabel1{background:#f9af7e;color:white;padding:1px 2px;font-size:12px;border-radius:2px}
  72. .reimlabel2{background:#99CCCC;color:white;padding:1px 2px;font-size:12px;border-radius:2px}
  73. .reimlabel3{background:#CC99CC;color:white;padding:1px 2px;font-size:12px;border-radius:2px}
  74. .reimlabelonline{background:#99CC99;color:white;padding:1px 2px;font-size:12px;border-radius:2px}
  75. @keyframes mymove{0%{width:140px;}100%{width:170px;}}
  76. .msousou{ background-color:rgba(0,0,0,0.1);height:26px;border:0px;border-radius:15px;margin-right:15px;padding:0px 20px;color:#eeeeee;width:140px;}
  77. .msousou::-webkit-input-placeholder{color:#dddddd}
  78. .msousou::-moz-input-placeholder{color:#dddddd}
  79. .msousou:focus{background-color:white;color:#333333;-webkit-animation:mymove 0.3s;-moz-animation:mymove 0.3s;width:170px;}
  80. .lists{padding:8px; border-bottom:0px #f1f1f1 solid;cursor:pointer;}
  81. .lists img{height:30px;width:30px;border-radius:5px}
  82. .lists .close{position:absolute;right:3px;top:5px;display:none;color:#aaaaaa}
  83. .lists .bqs{position:absolute;right:3px;top:5px;}
  84. .lists.active{background-color:rgba(0,0,0,0.1)}
  85. .lists:hover{background-color:rgba(0,0,0,0.05)}
  86. .lists:hover .close{display:block}
  87. .lists:hover .bqs{display:none}
  88. .lists .name{height:24px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:135px;}
  89. .huicont{color:#888888;font-size:12px;height:20px;line-height:20px; overflow:hidden;word-wrap:break-word;word-break:break-all;white-space:normal;}
  90. .content{width:100%;height:100%;border:none;overflow:auto;padding:0px;font-size:14px;}
  91. .content:focus{border:0px #dddddd solid}
  92. .chattitbtn{color:#aaaaaa;cursor:pointer}
  93. .toolsliao{height:34px; background-color:#ecf5fc;overflow:hidden;border-top:#dddddd solid 1px;color:#aaaaaa;line-height:34px;font-size:16px;padding:0px 10px}
  94. .toolsliao span{margin-right:10px}
  95. .toolsliao span:hover,.chattitbtn:hover{color:#1389D3;color:var(--main-color)}
  96. .progresscls{height:12px;overflow:hidden;line-height:12px;border:0px #eeeeee solid; position:relative;;width:99%;background-color:#f1f1f1;margin-top:3px}
  97. .progressclssse{background-color:#B0D6FC;height:12px;overflow:hidden;width:5%;position:absolute;z-index:0;left:0px;top:0px}
  98. .progressclstext{font-size:10px;color:#0556A8;height:12px;overflow:hidden;line-height:12px;text-align:left;position:absolute;z-index:1;left:5px;top:0px}
  99. .badge {
  100. display: inline-block;
  101. min-width: 10px;
  102. padding: 3px 5px;
  103. font-size: 12px;
  104. line-height: 1;
  105. color: #fff;
  106. text-align: center;
  107. white-space: nowrap;
  108. vertical-align: baseline;
  109. background-color:red;
  110. border-radius: 10px;
  111. }
  112. .badge:empty {
  113. display: none;
  114. }
  115. .agenhclsdiv{display:inline-block}
  116. .agenhcls{min-width:70px;height:70px;text-align:center;cursor:pointer;float:left;padding:0px 5px;margin-left:5px;position:relative}
  117. .agenhcls img{height:34px;width:34px;border-radius:5px}
  118. .agenhcls:hover{background-color:rgba(0,0,0,0.05);border-radius:5px}
  119. .agenhcls span{position:absolute;right:1px;top:1px}
  120. .lefticons{position:relative;line-height:50px;height:50px;overflow:hidden;font-size:20px;color:#cccccc}
  121. .lefticons span{position:absolute;right:1px;top:1px}
  122. .showblanks{padding:10px;color:#aaaaaa;font-size:12px;text-align:center}