db754a4e0e9bd1bf1e7a01b2846b46ffb9d50290.svn-base 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. *{
  2. margin:0;
  3. padding:0;
  4. box-sizing:border-box;
  5. }
  6. .loadding{
  7. width:100%;height: 100%;position: fixed;top: 0;left: 0;
  8. }
  9. .header_bg {
  10. width: 100%;
  11. height: 77px;
  12. background: url(/nwyj/images/index/Top2.png) repeat-x;
  13. }
  14. .logo {
  15. display: block;
  16. position: absolute;
  17. top: 15px;
  18. left: 1.5%;
  19. width: 190px;
  20. height: 44px;
  21. }
  22. .logo img{
  23. width:100%;
  24. }
  25. .title-fixed{
  26. margin: 0px auto;
  27. height: 77px;
  28. }
  29. .title-fixed .tableStyle td{
  30. border:none;
  31. }
  32. .title-fixed .save{
  33. display: block;
  34. position: absolute;
  35. top: 40px;
  36. right: 0px;
  37. }
  38. .class_color,.tablehead{
  39. background-color: rgb(237, 239, 253);
  40. font-weight:bold;
  41. font-size:14px;
  42. }
  43. .tablehead th{
  44. font-weight:bold;
  45. }
  46. textarea{padding:5px;resize:none;font-size:12px;
  47. background-color: #ffffff;
  48. border-top: solid 1px #a7b5bc;
  49. border-left: solid 1px #a7b5bc;
  50. border-right: solid 1px #ced9df;
  51. border-bottom: solid 1px #ced9df;
  52. color: #333333;
  53. }
  54. .list-content-body li div{
  55. font-size:14px;
  56. }
  57. .list-title .title-text{
  58. line-height:20px;
  59. font-size:15px;
  60. font-weight: bold;
  61. }
  62. .list-title .title-subText{
  63. font-size:12px;
  64. color:#bbb;
  65. }
  66. .ques-inner-cont,.ques-other-cont{
  67. }
  68. .ques-cont ul{
  69. list-style: none;
  70. padding-left:10px;
  71. }
  72. .ques-cont ul li{
  73. line-height: 32px;
  74. padding-left:10px;
  75. }
  76. .ques-inner-cont li label:hover,
  77. .ques-outer-cont li label:hover{
  78. cursor:pointer;
  79. background:rgb(239,239,239);
  80. }
  81. .clickFlag{
  82. color:#04D654;
  83. }
  84. .ques-outer-cont{
  85. color:#14189C;
  86. }
  87. .ques-outer-cont h4{
  88. color:#da1414;
  89. }
  90. .ques-cont ul li input[type="radio"],.ques-cont ul li input[type="checkbox"]{
  91. margin-right:10px;
  92. vertical-align: top;
  93. margin-top: 10px;
  94. /* cursor:pointer; */
  95. }
  96. .sug {
  97. position:relative;
  98. padding: 10px;
  99. line-height: 200%;
  100. }
  101. .sug span{
  102. display: inline-block;
  103. vertical-align: top;
  104. margin-top: 6px;
  105. color:000;
  106. }
  107. .sug textarea{
  108. display:inline-block;
  109. }
  110. .outer-sug{
  111. margin-left:-20px;
  112. }
  113. .outer-score-cont{
  114. display:inline-block;
  115. }