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

index.less 226 B

123456789
  1. .resource-version {
  2. min-height: 100%;
  3. padding: 20px 30px;
  4. color: @text-color;
  5. font-size: @font-size-content;
  6. background: white;
  7. border-radius: 0 0 10px 10px;
  8. box-shadow: 0px 2px 12px rgba(180, 182, 191, 0.09);
  9. }