|
@@ -114,7 +114,6 @@
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|
|
#makerActivityWord{
|
|
#makerActivityWord{
|
|
min-width: 710px;
|
|
min-width: 710px;
|
|
- // height: 650px;
|
|
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
color: black;
|
|
color: black;
|
|
#wordTitle{
|
|
#wordTitle{
|
|
@@ -131,40 +130,18 @@
|
|
#table{
|
|
#table{
|
|
border: solid 1px black;
|
|
border: solid 1px black;
|
|
border-bottom: none;
|
|
border-bottom: none;
|
|
|
|
+ box-sizing: border-box;
|
|
.han{
|
|
.han{
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 40px;
|
|
height: 40px;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-bottom:solid 1px black ;
|
|
border-bottom:solid 1px black ;
|
|
|
|
+ box-sizing: border-box;
|
|
display: flex;
|
|
display: flex;
|
|
|
|
|
|
&:nth-last-child(1){
|
|
&:nth-last-child(1){
|
|
border-bottom:none;
|
|
border-bottom:none;
|
|
}
|
|
}
|
|
- &:nth-child(2){
|
|
|
|
- .lie{
|
|
|
|
- height: 100%;
|
|
|
|
- // .label{
|
|
|
|
- // // width: 200px;
|
|
|
|
- // }
|
|
|
|
- .value{
|
|
|
|
- min-width: 80px;
|
|
|
|
- }
|
|
|
|
- &:nth-child(2){
|
|
|
|
- // .label{
|
|
|
|
- // width: 198px;
|
|
|
|
- // }
|
|
|
|
- .value{
|
|
|
|
- min-width: 100px;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- &:nth-child(3){
|
|
|
|
- .value{
|
|
|
|
- width: 150px;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
.lie{
|
|
.lie{
|
|
height: 100%;
|
|
height: 100%;
|
|
flex: 1;
|
|
flex: 1;
|
|
@@ -178,21 +155,37 @@
|
|
color: black;
|
|
color: black;
|
|
}
|
|
}
|
|
.label{
|
|
.label{
|
|
- min-width: 100px;
|
|
|
|
|
|
+ flex: 1;
|
|
|
|
+ box-sizing: border-box;
|
|
border-right: solid 1px black;
|
|
border-right: solid 1px black;
|
|
}
|
|
}
|
|
.value{
|
|
.value{
|
|
- flex: 1;
|
|
|
|
|
|
+ flex: 2;
|
|
|
|
+ box-sizing: border-box;
|
|
}
|
|
}
|
|
&:not(:nth-last-of-type(1)){
|
|
&:not(:nth-last-of-type(1)){
|
|
|
|
+ // box-sizing: border-box;
|
|
border-right: solid 1px black;
|
|
border-right: solid 1px black;
|
|
- // div{
|
|
|
|
- // border-right:solid 1px black;
|
|
|
|
- // }
|
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ &:nth-child(2){
|
|
|
|
+ .lie{
|
|
|
|
+ height: 100%;
|
|
|
|
+ .value{
|
|
|
|
+ flex: 1;
|
|
|
|
+ display: flex;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ }
|
|
|
|
+ .label{
|
|
|
|
+ flex: 1;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.teacher{
|
|
.teacher{
|
|
|
|
+ box-sizing: border-box;
|
|
border-bottom: solid 1px black;
|
|
border-bottom: solid 1px black;
|
|
display: flex;
|
|
display: flex;
|
|
width: 100%;
|
|
width: 100%;
|