|
@@ -1,638 +0,0 @@
|
|
|
-.ev-list-container {
|
|
|
- user-select: none !important;
|
|
|
- position: relative;
|
|
|
- font-family: '微軟正黑體', 'Heiti TC' !important;
|
|
|
-}
|
|
|
-
|
|
|
-.ev-list-container .ev-header {
|
|
|
- background: #fff;
|
|
|
- padding: 10px;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
-}
|
|
|
-
|
|
|
-.ev-list-container .ev-title {
|
|
|
- font-size: 20px;
|
|
|
- font-weight: bold;
|
|
|
- margin-left: 5px;
|
|
|
- vertical-align: middle;
|
|
|
-}
|
|
|
-
|
|
|
-.ev-list-container .ev-length {
|
|
|
- font-size: 12px;
|
|
|
- font-weight: bold;
|
|
|
- margin-left: 30px;
|
|
|
- display: inline-block;
|
|
|
- margin-top: 5px;
|
|
|
- vertical-align: text-top;
|
|
|
-}
|
|
|
-
|
|
|
-.ev-list-container .ivu-divider-horizontal {
|
|
|
- margin: 15px 0;
|
|
|
-}
|
|
|
-
|
|
|
-.ev-list-container .no-data-text {
|
|
|
- width: 100%;
|
|
|
- padding: 30px;
|
|
|
- background: #fff;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- margin-top: 10px;
|
|
|
- font-size: 16px;
|
|
|
-}
|
|
|
-
|
|
|
-.ev-list-operation {
|
|
|
- width: 100%;
|
|
|
- height: 60px;
|
|
|
- background: #fff;
|
|
|
- padding: 10px;
|
|
|
- /*border-top:1px dashed rgba(128, 128, 128,0.4);*/
|
|
|
- margin-top: 10px;
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
-}
|
|
|
-
|
|
|
-.ev-list-operation .ivu-checkbox-wrapper {
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.ev-list-operation .ivu-checkbox {
|
|
|
- margin: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.ev-list-operation .import-exercise {
|
|
|
- font-weight: bold;
|
|
|
- color: rgb(16, 171, 231);
|
|
|
- font-size: 16px;
|
|
|
- display: flex;
|
|
|
-}
|
|
|
-
|
|
|
-.ev-list-operation .import-exercise .ivu-btn {
|
|
|
- margin-right: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.ev-list-operation .ivu-icon {
|
|
|
- font-size: 16px;
|
|
|
- margin-right: 6px;
|
|
|
- cursor: pointer;
|
|
|
- vertical-align: initial;
|
|
|
-}
|
|
|
-
|
|
|
-.ev-list-operation .ivu-checkbox-checked .ivu-checkbox-inner {
|
|
|
- background: #01b4ef;
|
|
|
- border-color: #01b4ef;
|
|
|
-}
|
|
|
-
|
|
|
-.ev-list-operation .operation-cart {
|
|
|
- position: fixed;
|
|
|
- right: 70px;
|
|
|
- bottom: -10px;
|
|
|
- height: 100px;
|
|
|
- width: 100px;
|
|
|
- padding: 0 10px;
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- z-index: 999;
|
|
|
-}
|
|
|
-
|
|
|
-.ev-list-operation .operation-cart img {
|
|
|
- width: 60px;
|
|
|
- height: 50px;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-
|
|
|
-.ev-list-operation .operation-cart span {
|
|
|
- cursor: pointer;
|
|
|
- font-size: 16px;
|
|
|
- font-weight: bold;
|
|
|
- margin-right: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.ev-list-operation .ivu-poptip-title {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-.ev-list-operation .ivu-poptip-body {
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.ev-list-operation .ivu-poptip-popper[x-placement^=top] .ivu-poptip-arrow::after {
|
|
|
- border-top-color: rgb(16, 171, 231);
|
|
|
-}
|
|
|
-
|
|
|
-.basket-content {
|
|
|
- width: 300px;
|
|
|
-}
|
|
|
-
|
|
|
-.basket-content .basket-title {
|
|
|
- height: 40px;
|
|
|
- font-size: 16px;
|
|
|
- text-align: center;
|
|
|
- line-height: 40px;
|
|
|
- color: #fff;
|
|
|
- background: rgb(16, 171, 231);
|
|
|
-}
|
|
|
-
|
|
|
-.basket-content .basket-body {
|
|
|
- width: 100%;
|
|
|
- padding: 20px;
|
|
|
-}
|
|
|
-
|
|
|
-.basket-content .basket-body .ivu-progress {
|
|
|
- width: 45%;
|
|
|
-}
|
|
|
-
|
|
|
-.basket-content .basket-body .ivu-progress-inner {
|
|
|
- vertical-align: unset;
|
|
|
-}
|
|
|
-
|
|
|
-.basket-content .basket-body .basket-item {
|
|
|
- margin-top: 15px;
|
|
|
-}
|
|
|
-
|
|
|
-.basket-content .basket-body .basket-delete {
|
|
|
- font-size: 14px;
|
|
|
- margin-left: 5px;
|
|
|
- color: #01b4ef;
|
|
|
-}
|
|
|
-
|
|
|
-.basket-content .basket-footer {
|
|
|
- height: 40px;
|
|
|
- font-size: 16px;
|
|
|
- text-align: center;
|
|
|
- line-height: 40px;
|
|
|
- margin-top: 20px;
|
|
|
- color: #fff;
|
|
|
- background: rgb(16, 171, 231);
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-
|
|
|
-.basket-content .basket-footer-no {
|
|
|
- height: 40px;
|
|
|
- font-size: 16px;
|
|
|
- text-align: center;
|
|
|
- line-height: 40px;
|
|
|
- margin-top: 20px;
|
|
|
- color: #fff;
|
|
|
- background: #ccc;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-.ev-content {
|
|
|
- background: none;
|
|
|
-}
|
|
|
-
|
|
|
-.content-wrap {
|
|
|
- position: relative;
|
|
|
- width: 100%;
|
|
|
- height: auto;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
-}
|
|
|
-
|
|
|
-.content-wrap .exercise-item {
|
|
|
- width: 100%;
|
|
|
- height: auto;
|
|
|
- padding: 10px 20px 10px 20px;
|
|
|
- margin-top: 10px;
|
|
|
- font-size: 16px;
|
|
|
- font-weight: 600;
|
|
|
- background: #fff;
|
|
|
- cursor: pointer;
|
|
|
- /*box-shadow: 6px 5px 5px 2px rgb(214, 214, 214);*/
|
|
|
-}
|
|
|
-
|
|
|
-.content-wrap .exercise-item table, .content-wrap .exercise-item td {
|
|
|
- border: 1px solid rgb(128, 128, 128);
|
|
|
- border-collapse: collapse;
|
|
|
- text-align: center;
|
|
|
- padding: 5px 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.content-wrap .exercise-item:hover {
|
|
|
- box-shadow: 0px 0px 20px 2px rgb(228, 224, 224);
|
|
|
-}
|
|
|
-
|
|
|
-.content-wrap .exercise-item:hover .item-tools-bind {
|
|
|
- display: unset;
|
|
|
-}
|
|
|
-
|
|
|
-.content-wrap .exercise-item p {
|
|
|
- /*margin: 10px 0;*/
|
|
|
- display: inline-block;
|
|
|
- word-break: break-all;
|
|
|
-}
|
|
|
-
|
|
|
-.complete-line {
|
|
|
- margin: 0 5px;
|
|
|
- padding: 0 45px;
|
|
|
- border-bottom: 2px solid rgb(128, 128, 128);
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-question {
|
|
|
- /*display: inline-block;*/
|
|
|
- /*margin-top:20px;*/
|
|
|
- position: relative;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-question .item-btn-toggle {
|
|
|
- position: absolute;
|
|
|
- right: 0;
|
|
|
- top: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-question .item-btn-toggle .ivu-icon {
|
|
|
- font-size: 22px;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-difficulty {
|
|
|
- display: inline-block;
|
|
|
- padding: 2px 10px;
|
|
|
- background: rgb(16, 171, 231);
|
|
|
- border-radius: 5px;
|
|
|
- color: #fff;
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-type {
|
|
|
- display: inline-block;
|
|
|
- padding: 1px 9px;
|
|
|
- border-radius: 5px;
|
|
|
- color: #fff;
|
|
|
- font-size: 12px;
|
|
|
- margin-left: 5px;
|
|
|
- background: rgb(16, 171, 231);
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-relevant-points {
|
|
|
- display: inline-block;
|
|
|
- padding: 1px 9px;
|
|
|
- font-size: 13px;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-options {
|
|
|
- margin-top: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-options .item-option-content {
|
|
|
- margin: 7px 0;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .toggle-area {
|
|
|
- border-top: 1px #c3c3c34d dashed;
|
|
|
- padding-top: 10px;
|
|
|
- margin-top: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-answer {
|
|
|
- display: inline-block;
|
|
|
- cursor: pointer;
|
|
|
- margin-top: 12px;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-answer-item {
|
|
|
- margin-left: 25px;
|
|
|
- padding: 0 25px;
|
|
|
- border-bottom: 2px solid rgb(128, 128, 128);
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-answer-details {
|
|
|
- margin: 10px 20px;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-answer .answer-title-line {
|
|
|
- background: rgb(0, 173, 37);
|
|
|
- padding: 0 3px;
|
|
|
- border-radius: 5px;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-answer .answer-title {
|
|
|
- margin-left: 10px;
|
|
|
- color: rgb(0, 173, 37);
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-explain {
|
|
|
- display: table;
|
|
|
- margin-top: 10px;
|
|
|
- margin-left: -10px;
|
|
|
- cursor: pointer;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-explain-item {
|
|
|
- margin-left: 25px;
|
|
|
- padding: 0 25px;
|
|
|
- border-bottom: 2px solid rgb(128, 128, 128);
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-explain-details {
|
|
|
- margin: 10px;
|
|
|
- display: inline-block;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-explain .explain-title-line {
|
|
|
- background: rgb(16, 171, 231);
|
|
|
- padding: 0 3px;
|
|
|
- border-radius: 5px;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-explain .explain-title {
|
|
|
- margin-left: 10px;
|
|
|
- color: rgb(16, 171, 231);
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-tools {
|
|
|
- width: 100%;
|
|
|
- padding: 10px 0;
|
|
|
- margin-top: 20px;
|
|
|
- font-size: 14px;
|
|
|
- border-top: 1px #c3c3c34d dashed;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-tools .item-tools-action {
|
|
|
- float: right;
|
|
|
- color: #01b4ef;
|
|
|
- margin: 0 20px;
|
|
|
- margin-top: 8px;
|
|
|
- font-size: 14px;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-tools .item-tools-action .ivu-icon {
|
|
|
- font-size: 18px;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-tools .ivu-icon {
|
|
|
- font-size: 16px;
|
|
|
- margin-right: 5px;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-tools .ivu-btn {
|
|
|
- float: right;
|
|
|
- border-color: transparent;
|
|
|
- box-shadow: none;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-tools-tool {
|
|
|
- margin-left: 10px;
|
|
|
- font-weight: bold;
|
|
|
- cursor: pointer;
|
|
|
- color: rgb(16, 171, 231);
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-tools-tool .ivu-icon {
|
|
|
- margin-left: 15px;
|
|
|
- vertical-align: top;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-tools-tool .item-bind-point {
|
|
|
- color: rgb(128, 128, 128);
|
|
|
- margin-left: 5px;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-tools-tool .ivu-tag {
|
|
|
- margin-top: -2px;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-tools-tool .ivu-tag-border {
|
|
|
- line-height: 22px;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-.exercise-item .item-tools .item-tools-info {
|
|
|
- vertical-align: sub;
|
|
|
- color: #868686;
|
|
|
- border-right: 2px solid #d2d2d2;
|
|
|
- font-size: 12px;
|
|
|
- padding: 0 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-tools .item-tools-info:first-child {
|
|
|
- padding-left: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.exercise-item .item-tools .item-tools-info:last-child {
|
|
|
- border:none;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-.ev-list-container h1, h2, h3, h4, h5, h6 {
|
|
|
- display: inline-block;
|
|
|
-}
|
|
|
-
|
|
|
-.filter-wrap {
|
|
|
- width: 100%;
|
|
|
- padding: 20px;
|
|
|
- background: #fff;
|
|
|
-}
|
|
|
-
|
|
|
-.filter-wrap .filter-item:first-child {
|
|
|
- margin-top: 0px;
|
|
|
-}
|
|
|
-
|
|
|
-.filter-wrap .filter-item {
|
|
|
- margin-top: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.filter-wrap .filter-title {
|
|
|
- font-size: 16px;
|
|
|
- font-weight: bold;
|
|
|
- margin-right: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.filter-wrap .ivu-radio-group {
|
|
|
- padding-bottom: 4px;
|
|
|
-}
|
|
|
-
|
|
|
-.filter-wrap .ivu-radio-wrapper {
|
|
|
- padding: 0 10px;
|
|
|
- margin-left: 15px;
|
|
|
- height: 28px;
|
|
|
- line-height: 28px;
|
|
|
- box-shadow: none !important;
|
|
|
- border: none !important;
|
|
|
- font-size: 14px;
|
|
|
- border-radius: 0 !important;
|
|
|
-}
|
|
|
-
|
|
|
-.filter-wrap .ivu-radio-wrapper .ivu-icon {
|
|
|
- margin-bottom: 2px;
|
|
|
-}
|
|
|
-
|
|
|
-.filter-wrap .ivu-radio-wrapper:after, .ivu-radio-group-button .ivu-radio-wrapper:before {
|
|
|
- content: none;
|
|
|
-}
|
|
|
-
|
|
|
-.filter-wrap .ivu-radio-group-item {
|
|
|
- border-radius: 5px !important;
|
|
|
-}
|
|
|
-
|
|
|
-.filter-wrap .ivu-radio-wrapper-checked {
|
|
|
- background: rgb(16, 171, 231);
|
|
|
- box-shadow: none !important;
|
|
|
- color: white;
|
|
|
-}
|
|
|
-
|
|
|
-.filter-wrap .ivu-radio-group-button .ivu-radio-wrapper-checked:hover {
|
|
|
- color: #fff !important;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-.filter-wrap .ivu-checkbox-group {
|
|
|
- padding-bottom: 4px;
|
|
|
- display: inline-block;
|
|
|
-}
|
|
|
-
|
|
|
-.filter-wrap .ivu-checkbox-inner,
|
|
|
-.filter-wrap .ivu-checkbox-checked,
|
|
|
-.filter-wrap .ivu-checkbox {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-.filter-wrap .ivu-checkbox-wrapper {
|
|
|
- padding: 0 10px;
|
|
|
- margin-left: 15px;
|
|
|
- height: 28px;
|
|
|
- line-height: 28px;
|
|
|
- box-shadow: none !important;
|
|
|
- border: none !important;
|
|
|
- font-size: 14px;
|
|
|
- border-radius: 0 !important;
|
|
|
-}
|
|
|
-
|
|
|
-.filter-wrap .ivu-checkbox-wrapper .ivu-icon {
|
|
|
- margin-bottom: 2px;
|
|
|
-}
|
|
|
-
|
|
|
-.filter-wrap .ivu-checkbox-wrapper:after, .ivu-checkbox-group-button .ivu-checkbox-wrapper:before {
|
|
|
- content: none;
|
|
|
-}
|
|
|
-
|
|
|
-.filter-wrap .ivu-checkbox-group-item {
|
|
|
- border-radius: 5px !important;
|
|
|
-}
|
|
|
-
|
|
|
-.filter-wrap .ivu-checkbox-wrapper-checked {
|
|
|
- background: rgb(16, 171, 231);
|
|
|
- box-shadow: none !important;
|
|
|
- color: white;
|
|
|
-}
|
|
|
-
|
|
|
-.filter-wrap .ivu-checkbox-group-button .ivu-checkbox-wrapper-checked:hover {
|
|
|
- color: #fff !important;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-.ev-list-container .ivu-page {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- justify-content: center;
|
|
|
- margin: 20px 0;
|
|
|
-}
|
|
|
-
|
|
|
-/*绑定知识点部分树形结构样式*/
|
|
|
-
|
|
|
-.singleClass {
|
|
|
- cursor: pointer;
|
|
|
- font-size: 14px;
|
|
|
- margin: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.transferModal {
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-
|
|
|
-.transferModal .point-list {
|
|
|
- max-height: 400px;
|
|
|
- overflow: auto;
|
|
|
-}
|
|
|
-
|
|
|
-.transferModal .point-list .ivu-input-wrapper {
|
|
|
- width: 90%;
|
|
|
- margin-bottom: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.transferModal .selected-point-list {
|
|
|
- padding: 10px;
|
|
|
- width: 100%;
|
|
|
- border-top: 1px solid rgba(128, 128, 128,.3);
|
|
|
- margin-top: 15px;
|
|
|
-}
|
|
|
-
|
|
|
-.transferModal .bind-title {
|
|
|
- margin: 10px 0;
|
|
|
- font-weight: bold;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-
|
|
|
-.transferModal .checked-point {
|
|
|
- margin: 5px 10px;
|
|
|
- background: rgb(16, 171, 231);
|
|
|
- padding: 5px 10px;
|
|
|
- color: #fff;
|
|
|
- border-radius: 5px;
|
|
|
- display: inline-block;
|
|
|
-}
|
|
|
-
|
|
|
-.transferModal .ivu-checkbox-checked .ivu-checkbox-inner {
|
|
|
- background: rgb(16, 171, 231);
|
|
|
- border-color: rgb(16, 171, 231);
|
|
|
-}
|
|
|
-
|
|
|
-.transferModal .ivu-icon {
|
|
|
- color: rgb(16, 171, 231);
|
|
|
-}
|
|
|
-
|
|
|
-.transferModal .btn-clear {
|
|
|
- float: right;
|
|
|
- font-weight: 500;
|
|
|
- font-size: 12px;
|
|
|
- color: rgb(16, 171, 231);
|
|
|
- cursor: pointer;
|
|
|
- letter-spacing: 1px;
|
|
|
-}
|
|
|
-
|
|
|
-.transferModal .point-checkbox {
|
|
|
- margin-left: 10px;
|
|
|
- border-radius: 2px;
|
|
|
- width: 15px;
|
|
|
- height: 15px;
|
|
|
- padding: 2px;
|
|
|
- vertical-align: middle;
|
|
|
- box-sizing: border-box;
|
|
|
- border: 1px solid #dcdee2;
|
|
|
-}
|
|
|
-
|
|
|
-.transferModal .point-checked {
|
|
|
- background: rgb(16, 171, 231);
|
|
|
- background-clip: content-box;
|
|
|
-}
|
|
|
-
|
|
|
-.transferModal .ivu-tabs-nav-scroll {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- justify-content: center;
|
|
|
-}
|
|
|
-
|
|
|
-.transferModal .ivu-tree-empty {
|
|
|
- text-align: center;
|
|
|
- margin: 15px;
|
|
|
- color: rgb(128, 128, 128);
|
|
|
-}
|
|
|
-
|