You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
518 lines
9.9 KiB
518 lines
9.9 KiB
.my-wrong .el-tabs .el-tabs__header {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.my-wrong .el-tabs__header .el-tabs__nav-wrap::after {
|
|
display: block;
|
|
background-color: #F5F5F5;
|
|
}
|
|
|
|
.my-wrong .all,
|
|
.my-wrong .no,
|
|
.my-wrong .yes {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-wrap: wrap;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
-webkit-align-content: flex-start;
|
|
-ms-flex-line-pack: start;
|
|
align-content: flex-start;
|
|
padding: 30px 0 0 30px;
|
|
}
|
|
|
|
.my-wrong .el-tabs .item {
|
|
width: 555px;
|
|
margin: 0 30px 30px 0;
|
|
-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.my-wrong .item-head {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-moz-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 13px 20px 26px;
|
|
}
|
|
|
|
.my-wrong .item-head .title {
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
-moz-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
-o-text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
font-size: 18px;
|
|
line-height: 24px;
|
|
color: #282828;
|
|
}
|
|
|
|
.my-wrong .item-head .icondati {
|
|
margin-right: 4px;
|
|
font-size: 20px;
|
|
color: #2C8EFF;
|
|
}
|
|
|
|
.my-wrong .item-head button {
|
|
border: none;
|
|
margin-left: 4px;
|
|
background: none;
|
|
}
|
|
|
|
.my-wrong .item-head .iconweizhangwo {
|
|
font-size: 20px;
|
|
color: #666666;
|
|
}
|
|
|
|
.my-wrong .item-head .iconyizhangwo {
|
|
font-size: 20px;
|
|
color: #2C8EFF;
|
|
}
|
|
|
|
.my-wrong .item-body {
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
height: 68px;
|
|
padding: 20px 20px 0;
|
|
border-top: 1px dashed #E2E2E2;
|
|
margin-bottom: 29px;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
color: #282828;
|
|
}
|
|
|
|
.my-wrong .item-body .tag {
|
|
padding: 2px 10px;
|
|
border-radius: 10px;
|
|
margin-right: 10px;
|
|
background-color: #F2F8FF;
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
color: #2C8EFF;
|
|
}
|
|
|
|
.my-wrong .el-dialog__header,
|
|
.my-wrong .el-dialog__body {
|
|
padding: 0;
|
|
}
|
|
|
|
.my-wrong .el-dialog__headerbtn {
|
|
top: -10px;
|
|
right: -30px;
|
|
}
|
|
|
|
.my-wrong .el-dialog__headerbtn .el-dialog__close {
|
|
color: #DDDDDD;
|
|
}
|
|
|
|
.my-wrong .question {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-webkit-flex-direction: column;
|
|
-moz-box-orient: vertical;
|
|
-moz-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
height: 720px;
|
|
border-radius: 8px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.my-wrong .question-body {
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
-moz-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
padding: 30px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.my-wrong .question-body .title {
|
|
font-size: 16px;
|
|
line-height: 21px;
|
|
color: #282828;
|
|
}
|
|
|
|
.my-wrong .question-body .title .tag {
|
|
padding: 2px 10px;
|
|
border-radius: 10px;
|
|
margin-right: 6px;
|
|
background-color: #F2F8FF;
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
color: #2C8EFF;
|
|
}
|
|
|
|
.my-wrong .title-image {
|
|
width: 380px;
|
|
height: 266px;
|
|
margin-top: 28px;
|
|
}
|
|
|
|
.my-wrong .title-image img {
|
|
width: 100%;
|
|
height: 100%;
|
|
-o-object-fit: contain;
|
|
object-fit: contain;
|
|
}
|
|
|
|
.my-wrong .options {
|
|
margin-top: 22px;
|
|
}
|
|
|
|
.my-wrong .options .option {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-bottom: 22px;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: #666666;
|
|
}
|
|
|
|
.my-wrong .options .option:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.my-wrong .options .option label {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.my-wrong .options .option input+span {
|
|
display: block;
|
|
width: 28px;
|
|
height: 28px;
|
|
border: 1px solid #BBBBBB;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
line-height: 26px;
|
|
color: #999999;
|
|
}
|
|
|
|
.my-wrong .options .option input:checked+span {
|
|
border-color: #2C8EFF;
|
|
background-color: #2C8EFF;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.my-wrong .options .option input+span.right {
|
|
border-color: #52A452;
|
|
background-color: #52A452;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.my-wrong .options .option input+span.wrong {
|
|
border-color: #FF6B00;
|
|
background-color: #FF6B00;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.my-wrong .options .option div {
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
-moz-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
margin-top: 5px;
|
|
word-break: break-all;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: #666666;
|
|
}
|
|
|
|
.my-wrong .images {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-wrap: wrap;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
width: 450px;
|
|
margin-top: 22px;
|
|
}
|
|
|
|
.my-wrong .images .option {
|
|
width: 205px;
|
|
margin: 0 20px 25px 0;
|
|
}
|
|
|
|
.my-wrong .images .option img {
|
|
display: block;
|
|
width: 205px;
|
|
height: 144px;
|
|
}
|
|
|
|
.my-wrong .images .option label {
|
|
display: block;
|
|
width: 28px;
|
|
height: 28px;
|
|
margin: 12px auto 0;
|
|
}
|
|
|
|
.my-wrong .images .option input+span {
|
|
display: block;
|
|
width: 28px;
|
|
height: 28px;
|
|
border: 1px solid #BBBBBB;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
line-height: 28px;
|
|
color: #999999;
|
|
}
|
|
|
|
.my-wrong .images .option input:checked+span {
|
|
border-color: #2C8EFF;
|
|
background-color: #2C8EFF;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.my-wrong .images .option input+span.right {
|
|
border-color: #52A452;
|
|
background-color: #52A452;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.my-wrong .images .option input+span.wrong {
|
|
border-color: #FF6B00;
|
|
background-color: #FF6B00;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.my-wrong .analysis {
|
|
padding: 20px;
|
|
margin-top: 20px;
|
|
background-color: rgba(255, 107, 0, 0.04);
|
|
}
|
|
|
|
.my-wrong .analysis .upper {
|
|
font-size: 16px;
|
|
line-height: 21px;
|
|
color: #FF6B00;
|
|
}
|
|
|
|
.my-wrong .analysis .upper .iconfont {
|
|
margin-right: 10px;
|
|
vertical-align: middle;
|
|
font-size: 22px;
|
|
}
|
|
|
|
.my-wrong .analysis .answer,
|
|
.my-wrong .analysis .degree {
|
|
margin-top: 16px;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: #282828;
|
|
}
|
|
|
|
.my-wrong .analysis .answer .value {
|
|
margin-left: 11px;
|
|
color: #52A452;
|
|
}
|
|
|
|
.my-wrong .analysis .checked .value {
|
|
color: #2C8EFF;
|
|
}
|
|
|
|
.my-wrong .analysis .degree .iconfont {
|
|
margin-left: 5px;
|
|
font-size: 10px;
|
|
color: #FF6B00;
|
|
}
|
|
|
|
.my-wrong .analysis .degree .iconfont:first-child {
|
|
margin-left: 11px;
|
|
}
|
|
|
|
.my-wrong .analysis .content {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-top: 16px;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: #676767;
|
|
}
|
|
|
|
.my-wrong .analysis .content .value {
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
-moz-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
min-width: 0;
|
|
margin-left: 11px;
|
|
word-break: break-all;
|
|
color: #282828;
|
|
}
|
|
|
|
.my-wrong .analysis .content img {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.my-wrong .analysis .special {
|
|
padding-top: 20px;
|
|
border-top: 1px dashed rgba(255, 107, 0, 0.3);
|
|
margin-top: 20px;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: #676767;
|
|
}
|
|
|
|
.my-wrong .analysis .special .value {
|
|
margin-top: 9px;
|
|
}
|
|
|
|
.my-wrong .analysis .special .item {
|
|
display: inline-block;
|
|
max-width: 200px;
|
|
margin-right: 28px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
-o-text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
color: #282828;
|
|
}
|
|
|
|
.my-wrong .analysis .special .item:hover {
|
|
color: #2C8EFF;
|
|
}
|
|
|
|
.my-wrong .analysis.correct {
|
|
background-color: rgba(82, 164, 82, 0.05);
|
|
}
|
|
|
|
.my-wrong .analysis.correct .upper {
|
|
color: #52A452;
|
|
}
|
|
|
|
.my-wrong .analysis.correct .special {
|
|
border-color: rgba(82, 164, 82, 0.3);
|
|
}
|
|
|
|
.my-wrong .question-foot {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-moz-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
height: 80px;
|
|
padding: 0 24px 0 38px;
|
|
}
|
|
|
|
.my-wrong .question-foot .master {
|
|
border: none;
|
|
background: none;
|
|
font-size: 16px;
|
|
color: #666666;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.my-wrong .question-foot .master .iconfont {
|
|
margin-right: 8px;
|
|
font-size: 21px;
|
|
}
|
|
|
|
.my-wrong .question-foot .master .iconyizhangwo {
|
|
color: #2C8EFF;
|
|
}
|
|
|
|
.my-wrong .question-foot .delete {
|
|
position: relative;
|
|
padding-left: 20px;
|
|
border: none;
|
|
margin-left: 20px;
|
|
background: none;
|
|
font-size: 16px;
|
|
color: #666666;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.my-wrong .question-foot .delete::before {
|
|
content: " ";
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 0;
|
|
width: 1px;
|
|
height: 16px;
|
|
background-color: #D4D4D4;
|
|
-webkit-transform: translateY(-50%);
|
|
-moz-transform: translateY(-50%);
|
|
-ms-transform: translateY(-50%);
|
|
-o-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
.my-wrong .question-foot .delete .iconfont {
|
|
margin-right: 8px;
|
|
font-size: 21px;
|
|
}
|
|
|
|
.my-wrong .question-foot .button-wrap {
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
-moz-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
font-size: 0;
|
|
text-align: right;
|
|
}
|
|
|
|
.my-wrong .question-foot .button-wrap .button {
|
|
height: 42px;
|
|
padding: 0 44px;
|
|
border: 1px solid #2C8EFF;
|
|
border-radius: 21px;
|
|
margin-left: 20px;
|
|
background-color: #FFFFFF;
|
|
font-size: 14px;
|
|
color: #2C8EFF;
|
|
}
|
|
|
|
.my-wrong .question-foot .button-wrap .button:first-child {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.my-wrong .question-foot .button-wrap .button.fill {
|
|
background-color: #2C8EFF;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.my-wrong .question-foot .button-wrap .button:disabled {
|
|
cursor: not-allowed;
|
|
} |