You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AskPaper.css 2.8 KiB

4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body {
  4. font-family: "Microsoft YaHei", "微软雅黑" !important;
  5. }
  6. /*****sec1*******/
  7. .eva_sec1{
  8. padding: 1px 0;
  9. }
  10. .eva_sec1 .index_box {
  11. padding: 0 12px 15px;
  12. border: 1px solid #E5E5E7;
  13. width: 94%;
  14. margin: 20px auto;
  15. }
  16. .inSecTitle{
  17. font-size: 20px;
  18. text-align: center;
  19. margin: 20px 0 0px;
  20. }
  21. .inSecTime{
  22. font-size: 12px;
  23. text-align: center;
  24. }
  25. .shenInput {
  26. margin-top: 15px;
  27. font-size: 14px;
  28. line-height: 24px;
  29. }
  30. .shenInput3 {
  31. display: none;
  32. }
  33. .shenInput:before, .shenInput:after {
  34. display: table;
  35. content: " ";
  36. }
  37. .shenInput:after {
  38. clear: both;
  39. }
  40. .signTxt {
  41. line-height: 24px;
  42. font-size: 14px;
  43. position: relative;
  44. }
  45. .shenInputBox {
  46. position: relative;
  47. }
  48. .shenInputBox1 {
  49. margin-left: 60px;
  50. }
  51. .inputRadioRow {
  52. overflow: hidden;
  53. }
  54. .inputRadioCol4 {margin-top: 8px;}
  55. .inputRadio {
  56. border-radius: 50%;
  57. }
  58. .inputCheck{
  59. border-radius: 2px;
  60. }
  61. .inputRadio.active:after {
  62. content: '';
  63. width: 12px;
  64. height: 12px;
  65. background: #0C86D8;
  66. position: absolute;
  67. left: 0;
  68. right: 0;
  69. bottom: 0;
  70. top: 0;
  71. margin: auto;
  72. border-radius: 50%;
  73. }
  74. .inputCheck.active:after {
  75. content: '';
  76. width: 12px;
  77. height: 12px;
  78. background: #0C86D8;
  79. position: absolute;
  80. left: 0;
  81. right: 0;
  82. bottom: 0;
  83. top: 0;
  84. margin: auto;
  85. border-radius: 2px;
  86. }
  87. .inputRadio,.inputCheck {
  88. font-style: normal;
  89. display: inline-block;
  90. vertical-align: middle;
  91. width: 20px;
  92. height: 20px;
  93. border: 1px solid #CBCBCB;
  94. margin: 0 10px;
  95. position: relative;
  96. cursor: pointer;
  97. }
  98. .shenInputBox>span, .inputRadioCol4 span, .inputRadioCol3 span, .inputRadioCol2 span {
  99. display: inline-block;
  100. vertical-align: middle;
  101. }
  102. .shenInput>span {
  103. display: block;
  104. float: left;
  105. width: 60px;
  106. text-align: right;
  107. padding: 4px 8px 4px 0px;
  108. line-height: 24px;
  109. }
  110. .shenInputBox .inputTxt {
  111. width: 100%;
  112. display: block;
  113. height: 32px;
  114. line-height: 20px;
  115. border: 1px solid #CBCBCB;
  116. padding: 6px 10px;
  117. font-size: 14px;
  118. }
  119. .shenBtnBox .signTxt {
  120. margin-top: 30px;
  121. margin-left: 30px;
  122. }
  123. .shenBtn {
  124. width: 74%;
  125. background: #0C86D8;
  126. text-align: center;
  127. line-height: 40px;
  128. margin: 20px auto 20px;
  129. font-size: 17px;
  130. color: #fff;
  131. border-radius: 2px;
  132. cursor: pointer;
  133. border-radius: 4px;
  134. -webkit-user-select: none;
  135. -moz-user-select: none;
  136. -ms-user-select: none;
  137. user-select: none;
  138. }
  139. .signTextareaBox {
  140. margin-top: 20px;
  141. position: relative;
  142. }
  143. .inputRadioRow {
  144. overflow: hidden;
  145. }
  146. .inputRadioCol2 {
  147. margin-top: 8px;
  148. }
  149. .inputCheck img {
  150. width: 100%;
  151. display: none;
  152. }
  153. .signTextarea {
  154. margin-top: 15px;
  155. font-size: 14px;
  156. line-height: 24px;
  157. }
  158. .redEva{
  159. color: red!important;
  160. }
  161. /*****sec1*******/