lmgl.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. .tztg{ height: 370px;}
  2. #yqlj{ height: 150px;}
  3. #lxwm{ width: 1140px; margin-bottom: 30px;}
  4. #bg{
  5. background-color: #5B9BD5;
  6. }
  7. .panel-heading span
  8. {
  9. color:white;
  10. }
  11. /*位置*/
  12. #weizhi{ width:60%; margin-left: 113px; margin-top: -15px;}
  13. #weizhi .conent{ width:100%; line-height:40px; margin:0 auto; background:url(../img/wei.jpg) no-repeat 0px/* #f9f8f8*/; padding-left:15px;}
  14. #weizhi a{ color:#8e8d8d;}
  15. #weizhi span{ color:#8e8d8d;}
  16. /*滚动条*/
  17. /*#gdt{
  18. height:80% ;
  19. overflow-y: scroll;
  20. }*/
  21. .panel-body ul
  22. {
  23. padding: 0;
  24. margin: 0;
  25. list-style: none;
  26. }
  27. .panel-body .news-item
  28. {
  29. padding: 4px 4px;
  30. margin: 0;
  31. }
  32. .news-item a
  33. {
  34. font-size: 12px;
  35. color: #666;
  36. }
  37. .news-item a:hover
  38. {
  39. color: red;
  40. text-decoration: none;
  41. }
  42. .news-item a.info-title
  43. {
  44. text-overflow: ellipsis;
  45. }
  46. .news-item span
  47. {
  48. margin-left: 8px;
  49. }
  50. /*登录*/
  51. .te-re-login .te-re-login-form1
  52. {
  53. width: 300px;
  54. }
  55. .te-re-login{
  56. margin-left: 25px;
  57. margin-top: 70px;
  58. }
  59. .te-re-login .te-re-login-form1 .form-group
  60. {
  61. position: relative;
  62. }
  63. .te-re-login .te-re-login-form1 input
  64. {
  65. padding-left: 30px;
  66. height: 38px;
  67. line-height: 38px;
  68. }
  69. .te-re-login .te-re-login-form1 span
  70. {
  71. position: absolute;
  72. top: 10px;
  73. left: 10px;
  74. color: #999;
  75. font-size: 18px;
  76. }
  77. .te-re-login .te-re-login-form1 button
  78. {
  79. width: 100%;
  80. margin-top: 20px;
  81. }
  82. .row{
  83. margin-top: 10px;
  84. }