response.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. @CHARSET "UTF-8";
  2. body{
  3. padding: 0px;
  4. margin: 0px;
  5. }
  6. .root-body,.root-body1{
  7. width: 100%;
  8. }
  9. .root-body{
  10. /*background:white;*/
  11. }
  12. a{
  13. text-decoration: none;
  14. }
  15. .top-body{
  16. /* -webkit-box-shadow: 0 0 25px #1F91E6;
  17. box-shadow: 0 0 25px #1F91E6;
  18. background-color: #DADADA; */
  19. width: 100%;
  20. position: fixed;
  21. border-bottom: 3px solid #08A2BE;/* #1F91E6*/
  22. opacity: .8;
  23. filter: alpha(opacity=80);
  24. -ms-filter: "alpha(opacity=80)";
  25. background-color: white;
  26. height: 40px;
  27. }
  28. .top-body-content{
  29. width: 80%;
  30. margin: 0px auto;
  31. }
  32. .top-body-content-logo{
  33. width: 220px;
  34. height: 40px;
  35. /* float: right; */
  36. }
  37. .top-body-content-h1 {
  38. float: left;
  39. height: 25px;
  40. display: table;
  41. padding-top: 10px;
  42. }
  43. .top-body-content-h1 h1{
  44. font-size: 20px;
  45. color: #333;
  46. letter-spacing: 2px;
  47. padding: 0px;
  48. margin: 0px;
  49. }
  50. .middle-body,.middle-body1{
  51. /* width: 80%; */
  52. width:800px;
  53. margin: 0px auto;
  54. padding: 50px 20px 10px 20px;
  55. *padding-top:40px;
  56. _padding-top:10px;
  57. background-position: center top;
  58. background-repeat: no-repeat;
  59. /*
  60. -webkit-box-shadow: 0 0 5px #aaa;
  61. box-shadow: 0 0 5px #aaa;
  62. - webkit-border-radius: 5px;
  63. -moz-border-radius: 5px;
  64. border-radius: 5px; */
  65. border: 1px solid rgb(219, 218, 218);
  66. }
  67. .middle-body{
  68. height: 200px;
  69. background: #EFEFEF;
  70. background: white;
  71. }
  72. .middle-body1{
  73. margin-top:10px;
  74. padding: 15px;
  75. -webkit-box-shadow: 0 0 15px #aaa;
  76. box-shadow: 0 0 15px #aaa;
  77. }
  78. .middle-body-title {
  79. border-bottom: 3px solid #676767;
  80. }
  81. .middle-body-title h3{
  82. text-align: center;
  83. padding-top: 5px;
  84. padding-bottom: 5px;
  85. }
  86. .middle-body-title h4{
  87. margin: 0px;
  88. padding-top: 5px;
  89. color: #676767;
  90. padding-bottom: 8px;
  91. }
  92. .middle-body-title p{
  93. margin: 5px 0px;
  94. font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  95. font-size: 12px;
  96. line-height: 20px;
  97. text-indent: 2em;
  98. padding: 0px 25px;
  99. color: #333;
  100. padding-bottom: 5px;
  101. }
  102. .middle-body-content{
  103. padding: 10px 35px;
  104. font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  105. font-size: 14px;
  106. color: #373A3D;
  107. }
  108. .r-qu-body{
  109. padding: 10px;
  110. clear: both;
  111. display: table;
  112. width: 100%;
  113. }
  114. .r-qu-body:HOVER{
  115. background-color: #FBFBFB;
  116. }
  117. .r-qu-body-title{
  118. font-weight: bold;
  119. padding: 5px;
  120. /* background-color: #C2D7E8; */
  121. /* border: 1px solid #97CAE8; */
  122. }
  123. .r-qu-body-title p{
  124. margin: 0px;
  125. padding: 0px;
  126. display: inline;
  127. }
  128. .r-qu-body-ul1{
  129. list-style: none;
  130. margin: 0px;
  131. padding: 5px 10px;
  132. width: 100%;
  133. }
  134. .r-qu-body-ul1 li{
  135. padding: 5px;
  136. padding-right: 25px;
  137. display: table;
  138. width: 95%;
  139. vertical-align: middle;
  140. }
  141. .r-qu-body-ul1 li:HOVER {
  142. /* background-color: #EAEAEA; */
  143. cursor: default;
  144. /* -webkit-box-shadow: 0 0 5px #aaa;
  145. box-shadow: 0 0 5px #aaa; */
  146. background: #E8F2FE;
  147. }
  148. .r-qu-body-ul3 li:HOVER{
  149. cursor: default;
  150. }
  151. .r-qu-body-ul2 li{
  152. float: left;
  153. width: auto;
  154. }
  155. .quItem-ul{
  156. list-style: none;
  157. padding: 0px;
  158. margin: 0px;
  159. table-layout: fixed;
  160. }
  161. .quItem-ul .quItemOptionName{
  162. margin-top: 1px;
  163. font-size: 14px;
  164. }
  165. .quItem-ul .optionMulfbk{
  166. margin-top: 6px;
  167. }
  168. .quItem-ul p{
  169. margin: 0px;
  170. padding: 0px;
  171. }
  172. .quItem-ul li{
  173. float: left;
  174. display: table;
  175. margin: 0px;
  176. padding: 0px;
  177. word-wrap: break-word;
  178. word-break: break-all;
  179. width: auto;
  180. max-width: 930px;
  181. line-height: 19px;
  182. font-size: 14px;
  183. color: #373A3D;
  184. display: table-cell;
  185. vertical-align: inherit;
  186. /* _line-height: 20px;
  187. max-width: 95%; */
  188. }
  189. .quItem-ul input[type='checkbox'],.quItem-ul input[type='radio']{
  190. /* margin-top: 0px; */
  191. /* margin-top: 4px; */
  192. /* _margin-top:0px; */
  193. }
  194. .quItem-ul01li input[type='checkbox'],.quItem-ul01li input[type='radio']{
  195. /* margin-top: 3px; */
  196. }
  197. .quItem-ul01li div{
  198. float: left;
  199. vertical-align: middle;
  200. }
  201. .quItem-ul01li .inputCk{
  202. padding-top: 4px;
  203. }
  204. .quItem-ul01li .quItemName{
  205. padding-top: 5px;
  206. }
  207. .quItem-ul li:HOVER {
  208. -webkit-box-shadow: none;
  209. box-shadow: none;
  210. }
  211. .button-body-btn{
  212. border-top:1px solid gray;
  213. padding:15px 10px 10px 60px;
  214. }
  215. .footer-copyright{
  216. margin-top:20px;
  217. width: 100%;
  218. height: 30px;
  219. text-align: center;
  220. }
  221. .msg1{
  222. color: #676767;
  223. }
  224. .msg2{
  225. color: #D04E0F;
  226. }
  227. a.msg21:HOVER {
  228. /* color: #2EADC7; */
  229. font-weight: bold;
  230. }
  231. .qusTable{
  232. margin-top: 5px;
  233. margin-left: 20px;
  234. border-collapse:collapse;
  235. table-layout:fixed;
  236. word-break: break-all;
  237. /* border: 1px solid #CE74B1; */
  238. /* -webkit-box-shadow: 0 0 5px #aaa;
  239. box-shadow: 0 0 5px #aaa; */
  240. margin-bottom: 8px;
  241. }
  242. .qusTable tr th{
  243. background: #D3D3D3;
  244. /* background:#CE74B1; */
  245. padding: 3px 6px;
  246. color: white;
  247. font-size: 14px;
  248. font-weight: normal;
  249. }
  250. .qusTable tr td{
  251. /* border-bottom: 1px solid gray; */
  252. padding: 5px;
  253. }
  254. .qusTable tr:hover{
  255. background: #E8F2FE;
  256. }
  257. .qusTable p{
  258. margin: 0px;
  259. padding: 0px;
  260. }
  261. .quItemNote{
  262. float:left;
  263. padding-left: 30px;
  264. font-size: 12px;
  265. color: #939393;
  266. }
  267. .priviewPositionBtn{
  268. position: fixed;
  269. right: 20px;
  270. top: 12px;
  271. z-index: 10;
  272. }
  273. .suQuTable{
  274. border: none;
  275. width: 100%;
  276. }
  277. .suQuTable tr{
  278. }
  279. .suQuTable tr td{
  280. border: none! important;
  281. height: 32px! important;
  282. /* padding-right: 0px! important; */
  283. }
  284. .suQuTable tr td p{
  285. margin: auto;
  286. }
  287. .suQuTable tr:HOVER{
  288. background: #E8F2FE! important;
  289. }
  290. .bfbTd{
  291. color: #F68181;
  292. }
  293. .tdAnCount{
  294. color: #5C5C5C;
  295. }