answer.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. body {
  2. background-color: #dcb495 !important;
  3. display: flex;
  4. flex-direction: column;
  5. justify-content: space-between;
  6. }
  7. .decision_page {
  8. background-color: #dcb495;
  9. min-height: 100vw;
  10. height: auto;
  11. display: flex;
  12. flex-direction: column;
  13. align-items: center;
  14. margin: 3vw;
  15. margin-bottom: 20vw;
  16. }
  17. .link_back_block {
  18. display: flex;
  19. align-items: center;
  20. justify-content: center;
  21. flex-direction: column;
  22. flex-wrap: nowrap;
  23. }
  24. .link_back {
  25. background-color: #ffffff;
  26. color: #000000;
  27. width: 15vw;
  28. height: 4.5vw;
  29. vertical-align: middle;
  30. border-radius: 5vw;
  31. display: flex;
  32. align-items: center;
  33. justify-content: center;
  34. }
  35. .link_back:hover {
  36. text-decoration: none;
  37. color: #000000;
  38. }
  39. .link_back_text {
  40. font-size: 1.5vw;
  41. margin-top: 15px;
  42. display: flex;
  43. align-items: center;
  44. justify-content: center;
  45. }
  46. .name_block {
  47. margin-top: 3vw;
  48. width: 90%;
  49. height: auto;
  50. display: flex;
  51. flex-direction: column;
  52. align-items: center;
  53. }
  54. .title_block {
  55. width: 90%;
  56. display: flex;
  57. justify-content: center;
  58. }
  59. .title_task, .files_title {
  60. text-align: center;
  61. color: #000000;
  62. font-size: 4vw;
  63. }
  64. .description_task {
  65. width: 80%;
  66. background-color: #EDCBB0;
  67. height: auto;
  68. max-height: 15vw;
  69. border-radius: 2vw;
  70. display: flex;
  71. overflow-y: auto;
  72. }
  73. .description_task::-webkit-scrollbar {
  74. width: 0.8vw !important;
  75. height: auto;
  76. }
  77. .description_task::-webkit-scrollbar-thumb {
  78. background-color: #d49d51 !important; /* цвет плашки */
  79. border-radius: 5vw !important; /* закругления плашки */
  80. border: 0.25vw solid #ffffff !important;
  81. }
  82. .description {
  83. margin: 15px;
  84. }
  85. .description_text {
  86. font-size: 1.5vw;
  87. text-align: justify;
  88. }
  89. .data_block {
  90. width: 100%;
  91. display: flex;
  92. align-items: flex-start;
  93. justify-content: center
  94. }
  95. .bottom_data {
  96. margin: 2vw;
  97. display: flex;
  98. flex-direction: column;
  99. align-items: center;
  100. justify-content: center;
  101. }
  102. .form_label {
  103. margin-top: 10px;
  104. font-size: 1.3vw;
  105. color: #000000;
  106. font-weight: bold;
  107. }
  108. .input_data {
  109. color: #000000;
  110. border: 0.1vw solid #595008;
  111. height: 4.5vw;
  112. min-height: 4.5vw;
  113. width: 30vw;
  114. background-color: #dbc3af;
  115. border-radius: 5vw;
  116. font-size: 1.3vw;
  117. display: inline-flex;
  118. align-items: center;
  119. }
  120. .input_button {
  121. width: 10vw;
  122. height: 5vw;
  123. border-radius: 5vw;
  124. vertical-align: middle;
  125. }
  126. .form_data {
  127. display: flex;
  128. flex-direction: column;
  129. margin-left: 2%;
  130. }
  131. .decision_block {
  132. margin-top: 3vw;
  133. width: 90%;
  134. height: 25vw;
  135. display: flex;
  136. flex-direction: column;
  137. align-items: center;
  138. }
  139. .padding_data {
  140. padding: 1vw;
  141. }
  142. .quest_button {
  143. color: #ffffff;
  144. width: 13vw;
  145. height: 5vw;
  146. background-color: #000000;
  147. border: 2px solid #ffffff;
  148. border-radius: 3vw;
  149. margin-left: 2vw;
  150. }
  151. form {
  152. display: flex;
  153. flex-direction: column;
  154. align-items: center;
  155. }
  156. .form_data_button {
  157. margin-top: 20px;
  158. display: flex;
  159. width: 30vw;
  160. align-items: center;
  161. justify-content: space-between;
  162. }
  163. .deadline {
  164. margin-top: 5px;
  165. }
  166. .text_data {
  167. width: 80%;
  168. border-radius: 2vw !important;
  169. min-height: 10vw;
  170. max-height: 20vw;
  171. }
  172. .form_text_one {
  173. width: 100%;
  174. }
  175. .files_block {
  176. width: 100%;
  177. margin: 2vw;
  178. background-color: #dbc3af;
  179. display: flex;
  180. flex-direction: column;
  181. align-items: stretch;
  182. border-radius: 2vw;
  183. min-height: 25vw;
  184. }
  185. .files_list {
  186. margin: 2vw;
  187. height: auto;
  188. overflow-y: auto;
  189. overflow-x: hidden;
  190. }
  191. .files {
  192. width: 80%;
  193. margin: 2vw;
  194. display: flex;
  195. flex-direction: column;
  196. align-items: center;
  197. min-height: 25vw;
  198. max-height: 30vw;
  199. }
  200. .file {
  201. width: 98%;
  202. display: flex;
  203. background-color: #694a2d;
  204. margin: 0.5vw;
  205. align-items: center;
  206. justify-content: space-between;
  207. flex-direction: row;
  208. height: 4.5vw;
  209. border-radius: 2vw;
  210. }
  211. .file_head {
  212. width: 30vw;
  213. margin-left: 1vw;
  214. height: 4vw;
  215. background-color: #694a2d !important;
  216. overflow-y: hidden;
  217. overflow-x: auto;
  218. }
  219. .file_head_path, .file_path {
  220. font-size: 1.5vw;
  221. color: #ffffff !important;
  222. font-weight: bold;
  223. height: 3vw;
  224. display: flex;
  225. align-items: flex-start;
  226. background-color: #694a2d !important;
  227. }
  228. .file_buttons {
  229. margin-right: 2vw;
  230. }
  231. .file_delete, .file_download {
  232. border-radius: 1vw !important;
  233. margin: 1vw;
  234. width: 8vw;
  235. height: 3vw;
  236. }
  237. .file_delete {
  238. background-color: hsla(0, 100%, 62%, 0.785) !important;
  239. border-color: hsla(0, 100%, 62%, 0.785) !important;
  240. }
  241. .button_text {
  242. font-size: 1.3vw;
  243. }