|
@@ -1,1077 +1,1085 @@
|
|
|
-// grading-group-manage
|
|
|
-.grading-group-manage {
|
|
|
- .ivu-tag {
|
|
|
- cursor: move;
|
|
|
- }
|
|
|
- .group-user {
|
|
|
- min-height: 76px;
|
|
|
- padding: 20px 20px 10px;
|
|
|
- position: relative;
|
|
|
- }
|
|
|
- .group-user-list {
|
|
|
- margin-right: 130px;
|
|
|
- .ivu-btn {
|
|
|
- margin-bottom: 10px;
|
|
|
- }
|
|
|
- }
|
|
|
- .group-user-action {
|
|
|
- position: absolute;
|
|
|
- top: 20px;
|
|
|
- right: 20px;
|
|
|
- z-index: auto;
|
|
|
- }
|
|
|
-}
|
|
|
-.group-list {
|
|
|
- font-size: 0;
|
|
|
- margin: -10px;
|
|
|
-
|
|
|
- .group-box {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- font-size: 14px;
|
|
|
- width: 25%;
|
|
|
- padding: 10px;
|
|
|
- }
|
|
|
-
|
|
|
- &-1 {
|
|
|
- .group-box {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- }
|
|
|
- &-2 {
|
|
|
- .group-box {
|
|
|
- width: 50%;
|
|
|
- }
|
|
|
- }
|
|
|
- &-3 {
|
|
|
- .group-box {
|
|
|
- width: 33.33%;
|
|
|
- }
|
|
|
- }
|
|
|
- .group-container {
|
|
|
- border-radius: @box-border-radius;
|
|
|
- background-color: @white;
|
|
|
- }
|
|
|
- .group-head {
|
|
|
- height: 56px;
|
|
|
- padding: 15px;
|
|
|
- border-bottom: 1px solid #f3f3f3;
|
|
|
- font-size: 18px;
|
|
|
- font-weight: 600;
|
|
|
- line-height: 25px;
|
|
|
- text-align: center;
|
|
|
- position: relative;
|
|
|
- }
|
|
|
- .group-del {
|
|
|
- position: absolute;
|
|
|
- top: 15px;
|
|
|
- right: 10px;
|
|
|
- height: 24px;
|
|
|
- width: 24px;
|
|
|
- line-height: 24px;
|
|
|
- font-size: 18px;
|
|
|
- text-align: center;
|
|
|
- color: @dark-color-lighter;
|
|
|
- background-color: @background-color;
|
|
|
- border-radius: @box-border-radius;
|
|
|
- cursor: pointer;
|
|
|
-
|
|
|
- &:hover {
|
|
|
- background-color: @error-color;
|
|
|
- color: @white;
|
|
|
- }
|
|
|
- }
|
|
|
- .group-body {
|
|
|
- padding: 15px;
|
|
|
- height: 200px;
|
|
|
- }
|
|
|
- .group-drag {
|
|
|
- height: 100%;
|
|
|
- }
|
|
|
-}
|
|
|
-.group-action {
|
|
|
- text-align: center;
|
|
|
- margin-top: 20px;
|
|
|
- .ivu-btn {
|
|
|
- width: 100px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-// grading
|
|
|
-.grading-subnav {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- .grading-title {
|
|
|
- padding: 0 10px;
|
|
|
-
|
|
|
- > h1 {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: middle;
|
|
|
- font-size: 20px;
|
|
|
- font-weight: 600;
|
|
|
- margin-right: 20px;
|
|
|
- }
|
|
|
- > span {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: middle;
|
|
|
- margin-right: 15px;
|
|
|
- color: @dark-color-light;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-// grading-progress
|
|
|
-.progress-table {
|
|
|
- height: 100%;
|
|
|
- .progress-line {
|
|
|
- width: 230px;
|
|
|
- }
|
|
|
- .kzz-table {
|
|
|
- margin-bottom: 10px;
|
|
|
- padding-bottom: 10px;
|
|
|
- border-bottom: 1px dashed #e1dfe0;
|
|
|
- }
|
|
|
- td:first-child {
|
|
|
- font-weight: 600;
|
|
|
- color: @dark-color;
|
|
|
- width: 100px;
|
|
|
- }
|
|
|
-}
|
|
|
-// progress-line
|
|
|
-.progress-line {
|
|
|
- position: relative;
|
|
|
- display: inline-block;
|
|
|
- width: 100%;
|
|
|
- height: 12px;
|
|
|
- text-align: center;
|
|
|
- border-radius: 6px;
|
|
|
- background-color: @background-color;
|
|
|
- font-size: 12px;
|
|
|
- color: @dark-color;
|
|
|
- line-height: 1;
|
|
|
- .progress-part {
|
|
|
- position: absolute;
|
|
|
- height: 100%;
|
|
|
- > span {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: middle;
|
|
|
- line-height: 1;
|
|
|
- }
|
|
|
- }
|
|
|
- .progress-rate {
|
|
|
- position: absolute;
|
|
|
- height: 100%;
|
|
|
- left: 0;
|
|
|
- background-color: @info-color;
|
|
|
- border-radius: 6px;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
- .progress-current {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: middle;
|
|
|
- }
|
|
|
-
|
|
|
- .progress-remain {
|
|
|
- display: block;
|
|
|
- position: absolute;
|
|
|
- height: 100%;
|
|
|
- right: 5px;
|
|
|
- z-index: 9;
|
|
|
- }
|
|
|
-}
|
|
|
-// modify-formal-grading-task
|
|
|
-.modify-formal-grading-task {
|
|
|
- .tips-info {
|
|
|
- margin-bottom: 15px;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
-}
|
|
|
-// modify-unformal-grading-task
|
|
|
-.modify-unformal-grading-task {
|
|
|
- .task-body {
|
|
|
- min-height: 90px;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
- .task-tips {
|
|
|
- font-size: 18px;
|
|
|
- color: @dark-color-light;
|
|
|
- }
|
|
|
- .task-action {
|
|
|
- overflow: hidden;
|
|
|
- > button {
|
|
|
- float: right;
|
|
|
-
|
|
|
- &:first-child {
|
|
|
- float: left;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-// grade-step
|
|
|
-.grade-step {
|
|
|
- font-size: 0;
|
|
|
- margin-bottom: 4px;
|
|
|
- &-level {
|
|
|
- white-space: nowrap;
|
|
|
- overflow-x: scroll;
|
|
|
- overflow-y: visible;
|
|
|
- padding: 0 0 10px;
|
|
|
- }
|
|
|
- &-other {
|
|
|
- float: right;
|
|
|
- padding: 0 0 10px 20px;
|
|
|
- }
|
|
|
- .step-item {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- padding: 10px;
|
|
|
- min-width: 90px;
|
|
|
- background-color: @white;
|
|
|
- border-radius: @box-border-radius-small;
|
|
|
- color: @dark-color-light;
|
|
|
- text-align: center;
|
|
|
- cursor: pointer;
|
|
|
- &:not(:last-child) {
|
|
|
- margin-right: 10px;
|
|
|
- }
|
|
|
- &:hover {
|
|
|
- box-shadow: 0px 10px 15px 0px rgba(34, 192, 255, 0.4);
|
|
|
- }
|
|
|
- p {
|
|
|
- font-size: 12px;
|
|
|
- height: 17px;
|
|
|
- line-height: 17px;
|
|
|
- }
|
|
|
- .step-name {
|
|
|
- color: @dark-color;
|
|
|
- font-size: 24px;
|
|
|
- font-weight: 600;
|
|
|
- height: 32px;
|
|
|
- line-height: 32px;
|
|
|
- }
|
|
|
-
|
|
|
- &.step-analysis {
|
|
|
- width: 72px;
|
|
|
- min-width: auto;
|
|
|
- margin-right: 20px;
|
|
|
- .step-name {
|
|
|
- font-size: 20px;
|
|
|
- }
|
|
|
- }
|
|
|
- &.step-other {
|
|
|
- min-width: 72px;
|
|
|
- .step-name {
|
|
|
- font-size: 20px;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- &.step-act {
|
|
|
- background-color: @info-color;
|
|
|
- color: @white;
|
|
|
- box-shadow: 0px 10px 15px 0px rgba(34, 192, 255, 0.4);
|
|
|
- .step-name {
|
|
|
- color: @white;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-.mark-step {
|
|
|
- .step-item {
|
|
|
- min-width: 60px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-// grading-detail
|
|
|
-.grading-detail {
|
|
|
- .grade-filter {
|
|
|
- position: fixed;
|
|
|
- left: 0;
|
|
|
- top: 50%;
|
|
|
- z-index: 199;
|
|
|
- width: 20px;
|
|
|
- transform: translateY(-50%);
|
|
|
- transition: width 0.2s ease-in;
|
|
|
- overflow: hidden;
|
|
|
-
|
|
|
- .ivu-form {
|
|
|
- white-space: nowrap;
|
|
|
- }
|
|
|
- .ivu-form-item {
|
|
|
- margin-right: 10px;
|
|
|
- }
|
|
|
- .ivu-form-item:last-child {
|
|
|
- margin-right: 0;
|
|
|
- }
|
|
|
-
|
|
|
- &-form {
|
|
|
- display: none;
|
|
|
- }
|
|
|
- .detail-area {
|
|
|
- background-color: @success-color;
|
|
|
- border-radius: 3px;
|
|
|
- color: @dark-color-light;
|
|
|
- font-size: 12px;
|
|
|
- line-height: 16px;
|
|
|
- width: 20px;
|
|
|
- padding: 5px 3px;
|
|
|
- text-align: center;
|
|
|
- color: #fff;
|
|
|
- cursor: pointer;
|
|
|
-
|
|
|
- &:hover {
|
|
|
- background-color: fade(@success-color, 80%);
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- &-select {
|
|
|
- width: 290px;
|
|
|
- background-color: #fff;
|
|
|
- padding: 10px 10px 0;
|
|
|
- border-top-right-radius: 5px;
|
|
|
- border-bottom-right-radius: 5px;
|
|
|
- box-shadow: 0 0 15px #c0c0c0;
|
|
|
- .grade-filter-form {
|
|
|
- display: block;
|
|
|
- }
|
|
|
- .detail-area {
|
|
|
- display: none;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .grade-step {
|
|
|
- flex-grow: 0;
|
|
|
- }
|
|
|
-
|
|
|
- .detail-body {
|
|
|
- flex-grow: 2;
|
|
|
- min-height: 400px;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
-
|
|
|
- &-2 {
|
|
|
- .detail-papers-list {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .detail-action {
|
|
|
- width: 280px;
|
|
|
- padding: 20px;
|
|
|
- margin-left: 20px;
|
|
|
- background-color: @white;
|
|
|
- border-radius: @box-border-radius;
|
|
|
- overflow-x: hidden;
|
|
|
- overflow-y: auto;
|
|
|
- flex-grow: 0;
|
|
|
- }
|
|
|
- .detail-action-fullscreen {
|
|
|
- position: fixed;
|
|
|
- width: 280px;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- bottom: 0;
|
|
|
- z-index: 98;
|
|
|
- border-radius: 0;
|
|
|
- min-height: auto;
|
|
|
- margin: 0;
|
|
|
- overflow-y: auto;
|
|
|
- overflow-x: hidden;
|
|
|
- z-index: 999;
|
|
|
- }
|
|
|
- .detail-papers {
|
|
|
- padding: 0 20px;
|
|
|
- background-color: @white;
|
|
|
- border-radius: @box-border-radius;
|
|
|
- font-size: 0;
|
|
|
- flex-grow: 2;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- min-height: 400px;
|
|
|
-
|
|
|
- &-carousel {
|
|
|
- position: relative;
|
|
|
- padding: 10px 0 70px;
|
|
|
- font-size: 14px;
|
|
|
- &-split {
|
|
|
- height: 40px;
|
|
|
- }
|
|
|
- &::after {
|
|
|
- content: "";
|
|
|
- position: absolute;
|
|
|
- height: 100%;
|
|
|
- border-left: 1px solid #eff0f5;
|
|
|
- right: 0;
|
|
|
- top: 0;
|
|
|
- z-index: auto;
|
|
|
- }
|
|
|
- }
|
|
|
- &-list {
|
|
|
- width: 100%;
|
|
|
- font-size: 14px;
|
|
|
- position: relative;
|
|
|
- padding: 10px 0 70px;
|
|
|
- .image-view-list {
|
|
|
- margin: 0;
|
|
|
- height: 100%;
|
|
|
- }
|
|
|
- .part-page {
|
|
|
- position: absolute;
|
|
|
- bottom: 20px;
|
|
|
- width: 100%;
|
|
|
- z-index: auto;
|
|
|
- margin: 0;
|
|
|
- }
|
|
|
- }
|
|
|
- &-none {
|
|
|
- padding-top: 200px;
|
|
|
- text-align: center;
|
|
|
- font-size: 24px;
|
|
|
- color: @dark-color-lighter;
|
|
|
- }
|
|
|
-
|
|
|
- &-col-3 {
|
|
|
- .detail-papers-carousel {
|
|
|
- width: 33.33%;
|
|
|
- }
|
|
|
- .detail-papers-list {
|
|
|
- width: 66.66%;
|
|
|
- }
|
|
|
- }
|
|
|
- &-col-4 {
|
|
|
- .detail-papers-carousel {
|
|
|
- width: 25%;
|
|
|
- }
|
|
|
- .detail-papers-list {
|
|
|
- width: 75%;
|
|
|
- }
|
|
|
- }
|
|
|
- &-col-5 {
|
|
|
- .detail-papers-carousel {
|
|
|
- width: 20%;
|
|
|
- }
|
|
|
- .detail-papers-list {
|
|
|
- width: 80%;
|
|
|
- }
|
|
|
- }
|
|
|
- &-col-6 {
|
|
|
- .detail-papers-carousel {
|
|
|
- width: 16.66%;
|
|
|
- }
|
|
|
- .detail-papers-list {
|
|
|
- width: 83.33%;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .ivu-page {
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
- }
|
|
|
- &-image-preview {
|
|
|
- .ivu-modal-mask,
|
|
|
- .ivu-modal-wrap {
|
|
|
- left: 0;
|
|
|
- bottom: 0;
|
|
|
- top: 0;
|
|
|
- right: 280px;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-// mark-detail
|
|
|
-
|
|
|
-// grading-operation
|
|
|
-.grading-operation {
|
|
|
- .detail-action-fullscreen {
|
|
|
- top: 0;
|
|
|
- }
|
|
|
- &-image-preview {
|
|
|
- .ivu-modal-mask,
|
|
|
- .ivu-modal-wrap {
|
|
|
- left: 0;
|
|
|
- bottom: 0;
|
|
|
- top: 0;
|
|
|
- right: 280px;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-/* paper-carousel */
|
|
|
-.paper-carousel {
|
|
|
- position: absolute;
|
|
|
- top: 48px;
|
|
|
- bottom: 62px;
|
|
|
- left: 10px;
|
|
|
- right: 10px;
|
|
|
-
|
|
|
- .carousel-body > img {
|
|
|
- position: absolute;
|
|
|
- max-width: 100%;
|
|
|
- max-height: 100%;
|
|
|
- width: auto;
|
|
|
- height: auto;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
- bottom: 0;
|
|
|
- margin: auto;
|
|
|
- cursor: pointer;
|
|
|
- }
|
|
|
- .carousel-none {
|
|
|
- color: @dark-color-lighter;
|
|
|
- font-size: @font-size-base;
|
|
|
- text-align: center;
|
|
|
- position: absolute;
|
|
|
- width: 100%;
|
|
|
- top: 50%;
|
|
|
- left: 0;
|
|
|
- transform: translateY(-50%);
|
|
|
- z-index: 8;
|
|
|
- > i {
|
|
|
- font-size: 30px;
|
|
|
- }
|
|
|
- }
|
|
|
- .carousel-btn {
|
|
|
- position: absolute;
|
|
|
- width: 40px;
|
|
|
- height: 40px;
|
|
|
- top: 50%;
|
|
|
- z-index: 9;
|
|
|
- margin-top: -20px;
|
|
|
- text-align: center;
|
|
|
- line-height: 40px;
|
|
|
- font-size: 36px;
|
|
|
- color: #ccc;
|
|
|
- cursor: pointer;
|
|
|
-
|
|
|
- &:hover {
|
|
|
- color: @main-color;
|
|
|
- }
|
|
|
-
|
|
|
- &-left {
|
|
|
- left: 0;
|
|
|
- }
|
|
|
- &-right {
|
|
|
- right: 0;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-// .grade-history-paper
|
|
|
-.grade-history-paper {
|
|
|
- position: relative;
|
|
|
- padding: 10px;
|
|
|
- width: 100%;
|
|
|
- height: 50%;
|
|
|
-
|
|
|
- .carousel-title {
|
|
|
- text-align: center;
|
|
|
- height: 32px;
|
|
|
- line-height: 32px;
|
|
|
- margin-bottom: 6px;
|
|
|
- > h3 {
|
|
|
- font-size: 16px;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-// grade-standard-paper
|
|
|
-.grade-standard-paper {
|
|
|
- position: relative;
|
|
|
- padding: 10px;
|
|
|
- height: 50%;
|
|
|
- // margin
|
|
|
- .carousel-title {
|
|
|
- text-align: center;
|
|
|
- height: 38px;
|
|
|
-
|
|
|
- > h3 {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: middle;
|
|
|
- margin-right: 15px;
|
|
|
- font-weight: 600;
|
|
|
- font-size: 20px;
|
|
|
- line-height: 32px;
|
|
|
- }
|
|
|
- .ivu-select {
|
|
|
- width: 60px;
|
|
|
- min-width: auto;
|
|
|
- }
|
|
|
- }
|
|
|
- .carousel-loading {
|
|
|
- position: absolute;
|
|
|
- top: 38px;
|
|
|
- left: 10px;
|
|
|
- right: 10px;
|
|
|
- bottom: 10px;
|
|
|
- z-index: 99;
|
|
|
- background-color: rgba(255, 255, 255, 0.3);
|
|
|
- text-align: center;
|
|
|
-
|
|
|
- > i {
|
|
|
- font-size: 24px;
|
|
|
- position: relative;
|
|
|
- top: 50%;
|
|
|
- margin-top: -15px;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-// .grade-action
|
|
|
-.grade-action {
|
|
|
- font-size: 14px;
|
|
|
- text-align: center;
|
|
|
- .grade-info-deviation {
|
|
|
- margin-left: 10px;
|
|
|
- color: @dark-color-lighter;
|
|
|
-
|
|
|
- &-error {
|
|
|
- color: @error-color;
|
|
|
- }
|
|
|
- }
|
|
|
- .action-search {
|
|
|
- margin-top: 20px;
|
|
|
- padding-top: 20px;
|
|
|
- border-top: 1px dashed #e0e0e0;
|
|
|
- text-align: left;
|
|
|
-
|
|
|
- .search-select {
|
|
|
- display: block;
|
|
|
- width: 100px;
|
|
|
- min-width: auto;
|
|
|
- margin-bottom: 8px;
|
|
|
- }
|
|
|
- .search-input {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- margin-right: 10px;
|
|
|
- width: 150px;
|
|
|
- }
|
|
|
- .search-btn {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- width: 60px;
|
|
|
- }
|
|
|
- }
|
|
|
- .action-paper-state {
|
|
|
- position: relative;
|
|
|
- display: inline-block;
|
|
|
- color: @dark-color-light;
|
|
|
- margin-bottom: 30px;
|
|
|
- .paper-state-cont {
|
|
|
- background: @background-color;
|
|
|
- border-radius: @box-border-radius-small;
|
|
|
- font-size: 20px;
|
|
|
- line-height: 26px;
|
|
|
- padding: 6px 12px;
|
|
|
- }
|
|
|
- .paper-state-intro {
|
|
|
- position: absolute;
|
|
|
- bottom: -22px;
|
|
|
- width: 100%;
|
|
|
- height: 20px;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .action-paper-info {
|
|
|
- font-size: 14px;
|
|
|
- margin-bottom: 20px;
|
|
|
- color: @dark-color-light;
|
|
|
- line-height: 24px;
|
|
|
- text-align: left;
|
|
|
-
|
|
|
- p {
|
|
|
- margin-bottom: 4px;
|
|
|
- }
|
|
|
-
|
|
|
- span:last-child {
|
|
|
- color: @dark-color;
|
|
|
- font-size: 18px;
|
|
|
- }
|
|
|
- }
|
|
|
- .action-grade-change {
|
|
|
- margin-bottom: 20px;
|
|
|
- background-color: #e7eaf1;
|
|
|
- color: @dark-color-light;
|
|
|
- padding: 20px;
|
|
|
- font-size: 20px;
|
|
|
- border-radius: @box-border-radius-small;
|
|
|
- line-height: 28px;
|
|
|
- text-align: left;
|
|
|
-
|
|
|
- > p:first-child {
|
|
|
- margin-bottom: 10px;
|
|
|
- }
|
|
|
- }
|
|
|
- .action-grade-change-status {
|
|
|
- text-align: center;
|
|
|
- padding: 8px;
|
|
|
- line-height: 28px;
|
|
|
- font-size: 20px;
|
|
|
- font-weight: 600;
|
|
|
- background: rgba(247, 247, 250, 1);
|
|
|
- color: rgba(194, 199, 213, 1);
|
|
|
- border-radius: @box-border-radius-small;
|
|
|
-
|
|
|
- &-error {
|
|
|
- background: rgba(255, 112, 129, 0.1);
|
|
|
- color: @error-color;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .action-grade-info {
|
|
|
- margin-bottom: 20px;
|
|
|
- background-color: @success-color;
|
|
|
- color: @white;
|
|
|
- padding: 8px;
|
|
|
- border-radius: @box-border-radius-small;
|
|
|
-
|
|
|
- + .action-mark-info {
|
|
|
- margin-top: -10px;
|
|
|
- }
|
|
|
- &-title {
|
|
|
- color: @dark-color;
|
|
|
- font-size: 18px;
|
|
|
- font-weight: 600;
|
|
|
- line-height: 1;
|
|
|
- margin-bottom: 10px;
|
|
|
- text-align: left;
|
|
|
- }
|
|
|
-
|
|
|
- .grade-info-name {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- height: 60px;
|
|
|
- line-height: 60px;
|
|
|
- font-size: 54px;
|
|
|
- text-align: center;
|
|
|
- border-radius: 50%;
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
- .grade-info-none {
|
|
|
- font-size: 34px;
|
|
|
- }
|
|
|
- .grade-info-range {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- margin-left: 20px;
|
|
|
- font-size: 12px;
|
|
|
- text-align: left;
|
|
|
- padding: 5px 0;
|
|
|
- p {
|
|
|
- margin: 0;
|
|
|
- }
|
|
|
- p:first-child {
|
|
|
- line-height: 20px;
|
|
|
- }
|
|
|
-
|
|
|
- p:last-child {
|
|
|
- font-size: 20px;
|
|
|
- line-height: 30px;
|
|
|
- }
|
|
|
-
|
|
|
- > span {
|
|
|
- margin: 0 2px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .action-grade-list {
|
|
|
- font-size: 0;
|
|
|
- margin: -5px -5px 20px;
|
|
|
- }
|
|
|
- .action-grade-item {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- width: 33.33%;
|
|
|
- padding: 5px;
|
|
|
- font-size: 12px;
|
|
|
- color: @dark-color-light;
|
|
|
-
|
|
|
- &-content {
|
|
|
- padding: 8px;
|
|
|
- background: @background-color;
|
|
|
- border-radius: @box-border-radius-small;
|
|
|
- cursor: pointer;
|
|
|
-
|
|
|
- &:hover {
|
|
|
- background-color: @info-color;
|
|
|
- color: @white;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- p {
|
|
|
- line-height: 1;
|
|
|
-
|
|
|
- &:first-child {
|
|
|
- font-size: 24px;
|
|
|
- line-height: 28px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .action-item-content-disabled {
|
|
|
- background: #eee !important;
|
|
|
- color: @btn-disable-color!important;
|
|
|
- cursor: not-allowed !important;
|
|
|
- }
|
|
|
- .action-grade-history {
|
|
|
- text-align: left;
|
|
|
- > h3 {
|
|
|
- font-size: 18px;
|
|
|
- font-weight: 600;
|
|
|
- line-height: 1;
|
|
|
- margin-bottom: 10px;
|
|
|
- }
|
|
|
- .grade-history-item {
|
|
|
- margin: 0 0 5px 0;
|
|
|
- padding: 4px 4px 4px 10px;
|
|
|
- background-color: @background-color;
|
|
|
- color: @dark-color-light;
|
|
|
- border-radius: 5px;
|
|
|
- height: 34px;
|
|
|
- font-size: 14px;
|
|
|
- line-height: 26px;
|
|
|
-
|
|
|
- p:first-child {
|
|
|
- white-space: nowrap;
|
|
|
- word-break: keep-all;
|
|
|
- float: left;
|
|
|
- }
|
|
|
- p:last-child {
|
|
|
- padding: 0 8px;
|
|
|
- border-radius: 8px;
|
|
|
- background-color: @white;
|
|
|
- font-size: 14px;
|
|
|
- float: right;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .action-grade-pass {
|
|
|
- height: 60px;
|
|
|
- background-color: #f7f7fa;
|
|
|
- border-radius: @box-border-radius-small;
|
|
|
- padding: 14px;
|
|
|
- color: @dark-color-light;
|
|
|
- font-weight: 600;
|
|
|
- line-height: 32px;
|
|
|
- font-size: 20px;
|
|
|
- cursor: pointer;
|
|
|
-
|
|
|
- &:hover {
|
|
|
- background-color: shade(#f7f7fa, 5%);
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-.mark-action {
|
|
|
- .mark-info {
|
|
|
- font-size: 30px;
|
|
|
- }
|
|
|
- .action-mark-list {
|
|
|
- font-size: 0;
|
|
|
- margin: -5px -5px 20px;
|
|
|
- }
|
|
|
- .action-mark-item {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- padding: 5px;
|
|
|
- width: 20%;
|
|
|
-
|
|
|
- &-content {
|
|
|
- height: 40px;
|
|
|
- padding: 5px 2px;
|
|
|
- font-size: 16px;
|
|
|
- line-height: 30px;
|
|
|
- color: @dark-color-light;
|
|
|
- background: @background-color;
|
|
|
- border-radius: @box-border-radius;
|
|
|
- text-align: center;
|
|
|
- cursor: pointer;
|
|
|
-
|
|
|
- &:hover {
|
|
|
- background-color: @info-color;
|
|
|
- color: @white;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .action-mark-input {
|
|
|
- margin-bottom: 20px;
|
|
|
- text-align: left;
|
|
|
- .tips-info {
|
|
|
- line-height: 20px;
|
|
|
- text-align: left;
|
|
|
- }
|
|
|
- .ivu-icon {
|
|
|
- margin-right: 3px;
|
|
|
- }
|
|
|
- .ivu-input-number {
|
|
|
- width: 90px;
|
|
|
- min-width: 0;
|
|
|
- }
|
|
|
- .ivu-form-item.mark-input-confirm {
|
|
|
- margin-right: 0;
|
|
|
- }
|
|
|
- .ivu-form-item-error + .mark-input-confirm + .tips-info {
|
|
|
- color: @error-color;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-// .grade-analysis
|
|
|
-.grade-analysis {
|
|
|
- .analysis-chart {
|
|
|
- margin-top: 20px;
|
|
|
- padding: 10px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-// leader-grading
|
|
|
-.leader-grading {
|
|
|
- text-align: center;
|
|
|
- padding-bottom: 40px;
|
|
|
- color: @dark-color-light;
|
|
|
- .leader-level {
|
|
|
- h3 {
|
|
|
- padding: 10px;
|
|
|
- width: 150px;
|
|
|
- font-size: 28px;
|
|
|
- background-color: @background-color;
|
|
|
- color: @dark-color;
|
|
|
- font-weight: 600;
|
|
|
- border-radius: @box-border-radius;
|
|
|
- margin: 5px auto 20px;
|
|
|
- }
|
|
|
- }
|
|
|
- .leader-aciton {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- margin: 0 10px;
|
|
|
- color: @dark-color;
|
|
|
- }
|
|
|
- .leader-markers {
|
|
|
- margin-top: 20px;
|
|
|
- background-color: @background-color;
|
|
|
- border-radius: @box-border-radius;
|
|
|
- padding: 20px;
|
|
|
- .ivu-checkbox-wrapper {
|
|
|
- margin-right: 20px;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-// .mark-task-manage
|
|
|
-.mark-task {
|
|
|
- &-total {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: middle;
|
|
|
- font-weight: 600;
|
|
|
- margin-right: 20px;
|
|
|
- span {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: middle;
|
|
|
- line-height: 36px;
|
|
|
- }
|
|
|
-
|
|
|
- span:last-child {
|
|
|
- font-size: 18px;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-.task-confirm-modal {
|
|
|
- .ivu-modal-header {
|
|
|
- padding: 20px 32px;
|
|
|
- border: 0;
|
|
|
- }
|
|
|
- .ivu-modal-body {
|
|
|
- padding: 10px 32px;
|
|
|
- }
|
|
|
- .ivu-modal-footer {
|
|
|
- padding: 0 32px 32px;
|
|
|
- }
|
|
|
- .ivu-modal-header-inner {
|
|
|
- text-align: left;
|
|
|
- }
|
|
|
- .ivu-modal-content {
|
|
|
- background-color: @background-color;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-// grading-standard-paper-manage
|
|
|
-.grading-standard-paper-manage {
|
|
|
- .level-list {
|
|
|
- font-size: 0;
|
|
|
- white-space: nowrap;
|
|
|
- }
|
|
|
- .level-item {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- height: 32px;
|
|
|
- line-height: 32px;
|
|
|
- padding: 0 12px;
|
|
|
- border-radius: @box-border-radius-small;
|
|
|
- background-color: @white;
|
|
|
- color: @dark-color-light;
|
|
|
- font-size: 16px;
|
|
|
- cursor: pointer;
|
|
|
- &:not(:last-child) {
|
|
|
- margin-right: 10px;
|
|
|
- }
|
|
|
- &:hover {
|
|
|
- box-shadow: 0px 10px 10px 0px rgba(34, 192, 255, 0.4);
|
|
|
- }
|
|
|
-
|
|
|
- &-act {
|
|
|
- background-color: @info-color;
|
|
|
- color: @white;
|
|
|
- box-shadow: 0px 10px 10px 0px rgba(34, 192, 255, 0.4);
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .standard-papers-none {
|
|
|
- padding-top: 200px;
|
|
|
- text-align: center;
|
|
|
- font-size: 24px;
|
|
|
- color: @dark-color-lighter;
|
|
|
- }
|
|
|
- .standard-papers-list {
|
|
|
- min-height: 400px;
|
|
|
-
|
|
|
- .image-view-list .image-view {
|
|
|
- height: 400px;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-.change-standard-paper-dialog {
|
|
|
- .level-list {
|
|
|
- font-size: 0;
|
|
|
- padding-bottom: 50px;
|
|
|
- }
|
|
|
- .level-item {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- height: 32px;
|
|
|
- width: 40px;
|
|
|
- line-height: 32px;
|
|
|
- text-align: center;
|
|
|
- border-radius: @box-border-radius-small;
|
|
|
- color: @dark-color-lighter;
|
|
|
- border: 1px solid @dark-color-lighter;
|
|
|
- font-size: 16px;
|
|
|
- margin: 10px;
|
|
|
- cursor: pointer;
|
|
|
-
|
|
|
- &:hover {
|
|
|
- color: @main-color;
|
|
|
- border-color: @main-color;
|
|
|
- }
|
|
|
-
|
|
|
- &-act {
|
|
|
- border-color: rgba(34, 192, 255, 0.4) !important;
|
|
|
- background-color: @info-color;
|
|
|
- color: @white!important;
|
|
|
- box-shadow: 0px 10px 10px 0px rgba(34, 192, 255, 0.4);
|
|
|
- }
|
|
|
-
|
|
|
- &-disabled {
|
|
|
- border-color: @disabled-color !important;
|
|
|
- color: @disabled-color!important;
|
|
|
- cursor: not-allowed;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
+// grading-group-manage
|
|
|
+.grading-group-manage {
|
|
|
+ .ivu-tag {
|
|
|
+ cursor: move;
|
|
|
+ }
|
|
|
+ .group-user {
|
|
|
+ min-height: 76px;
|
|
|
+ padding: 20px 20px 10px;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .group-user-list {
|
|
|
+ margin-right: 130px;
|
|
|
+ .ivu-btn {
|
|
|
+ margin-bottom: 10px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .group-user-action {
|
|
|
+ position: absolute;
|
|
|
+ top: 20px;
|
|
|
+ right: 20px;
|
|
|
+ z-index: auto;
|
|
|
+ }
|
|
|
+}
|
|
|
+.group-list {
|
|
|
+ font-size: 0;
|
|
|
+ margin: -10px;
|
|
|
+
|
|
|
+ .group-box {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ font-size: 14px;
|
|
|
+ width: 25%;
|
|
|
+ padding: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-1 {
|
|
|
+ .group-box {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &-2 {
|
|
|
+ .group-box {
|
|
|
+ width: 50%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &-3 {
|
|
|
+ .group-box {
|
|
|
+ width: 33.33%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .group-container {
|
|
|
+ position: relative;
|
|
|
+ border-radius: @box-border-radius;
|
|
|
+ background-color: @white;
|
|
|
+ }
|
|
|
+ .group-head {
|
|
|
+ height: 56px;
|
|
|
+ padding: 15px;
|
|
|
+ border-bottom: 1px solid #f3f3f3;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: 600;
|
|
|
+ line-height: 25px;
|
|
|
+ text-align: center;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .group-del {
|
|
|
+ position: absolute;
|
|
|
+ top: 15px;
|
|
|
+ right: 10px;
|
|
|
+ height: 24px;
|
|
|
+ width: 24px;
|
|
|
+ line-height: 24px;
|
|
|
+ font-size: 18px;
|
|
|
+ text-align: center;
|
|
|
+ color: @dark-color-lighter;
|
|
|
+ background-color: @background-color;
|
|
|
+ border-radius: @box-border-radius;
|
|
|
+ cursor: pointer;
|
|
|
+
|
|
|
+ &:hover {
|
|
|
+ background-color: @error-color;
|
|
|
+ color: @white;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .group-body {
|
|
|
+ padding: 15px 15px 60px 15px;
|
|
|
+ height: 245px;
|
|
|
+ }
|
|
|
+ .group-drag {
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .group-footer {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 15px;
|
|
|
+ right: 15px;
|
|
|
+ z-index: 8;
|
|
|
+ }
|
|
|
+}
|
|
|
+.group-action {
|
|
|
+ text-align: center;
|
|
|
+ margin-top: 20px;
|
|
|
+ .ivu-btn {
|
|
|
+ width: 100px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+// grading
|
|
|
+.grading-subnav {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ .grading-title {
|
|
|
+ padding: 0 10px;
|
|
|
+
|
|
|
+ > h1 {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: middle;
|
|
|
+ font-size: 20px;
|
|
|
+ font-weight: 600;
|
|
|
+ margin-right: 20px;
|
|
|
+ }
|
|
|
+ > span {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: middle;
|
|
|
+ margin-right: 15px;
|
|
|
+ color: @dark-color-light;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+// grading-progress
|
|
|
+.progress-table {
|
|
|
+ height: 100%;
|
|
|
+ .progress-line {
|
|
|
+ width: 230px;
|
|
|
+ }
|
|
|
+ .kzz-table {
|
|
|
+ margin-bottom: 10px;
|
|
|
+ padding-bottom: 10px;
|
|
|
+ border-bottom: 1px dashed #e1dfe0;
|
|
|
+ }
|
|
|
+ td:first-child {
|
|
|
+ font-weight: 600;
|
|
|
+ color: @dark-color;
|
|
|
+ width: 100px;
|
|
|
+ }
|
|
|
+}
|
|
|
+// progress-line
|
|
|
+.progress-line {
|
|
|
+ position: relative;
|
|
|
+ display: inline-block;
|
|
|
+ width: 100%;
|
|
|
+ height: 12px;
|
|
|
+ text-align: center;
|
|
|
+ border-radius: 6px;
|
|
|
+ background-color: @background-color;
|
|
|
+ font-size: 12px;
|
|
|
+ color: @dark-color;
|
|
|
+ line-height: 1;
|
|
|
+ .progress-part {
|
|
|
+ position: absolute;
|
|
|
+ height: 100%;
|
|
|
+ > span {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: middle;
|
|
|
+ line-height: 1;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .progress-rate {
|
|
|
+ position: absolute;
|
|
|
+ height: 100%;
|
|
|
+ left: 0;
|
|
|
+ background-color: @info-color;
|
|
|
+ border-radius: 6px;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ .progress-current {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: middle;
|
|
|
+ }
|
|
|
+
|
|
|
+ .progress-remain {
|
|
|
+ display: block;
|
|
|
+ position: absolute;
|
|
|
+ height: 100%;
|
|
|
+ right: 5px;
|
|
|
+ z-index: 9;
|
|
|
+ }
|
|
|
+}
|
|
|
+// modify-formal-grading-task
|
|
|
+.modify-formal-grading-task {
|
|
|
+ .tips-info {
|
|
|
+ margin-bottom: 15px;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+}
|
|
|
+// modify-unformal-grading-task
|
|
|
+.modify-unformal-grading-task {
|
|
|
+ .task-body {
|
|
|
+ min-height: 90px;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ .task-tips {
|
|
|
+ font-size: 18px;
|
|
|
+ color: @dark-color-light;
|
|
|
+ }
|
|
|
+ .task-action {
|
|
|
+ overflow: hidden;
|
|
|
+ > button {
|
|
|
+ float: right;
|
|
|
+
|
|
|
+ &:first-child {
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+// grade-step
|
|
|
+.grade-step {
|
|
|
+ font-size: 0;
|
|
|
+ margin-bottom: 4px;
|
|
|
+ &-level {
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow-x: scroll;
|
|
|
+ overflow-y: visible;
|
|
|
+ padding: 0 0 10px;
|
|
|
+ }
|
|
|
+ &-other {
|
|
|
+ float: right;
|
|
|
+ padding: 0 0 10px 20px;
|
|
|
+ }
|
|
|
+ .step-item {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ padding: 10px;
|
|
|
+ min-width: 90px;
|
|
|
+ background-color: @white;
|
|
|
+ border-radius: @box-border-radius-small;
|
|
|
+ color: @dark-color-light;
|
|
|
+ text-align: center;
|
|
|
+ cursor: pointer;
|
|
|
+ &:not(:last-child) {
|
|
|
+ margin-right: 10px;
|
|
|
+ }
|
|
|
+ &:hover {
|
|
|
+ box-shadow: 0px 10px 15px 0px rgba(34, 192, 255, 0.4);
|
|
|
+ }
|
|
|
+ p {
|
|
|
+ font-size: 12px;
|
|
|
+ height: 17px;
|
|
|
+ line-height: 17px;
|
|
|
+ }
|
|
|
+ .step-name {
|
|
|
+ color: @dark-color;
|
|
|
+ font-size: 24px;
|
|
|
+ font-weight: 600;
|
|
|
+ height: 32px;
|
|
|
+ line-height: 32px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &.step-analysis {
|
|
|
+ width: 72px;
|
|
|
+ min-width: auto;
|
|
|
+ margin-right: 20px;
|
|
|
+ .step-name {
|
|
|
+ font-size: 20px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &.step-other {
|
|
|
+ min-width: 72px;
|
|
|
+ .step-name {
|
|
|
+ font-size: 20px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ &.step-act {
|
|
|
+ background-color: @info-color;
|
|
|
+ color: @white;
|
|
|
+ box-shadow: 0px 10px 15px 0px rgba(34, 192, 255, 0.4);
|
|
|
+ .step-name {
|
|
|
+ color: @white;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+.mark-step {
|
|
|
+ .step-item {
|
|
|
+ min-width: 60px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+// grading-detail
|
|
|
+.grading-detail {
|
|
|
+ .grade-filter {
|
|
|
+ position: fixed;
|
|
|
+ left: 0;
|
|
|
+ top: 50%;
|
|
|
+ z-index: 199;
|
|
|
+ width: 20px;
|
|
|
+ transform: translateY(-50%);
|
|
|
+ transition: width 0.2s ease-in;
|
|
|
+ overflow: hidden;
|
|
|
+
|
|
|
+ .ivu-form {
|
|
|
+ white-space: nowrap;
|
|
|
+ }
|
|
|
+ .ivu-form-item {
|
|
|
+ margin-right: 10px;
|
|
|
+ }
|
|
|
+ .ivu-form-item:last-child {
|
|
|
+ margin-right: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-form {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .detail-area {
|
|
|
+ background-color: @success-color;
|
|
|
+ border-radius: 3px;
|
|
|
+ color: @dark-color-light;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 16px;
|
|
|
+ width: 20px;
|
|
|
+ padding: 5px 3px;
|
|
|
+ text-align: center;
|
|
|
+ color: #fff;
|
|
|
+ cursor: pointer;
|
|
|
+
|
|
|
+ &:hover {
|
|
|
+ background-color: fade(@success-color, 80%);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ &-select {
|
|
|
+ width: 290px;
|
|
|
+ background-color: #fff;
|
|
|
+ padding: 10px 10px 0;
|
|
|
+ border-top-right-radius: 5px;
|
|
|
+ border-bottom-right-radius: 5px;
|
|
|
+ box-shadow: 0 0 15px #c0c0c0;
|
|
|
+ .grade-filter-form {
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+ .detail-area {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .grade-step {
|
|
|
+ flex-grow: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .detail-body {
|
|
|
+ flex-grow: 2;
|
|
|
+ min-height: 400px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+
|
|
|
+ &-2 {
|
|
|
+ .detail-papers-list {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .detail-action {
|
|
|
+ width: 280px;
|
|
|
+ padding: 20px;
|
|
|
+ margin-left: 20px;
|
|
|
+ background-color: @white;
|
|
|
+ border-radius: @box-border-radius;
|
|
|
+ overflow-x: hidden;
|
|
|
+ overflow-y: auto;
|
|
|
+ flex-grow: 0;
|
|
|
+ }
|
|
|
+ .detail-action-fullscreen {
|
|
|
+ position: fixed;
|
|
|
+ width: 280px;
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
+ bottom: 0;
|
|
|
+ z-index: 98;
|
|
|
+ border-radius: 0;
|
|
|
+ min-height: auto;
|
|
|
+ margin: 0;
|
|
|
+ overflow-y: auto;
|
|
|
+ overflow-x: hidden;
|
|
|
+ z-index: 999;
|
|
|
+ }
|
|
|
+ .detail-papers {
|
|
|
+ padding: 0 20px;
|
|
|
+ background-color: @white;
|
|
|
+ border-radius: @box-border-radius;
|
|
|
+ font-size: 0;
|
|
|
+ flex-grow: 2;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ min-height: 400px;
|
|
|
+
|
|
|
+ &-carousel {
|
|
|
+ position: relative;
|
|
|
+ padding: 10px 0 70px;
|
|
|
+ font-size: 14px;
|
|
|
+ &-split {
|
|
|
+ height: 40px;
|
|
|
+ }
|
|
|
+ &::after {
|
|
|
+ content: "";
|
|
|
+ position: absolute;
|
|
|
+ height: 100%;
|
|
|
+ border-left: 1px solid #eff0f5;
|
|
|
+ right: 0;
|
|
|
+ top: 0;
|
|
|
+ z-index: auto;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &-list {
|
|
|
+ width: 100%;
|
|
|
+ font-size: 14px;
|
|
|
+ position: relative;
|
|
|
+ padding: 10px 0 70px;
|
|
|
+ .image-view-list {
|
|
|
+ margin: 0;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .part-page {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 20px;
|
|
|
+ width: 100%;
|
|
|
+ z-index: auto;
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &-none {
|
|
|
+ padding-top: 200px;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 24px;
|
|
|
+ color: @dark-color-lighter;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-col-3 {
|
|
|
+ .detail-papers-carousel {
|
|
|
+ width: 33.33%;
|
|
|
+ }
|
|
|
+ .detail-papers-list {
|
|
|
+ width: 66.66%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &-col-4 {
|
|
|
+ .detail-papers-carousel {
|
|
|
+ width: 25%;
|
|
|
+ }
|
|
|
+ .detail-papers-list {
|
|
|
+ width: 75%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &-col-5 {
|
|
|
+ .detail-papers-carousel {
|
|
|
+ width: 20%;
|
|
|
+ }
|
|
|
+ .detail-papers-list {
|
|
|
+ width: 80%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &-col-6 {
|
|
|
+ .detail-papers-carousel {
|
|
|
+ width: 16.66%;
|
|
|
+ }
|
|
|
+ .detail-papers-list {
|
|
|
+ width: 83.33%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .ivu-page {
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &-image-preview {
|
|
|
+ .ivu-modal-mask,
|
|
|
+ .ivu-modal-wrap {
|
|
|
+ left: 0;
|
|
|
+ bottom: 0;
|
|
|
+ top: 0;
|
|
|
+ right: 280px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+// mark-detail
|
|
|
+
|
|
|
+// grading-operation
|
|
|
+.grading-operation {
|
|
|
+ .detail-action-fullscreen {
|
|
|
+ top: 0;
|
|
|
+ }
|
|
|
+ &-image-preview {
|
|
|
+ .ivu-modal-mask,
|
|
|
+ .ivu-modal-wrap {
|
|
|
+ left: 0;
|
|
|
+ bottom: 0;
|
|
|
+ top: 0;
|
|
|
+ right: 280px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+/* paper-carousel */
|
|
|
+.paper-carousel {
|
|
|
+ position: absolute;
|
|
|
+ top: 48px;
|
|
|
+ bottom: 62px;
|
|
|
+ left: 10px;
|
|
|
+ right: 10px;
|
|
|
+
|
|
|
+ .carousel-body > img {
|
|
|
+ position: absolute;
|
|
|
+ max-width: 100%;
|
|
|
+ max-height: 100%;
|
|
|
+ width: auto;
|
|
|
+ height: auto;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ bottom: 0;
|
|
|
+ margin: auto;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ .carousel-none {
|
|
|
+ color: @dark-color-lighter;
|
|
|
+ font-size: @font-size-base;
|
|
|
+ text-align: center;
|
|
|
+ position: absolute;
|
|
|
+ width: 100%;
|
|
|
+ top: 50%;
|
|
|
+ left: 0;
|
|
|
+ transform: translateY(-50%);
|
|
|
+ z-index: 8;
|
|
|
+ > i {
|
|
|
+ font-size: 30px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .carousel-btn {
|
|
|
+ position: absolute;
|
|
|
+ width: 40px;
|
|
|
+ height: 40px;
|
|
|
+ top: 50%;
|
|
|
+ z-index: 9;
|
|
|
+ margin-top: -20px;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 40px;
|
|
|
+ font-size: 36px;
|
|
|
+ color: #ccc;
|
|
|
+ cursor: pointer;
|
|
|
+
|
|
|
+ &:hover {
|
|
|
+ color: @main-color;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-left {
|
|
|
+ left: 0;
|
|
|
+ }
|
|
|
+ &-right {
|
|
|
+ right: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+// .grade-history-paper
|
|
|
+.grade-history-paper {
|
|
|
+ position: relative;
|
|
|
+ padding: 10px;
|
|
|
+ width: 100%;
|
|
|
+ height: 50%;
|
|
|
+
|
|
|
+ .carousel-title {
|
|
|
+ text-align: center;
|
|
|
+ height: 32px;
|
|
|
+ line-height: 32px;
|
|
|
+ margin-bottom: 6px;
|
|
|
+ > h3 {
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+// grade-standard-paper
|
|
|
+.grade-standard-paper {
|
|
|
+ position: relative;
|
|
|
+ padding: 10px;
|
|
|
+ height: 50%;
|
|
|
+ // margin
|
|
|
+ .carousel-title {
|
|
|
+ text-align: center;
|
|
|
+ height: 38px;
|
|
|
+
|
|
|
+ > h3 {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: middle;
|
|
|
+ margin-right: 15px;
|
|
|
+ font-weight: 600;
|
|
|
+ font-size: 20px;
|
|
|
+ line-height: 32px;
|
|
|
+ }
|
|
|
+ .ivu-select {
|
|
|
+ width: 60px;
|
|
|
+ min-width: auto;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .carousel-loading {
|
|
|
+ position: absolute;
|
|
|
+ top: 38px;
|
|
|
+ left: 10px;
|
|
|
+ right: 10px;
|
|
|
+ bottom: 10px;
|
|
|
+ z-index: 99;
|
|
|
+ background-color: rgba(255, 255, 255, 0.3);
|
|
|
+ text-align: center;
|
|
|
+
|
|
|
+ > i {
|
|
|
+ font-size: 24px;
|
|
|
+ position: relative;
|
|
|
+ top: 50%;
|
|
|
+ margin-top: -15px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+// .grade-action
|
|
|
+.grade-action {
|
|
|
+ font-size: 14px;
|
|
|
+ text-align: center;
|
|
|
+ .grade-info-deviation {
|
|
|
+ margin-left: 10px;
|
|
|
+ color: @dark-color-lighter;
|
|
|
+
|
|
|
+ &-error {
|
|
|
+ color: @error-color;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .action-search {
|
|
|
+ margin-top: 20px;
|
|
|
+ padding-top: 20px;
|
|
|
+ border-top: 1px dashed #e0e0e0;
|
|
|
+ text-align: left;
|
|
|
+
|
|
|
+ .search-select {
|
|
|
+ display: block;
|
|
|
+ width: 100px;
|
|
|
+ min-width: auto;
|
|
|
+ margin-bottom: 8px;
|
|
|
+ }
|
|
|
+ .search-input {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ margin-right: 10px;
|
|
|
+ width: 150px;
|
|
|
+ }
|
|
|
+ .search-btn {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ width: 60px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .action-paper-state {
|
|
|
+ position: relative;
|
|
|
+ display: inline-block;
|
|
|
+ color: @dark-color-light;
|
|
|
+ margin-bottom: 30px;
|
|
|
+ .paper-state-cont {
|
|
|
+ background: @background-color;
|
|
|
+ border-radius: @box-border-radius-small;
|
|
|
+ font-size: 20px;
|
|
|
+ line-height: 26px;
|
|
|
+ padding: 6px 12px;
|
|
|
+ }
|
|
|
+ .paper-state-intro {
|
|
|
+ position: absolute;
|
|
|
+ bottom: -22px;
|
|
|
+ width: 100%;
|
|
|
+ height: 20px;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .action-paper-info {
|
|
|
+ font-size: 14px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ color: @dark-color-light;
|
|
|
+ line-height: 24px;
|
|
|
+ text-align: left;
|
|
|
+
|
|
|
+ p {
|
|
|
+ margin-bottom: 4px;
|
|
|
+ }
|
|
|
+
|
|
|
+ span:last-child {
|
|
|
+ color: @dark-color;
|
|
|
+ font-size: 18px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .action-grade-change {
|
|
|
+ margin-bottom: 20px;
|
|
|
+ background-color: #e7eaf1;
|
|
|
+ color: @dark-color-light;
|
|
|
+ padding: 20px;
|
|
|
+ font-size: 20px;
|
|
|
+ border-radius: @box-border-radius-small;
|
|
|
+ line-height: 28px;
|
|
|
+ text-align: left;
|
|
|
+
|
|
|
+ > p:first-child {
|
|
|
+ margin-bottom: 10px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .action-grade-change-status {
|
|
|
+ text-align: center;
|
|
|
+ padding: 8px;
|
|
|
+ line-height: 28px;
|
|
|
+ font-size: 20px;
|
|
|
+ font-weight: 600;
|
|
|
+ background: rgba(247, 247, 250, 1);
|
|
|
+ color: rgba(194, 199, 213, 1);
|
|
|
+ border-radius: @box-border-radius-small;
|
|
|
+
|
|
|
+ &-error {
|
|
|
+ background: rgba(255, 112, 129, 0.1);
|
|
|
+ color: @error-color;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .action-grade-info {
|
|
|
+ margin-bottom: 20px;
|
|
|
+ background-color: @success-color;
|
|
|
+ color: @white;
|
|
|
+ padding: 8px;
|
|
|
+ border-radius: @box-border-radius-small;
|
|
|
+
|
|
|
+ + .action-mark-info {
|
|
|
+ margin-top: -10px;
|
|
|
+ }
|
|
|
+ &-title {
|
|
|
+ color: @dark-color;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: 600;
|
|
|
+ line-height: 1;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
+
|
|
|
+ .grade-info-name {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ height: 60px;
|
|
|
+ line-height: 60px;
|
|
|
+ font-size: 54px;
|
|
|
+ text-align: center;
|
|
|
+ border-radius: 50%;
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ .grade-info-none {
|
|
|
+ font-size: 34px;
|
|
|
+ }
|
|
|
+ .grade-info-range {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ margin-left: 20px;
|
|
|
+ font-size: 12px;
|
|
|
+ text-align: left;
|
|
|
+ padding: 5px 0;
|
|
|
+ p {
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+ p:first-child {
|
|
|
+ line-height: 20px;
|
|
|
+ }
|
|
|
+
|
|
|
+ p:last-child {
|
|
|
+ font-size: 20px;
|
|
|
+ line-height: 30px;
|
|
|
+ }
|
|
|
+
|
|
|
+ > span {
|
|
|
+ margin: 0 2px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .action-grade-list {
|
|
|
+ font-size: 0;
|
|
|
+ margin: -5px -5px 20px;
|
|
|
+ }
|
|
|
+ .action-grade-item {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ width: 33.33%;
|
|
|
+ padding: 5px;
|
|
|
+ font-size: 12px;
|
|
|
+ color: @dark-color-light;
|
|
|
+
|
|
|
+ &-content {
|
|
|
+ padding: 8px;
|
|
|
+ background: @background-color;
|
|
|
+ border-radius: @box-border-radius-small;
|
|
|
+ cursor: pointer;
|
|
|
+
|
|
|
+ &:hover {
|
|
|
+ background-color: @info-color;
|
|
|
+ color: @white;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ p {
|
|
|
+ line-height: 1;
|
|
|
+
|
|
|
+ &:first-child {
|
|
|
+ font-size: 24px;
|
|
|
+ line-height: 28px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .action-item-content-disabled {
|
|
|
+ background: #eee !important;
|
|
|
+ color: @btn-disable-color!important;
|
|
|
+ cursor: not-allowed !important;
|
|
|
+ }
|
|
|
+ .action-grade-history {
|
|
|
+ text-align: left;
|
|
|
+ > h3 {
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: 600;
|
|
|
+ line-height: 1;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ }
|
|
|
+ .grade-history-item {
|
|
|
+ margin: 0 0 5px 0;
|
|
|
+ padding: 4px 4px 4px 10px;
|
|
|
+ background-color: @background-color;
|
|
|
+ color: @dark-color-light;
|
|
|
+ border-radius: 5px;
|
|
|
+ height: 34px;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 26px;
|
|
|
+
|
|
|
+ p:first-child {
|
|
|
+ white-space: nowrap;
|
|
|
+ word-break: keep-all;
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+ p:last-child {
|
|
|
+ padding: 0 8px;
|
|
|
+ border-radius: 8px;
|
|
|
+ background-color: @white;
|
|
|
+ font-size: 14px;
|
|
|
+ float: right;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .action-grade-pass {
|
|
|
+ height: 60px;
|
|
|
+ background-color: #f7f7fa;
|
|
|
+ border-radius: @box-border-radius-small;
|
|
|
+ padding: 14px;
|
|
|
+ color: @dark-color-light;
|
|
|
+ font-weight: 600;
|
|
|
+ line-height: 32px;
|
|
|
+ font-size: 20px;
|
|
|
+ cursor: pointer;
|
|
|
+
|
|
|
+ &:hover {
|
|
|
+ background-color: shade(#f7f7fa, 5%);
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+.mark-action {
|
|
|
+ .mark-info {
|
|
|
+ font-size: 30px;
|
|
|
+ }
|
|
|
+ .action-mark-list {
|
|
|
+ font-size: 0;
|
|
|
+ margin: -5px -5px 20px;
|
|
|
+ }
|
|
|
+ .action-mark-item {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ padding: 5px;
|
|
|
+ width: 20%;
|
|
|
+
|
|
|
+ &-content {
|
|
|
+ height: 40px;
|
|
|
+ padding: 5px 2px;
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 30px;
|
|
|
+ color: @dark-color-light;
|
|
|
+ background: @background-color;
|
|
|
+ border-radius: @box-border-radius;
|
|
|
+ text-align: center;
|
|
|
+ cursor: pointer;
|
|
|
+
|
|
|
+ &:hover {
|
|
|
+ background-color: @info-color;
|
|
|
+ color: @white;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .action-mark-input {
|
|
|
+ margin-bottom: 20px;
|
|
|
+ text-align: left;
|
|
|
+ .tips-info {
|
|
|
+ line-height: 20px;
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
+ .ivu-icon {
|
|
|
+ margin-right: 3px;
|
|
|
+ }
|
|
|
+ .ivu-input-number {
|
|
|
+ width: 90px;
|
|
|
+ min-width: 0;
|
|
|
+ }
|
|
|
+ .ivu-form-item.mark-input-confirm {
|
|
|
+ margin-right: 0;
|
|
|
+ }
|
|
|
+ .ivu-form-item-error + .mark-input-confirm + .tips-info {
|
|
|
+ color: @error-color;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+// .grade-analysis
|
|
|
+.grade-analysis {
|
|
|
+ .analysis-chart {
|
|
|
+ margin-top: 20px;
|
|
|
+ padding: 10px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+// leader-grading
|
|
|
+.leader-grading {
|
|
|
+ text-align: center;
|
|
|
+ padding-bottom: 40px;
|
|
|
+ color: @dark-color-light;
|
|
|
+ .leader-level {
|
|
|
+ h3 {
|
|
|
+ padding: 10px;
|
|
|
+ width: 150px;
|
|
|
+ font-size: 28px;
|
|
|
+ background-color: @background-color;
|
|
|
+ color: @dark-color;
|
|
|
+ font-weight: 600;
|
|
|
+ border-radius: @box-border-radius;
|
|
|
+ margin: 5px auto 20px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .leader-aciton {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ margin: 0 10px;
|
|
|
+ color: @dark-color;
|
|
|
+ }
|
|
|
+ .leader-markers {
|
|
|
+ margin-top: 20px;
|
|
|
+ background-color: @background-color;
|
|
|
+ border-radius: @box-border-radius;
|
|
|
+ padding: 20px;
|
|
|
+ .ivu-checkbox-wrapper {
|
|
|
+ margin-right: 20px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+// .mark-task-manage
|
|
|
+.mark-task {
|
|
|
+ &-total {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: middle;
|
|
|
+ font-weight: 600;
|
|
|
+ margin-right: 20px;
|
|
|
+ span {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: middle;
|
|
|
+ line-height: 36px;
|
|
|
+ }
|
|
|
+
|
|
|
+ span:last-child {
|
|
|
+ font-size: 18px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+.task-confirm-modal {
|
|
|
+ .ivu-modal-header {
|
|
|
+ padding: 20px 32px;
|
|
|
+ border: 0;
|
|
|
+ }
|
|
|
+ .ivu-modal-body {
|
|
|
+ padding: 10px 32px;
|
|
|
+ }
|
|
|
+ .ivu-modal-footer {
|
|
|
+ padding: 0 32px 32px;
|
|
|
+ }
|
|
|
+ .ivu-modal-header-inner {
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
+ .ivu-modal-content {
|
|
|
+ background-color: @background-color;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+// grading-standard-paper-manage
|
|
|
+.grading-standard-paper-manage {
|
|
|
+ .level-list {
|
|
|
+ font-size: 0;
|
|
|
+ white-space: nowrap;
|
|
|
+ }
|
|
|
+ .level-item {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ height: 32px;
|
|
|
+ line-height: 32px;
|
|
|
+ padding: 0 12px;
|
|
|
+ border-radius: @box-border-radius-small;
|
|
|
+ background-color: @white;
|
|
|
+ color: @dark-color-light;
|
|
|
+ font-size: 16px;
|
|
|
+ cursor: pointer;
|
|
|
+ &:not(:last-child) {
|
|
|
+ margin-right: 10px;
|
|
|
+ }
|
|
|
+ &:hover {
|
|
|
+ box-shadow: 0px 10px 10px 0px rgba(34, 192, 255, 0.4);
|
|
|
+ }
|
|
|
+
|
|
|
+ &-act {
|
|
|
+ background-color: @info-color;
|
|
|
+ color: @white;
|
|
|
+ box-shadow: 0px 10px 10px 0px rgba(34, 192, 255, 0.4);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .standard-papers-none {
|
|
|
+ padding-top: 200px;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 24px;
|
|
|
+ color: @dark-color-lighter;
|
|
|
+ }
|
|
|
+ .standard-papers-list {
|
|
|
+ min-height: 400px;
|
|
|
+
|
|
|
+ .image-view-list .image-view {
|
|
|
+ height: 400px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+.change-standard-paper-dialog {
|
|
|
+ .level-list {
|
|
|
+ font-size: 0;
|
|
|
+ padding-bottom: 50px;
|
|
|
+ }
|
|
|
+ .level-item {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ height: 32px;
|
|
|
+ width: 40px;
|
|
|
+ line-height: 32px;
|
|
|
+ text-align: center;
|
|
|
+ border-radius: @box-border-radius-small;
|
|
|
+ color: @dark-color-lighter;
|
|
|
+ border: 1px solid @dark-color-lighter;
|
|
|
+ font-size: 16px;
|
|
|
+ margin: 10px;
|
|
|
+ cursor: pointer;
|
|
|
+
|
|
|
+ &:hover {
|
|
|
+ color: @main-color;
|
|
|
+ border-color: @main-color;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-act {
|
|
|
+ border-color: rgba(34, 192, 255, 0.4) !important;
|
|
|
+ background-color: @info-color;
|
|
|
+ color: @white!important;
|
|
|
+ box-shadow: 0px 10px 10px 0px rgba(34, 192, 255, 0.4);
|
|
|
+ }
|
|
|
+
|
|
|
+ &-disabled {
|
|
|
+ border-color: @disabled-color !important;
|
|
|
+ color: @disabled-color!important;
|
|
|
+ cursor: not-allowed;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|