submit_manuscript.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. .common-bg {
  2. margin-top: 30px;
  3. display: flex;
  4. flex-direction: column;
  5. align-items: center;
  6. }
  7. .step-content {
  8. margin-top: 20px;
  9. }
  10. .nav-justified {
  11. display: flex;
  12. }
  13. .nav-item {
  14. display: flex;
  15. margin-right: 5px;
  16. }
  17. .nav-li {
  18. display: table-cell;
  19. }
  20. .step-content .nav-justified li {
  21. width: 32px;
  22. height: 32px;
  23. border-radius: 50%;
  24. border: 1px solid #FFFFFF;
  25. color: #FFFFFF;
  26. text-align: center;
  27. line-height: 32px;
  28. }
  29. .step-content .nav-justified li a {
  30. color: #FFFFFF;
  31. }
  32. .step-content .nav-justified .active {
  33. background: #497BFF;
  34. color: #FFFFFF;
  35. border: 1px solid transparent;
  36. }
  37. .nav-content {
  38. margin-left: 5px;
  39. }
  40. .nav-li-title {
  41. font-size: 12px;
  42. color: #FFFFFF;
  43. text-align: left;
  44. line-height: 24px;
  45. font-weight: 400;
  46. }
  47. .arrow {
  48. position: relative;
  49. display: inline-block;
  50. width: 40px;
  51. height: 10px;
  52. }
  53. .arrow:before {
  54. content: '';
  55. position: absolute;
  56. top: 0;
  57. right: 0;
  58. border-top: 5px solid transparent;
  59. border-bottom: 5px solid transparent;
  60. border-left: 5px solid white;
  61. transform: translateX(50%);
  62. }
  63. .line {
  64. position: absolute;
  65. top: 40%;
  66. left: 0;
  67. right: 0;
  68. height: 1px;
  69. background-color: white;
  70. }
  71. .nav-li-desc {
  72. font-size: 12px;
  73. color: #C6C6C6;
  74. text-align: left;
  75. line-height: 13px;
  76. font-weight: 400;
  77. width: 160px;
  78. word-wrap: break-word;
  79. }
  80. .finish {
  81. font-size: 12px;
  82. color: #000000;
  83. text-align: left;
  84. line-height: 13px;
  85. font-weight: 400;
  86. }
  87. .statement-item-text {
  88. font-size: 12px;
  89. color: rgba(255,147,0,0.85);
  90. line-height: 14px;
  91. font-weight: 400;
  92. }
  93. .page-header {
  94. margin-top: 0;
  95. height: 65px;
  96. line-height: 31px;
  97. font-size: 18px;
  98. padding: 23px 0;
  99. border-bottom: 1px solid #D9D9D9;;
  100. }
  101. .header-content {
  102. position: relative;
  103. }
  104. .header-button-content {
  105. position: absolute;
  106. right: 0;
  107. top: 23px;
  108. }
  109. .recommended-button-item {
  110. display: flex;
  111. }
  112. .header-button-item {
  113. cursor: pointer;
  114. font-size: 14px;
  115. color: #497BFF;
  116. letter-spacing: 0.16px;
  117. font-weight: 400;
  118. }
  119. .table-footer-content {
  120. display: flex;
  121. justify-content: flex-end;
  122. }
  123. .footer-item {
  124. border-radius: 5px;
  125. padding: 5px 20px;
  126. font-size: 14px;
  127. color: rgba(0,0,0,0.65);
  128. text-align: left;
  129. line-height: 22px;
  130. font-weight: 400;
  131. background: #FFFFFF;
  132. border: 1px solid rgba(217,217,217,1);
  133. }
  134. .table-footer-button-type {
  135. background: #497BFF;
  136. color: #FFFFFF;
  137. }
  138. .modal-dialog {
  139. width: 80%;
  140. }
  141. .modal-title {
  142. font-size: 18px;
  143. color: #1A1A1A;
  144. letter-spacing: 0.2px;
  145. font-weight: 600;
  146. }
  147. .text-button {
  148. z-index: 50;
  149. padding-left: 30px;
  150. font-size: 14px;
  151. color: #497BFF;
  152. letter-spacing: 0.16px;
  153. font-weight: 400;
  154. cursor: pointer;
  155. }
  156. .div-dash {
  157. position: absolute;
  158. width: 700px;
  159. height: 520px;
  160. border: 1px solid black;
  161. opacity: 0.7;
  162. }
  163. .dash {
  164. width: 700px;
  165. height: 520px;
  166. border: 1px dashed #497BFF;
  167. }
  168. ul {
  169. list-style-type: none;
  170. }
  171. .add-author-content {
  172. position: relative;
  173. }
  174. .add-author-item {
  175. overflow: hidden;
  176. z-index: 1;
  177. padding-bottom: 10px;
  178. padding-right: 10px;
  179. border: 1px solid #cccccc;
  180. transition: height 0.2s;
  181. }
  182. .author-content-button-item {
  183. width: 102%;
  184. display: flex;
  185. justify-content: space-between;
  186. padding-top: 10px;
  187. padding-bottom: 10px;
  188. padding-right:20px;
  189. background-color: #fafafa;
  190. margin-bottom: 20px;
  191. }
  192. .author-sort-number {
  193. padding-left: 40px;
  194. width: 50%;
  195. }
  196. .author-operate-button {
  197. display: flex;
  198. width: 50%;
  199. justify-content: flex-end;
  200. }