|
@@ -3552,6 +3552,18 @@ export default {
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style scoped>
|
|
<style scoped>
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
|
+ .navText{
|
|
|
|
+ width:190px !important;
|
|
|
|
+ }
|
|
|
|
+ .textBox{
|
|
|
|
+ margin:0 !important;
|
|
|
|
+ }
|
|
|
|
+ .evaCss{
|
|
|
|
+ flex-direction: column !important;
|
|
|
|
+ align-items: center !important;
|
|
|
|
+ }
|
|
|
|
+}
|
|
.body_student {
|
|
.body_student {
|
|
width: 79.5%;
|
|
width: 79.5%;
|
|
height: 100%;
|
|
height: 100%;
|
|
@@ -3716,7 +3728,6 @@ export default {
|
|
|
|
|
|
.filebox .tooldetail {
|
|
.filebox .tooldetail {
|
|
width: 95%;
|
|
width: 95%;
|
|
- margin: 0px 12px 10px;
|
|
|
|
background: rgb(247, 247, 247);
|
|
background: rgb(247, 247, 247);
|
|
padding: 20px;
|
|
padding: 20px;
|
|
line-height: 30px;
|
|
line-height: 30px;
|
|
@@ -4219,7 +4230,7 @@ export default {
|
|
}
|
|
}
|
|
.addPoint > div > img {
|
|
.addPoint > div > img {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- margin: 0 10px;
|
|
|
|
|
|
+ margin: 10px 0;
|
|
width: 85px;
|
|
width: 85px;
|
|
border-radius: 15px;
|
|
border-radius: 15px;
|
|
box-shadow: 0px 1px 8px 0px rgb(20 20 20 / 14%);
|
|
box-shadow: 0px 1px 8px 0px rgb(20 20 20 / 14%);
|
|
@@ -4379,9 +4390,7 @@ export default {
|
|
color: #918f8f;
|
|
color: #918f8f;
|
|
width: 100px;
|
|
width: 100px;
|
|
}
|
|
}
|
|
-.textTitle >>> .el-form-item__content {
|
|
|
|
- width: 80%;
|
|
|
|
-}
|
|
|
|
|
|
+
|
|
.textCss >>> .el-dialog {
|
|
.textCss >>> .el-dialog {
|
|
width: 800px !important;
|
|
width: 800px !important;
|
|
height: 400px;
|
|
height: 400px;
|
|
@@ -4693,11 +4702,13 @@ export default {
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
padding: 30px 0px 0px;
|
|
padding: 30px 0px 0px;
|
|
height: 300px;
|
|
height: 300px;
|
|
- width: 85%;
|
|
|
|
|
|
+ width: 90%;
|
|
overflow: auto;
|
|
overflow: auto;
|
|
- margin: 0 0 0 10px;
|
|
|
|
line-height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
}
|
|
|
|
+.textContent >>> p{
|
|
|
|
+ text-indent:0pt !important;
|
|
|
|
+}
|
|
.answerBg {
|
|
.answerBg {
|
|
background: url("../assets/icon/answerBg.png") no-repeat;
|
|
background: url("../assets/icon/answerBg.png") no-repeat;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
@@ -4731,8 +4742,7 @@ export default {
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
.elist_input {
|
|
.elist_input {
|
|
- /* width: 40%; */
|
|
|
|
- width: calc(100% - 670px);
|
|
|
|
|
|
+ width: 100%;
|
|
}
|
|
}
|
|
.elist_input .elist_input_box input {
|
|
.elist_input .elist_input_box input {
|
|
font: inherit;
|
|
font: inherit;
|