EditPaper.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. .red {
  2. color: red;
  3. }
  4. .center {
  5. margin: 0 auto 0 auto;
  6. text-align: center;
  7. }
  8. h1 {
  9. font-size: 16px;
  10. font-family: "微软雅黑", serif;
  11. font-weight: bold;
  12. }
  13. h3 {
  14. font-size: 33px;
  15. font-family: "微软雅黑", serif;
  16. font-weight: bold;
  17. }
  18. h4 {
  19. font-size: 21px;
  20. font-family: "微软雅黑", serif;
  21. }
  22. span > p {
  23. font-size: 16px;
  24. font-family: "微软雅黑", serif;
  25. text-align: left;
  26. display: block;
  27. }
  28. .ques-title {
  29. margin-right: 10px;
  30. }
  31. .mainQues {
  32. margin-left: 3.5%;
  33. text-align: left;
  34. }
  35. .mainQuesTitle {
  36. font-size: 16px;
  37. font-family: "微软雅黑", serif;
  38. font-weight: bold;
  39. margin-bottom: 20px;
  40. flex: 1;
  41. }
  42. .mainQuesTitleDiv {
  43. display: flex;
  44. border-top: 1px dotted;
  45. }
  46. .ques {
  47. font-size: 16px;
  48. font-family: "微软雅黑", serif;
  49. text-align: left;
  50. padding-left: 10px;
  51. position: relative;
  52. display: flex;
  53. border-top: 1px dotted;
  54. flex-wrap: wrap;
  55. }
  56. .subQues {
  57. position: relative;
  58. padding-left: 10px;
  59. display: flex;
  60. border-top: 1px dotted;
  61. }
  62. .sub-ques-main-div {
  63. width: 100%;
  64. }
  65. .quesBody {
  66. display: flex;
  67. }
  68. .quesOption {
  69. margin-top: 10px;
  70. display: flex;
  71. }
  72. .quesSelect {
  73. border: solid 1px #fff;
  74. flex: 1;
  75. }
  76. .quesSelect:hover {
  77. /* border: solid 1px #99a9bf; */
  78. }
  79. .text-left {
  80. margin-left: 3.5%;
  81. text-align: left;
  82. }
  83. .paper-title {
  84. margin-right: 10px;
  85. margin-bottom: 10px;
  86. }
  87. small {
  88. font-size: 15px;
  89. font-weight: bold;
  90. margin-left: 10px;
  91. margin-top: 20px;
  92. }
  93. .titlefont {
  94. font-size: 14px;
  95. }
  96. .paper {
  97. margin: 0 auto;
  98. background-color: white;
  99. padding-right: 3.5%;
  100. margin-bottom: 10px;
  101. }
  102. .btnDiv {
  103. height: 30px;
  104. text-align: right;
  105. position: relative;
  106. right: 2px;
  107. top: 1px;
  108. visibility: hidden;
  109. }
  110. textarea {
  111. width: 200px;
  112. }
  113. .paperName {
  114. margin-top: 30px;
  115. text-align: center;
  116. }
  117. .showContentBtn {
  118. display: none;
  119. }
  120. .score-span {
  121. width: 220px;
  122. }
  123. .edit-paper-top {
  124. background: #eff2f7;
  125. color: #000;
  126. position: fixed;
  127. left: 0;
  128. top: 0;
  129. right: 0;
  130. bottom: 0;
  131. height: 60px;
  132. line-height: 60px;
  133. z-index: 100;
  134. text-align: center;
  135. }
  136. .edit-paper-top-inline {
  137. margin-left: 6%;
  138. }
  139. .paper-top-div {
  140. float: left;
  141. margin-left: 5px;
  142. padding-left: 5px;
  143. }
  144. .paper-top-title {
  145. font-size: 16px;
  146. font-weight: bold;
  147. }
  148. .paper-top-value {
  149. font-size: 16px;
  150. padding: 3px 10px;
  151. }
  152. .paperName-input {
  153. background-color: #eff2f7;
  154. border: 1px solid #000;
  155. border-top: 0;
  156. border-left: 0;
  157. border-right: 0;
  158. box-sizing: border-box;
  159. color: #1f2d3d;
  160. font-size: inherit;
  161. height: 20px;
  162. padding: 2px 10px;
  163. transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  164. outline: none;
  165. width: 110px;
  166. }
  167. .ques-tag-main {
  168. width: 286px;
  169. border-left: 1px dotted;
  170. padding: 5px;
  171. display: flex;
  172. flex-wrap: wrap;
  173. align-content: flex-start;
  174. gap: 5px;
  175. }
  176. .ques-tag-container {
  177. border-radius: 5px;
  178. border: 1px solid black;
  179. width: 65px;
  180. height: 35;
  181. display: flex;
  182. justify-content: center;
  183. align-items: center;
  184. }
  185. .ques-tag {
  186. display: flex;
  187. flex-direction: column;
  188. }
  189. .ques-tag-title {
  190. border-bottom: 1px solid black;
  191. }
  192. .ques-tag div {
  193. font-size: 12px;
  194. text-align: center;
  195. }