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.
|
|
|
.mat-icon {
|
|
|
|
vertical-align: middle;
|
|
|
|
color: #00CFAC;
|
|
|
|
margin: 0 3px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
button {
|
|
|
|
border: none;
|
|
|
|
outline: none;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mistakeIcon {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
.headerButton {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: 25px;
|
|
|
|
background-color:#00CFAC;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
//修改结果
|
|
|
|
.modificationResults {
|
|
|
|
width: 70px;
|
|
|
|
height: 30px;
|
|
|
|
background-color: #ebf8fa;
|
|
|
|
color: #07CDCF;
|
|
|
|
}
|
|
|
|
//表格 input
|
|
|
|
.publicTest .publicInput {
|
|
|
|
height: 50px;
|
|
|
|
line-height: 0px;
|
|
|
|
margin: 5px;
|
|
|
|
label { width: 30%; }
|
|
|
|
input { width: 40%; }
|
|
|
|
}
|
|
|
|
.publicTest .publicTable{
|
|
|
|
padding: 0;
|
|
|
|
margin: 10px 0;
|
|
|
|
.tableRow {
|
|
|
|
.tabelCenter {
|
|
|
|
margin: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
height: 50px;
|
|
|
|
line-height: 25px;
|
|
|
|
input { height: 24px;}
|
|
|
|
.mat-icon { margin: 0; padding: 0; }
|
|
|
|
p { text-align: left; padding-left: 15%; }
|
|
|
|
}
|
|
|
|
.tableInput { //基本信息 表格 input
|
|
|
|
position: relative;
|
|
|
|
.rightWrong { position: absolute; left: 55%; top: -5px; }
|
|
|
|
input { width: 50%; }
|
|
|
|
.mat-icon { font-size: 20px; width: 20px; height: 20px; }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//正确答案
|
|
|
|
.rightKey {
|
|
|
|
width: 100%;
|
|
|
|
height: 18px;
|
|
|
|
line-height: 18px;
|
|
|
|
overflow: hidden;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding-left: 35%;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #07CDCF;
|
|
|
|
}
|
|
|
|
|
|
|
|
// 修改结果弹窗
|
|
|
|
.editRightWrong {
|
|
|
|
button { margin: 0 10px; }
|
|
|
|
.content { margin-bottom: 10px; text-align: center; }
|
|
|
|
.mat-radio-button {
|
|
|
|
height: 22px;
|
|
|
|
line-height: 22px;
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0 10px;
|
|
|
|
}
|
|
|
|
}
|