This commit is contained in:
parent
1100eb7821
commit
162c946cf4
|
@ -13,6 +13,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 左边导航 */
|
/* 左边导航 */
|
||||||
|
.SendTrain_body{
|
||||||
|
height: 880px;
|
||||||
|
}
|
||||||
.SendTrain_body_left h3{
|
.SendTrain_body_left h3{
|
||||||
background-color: #a7f4e2;
|
background-color: #a7f4e2;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
@ -183,7 +186,7 @@
|
||||||
/* 以下为为实训 */
|
/* 以下为为实训 */
|
||||||
.Train_div{
|
.Train_div{
|
||||||
width: 100%-1px;
|
width: 100%-1px;
|
||||||
height:690px;
|
height:560px;
|
||||||
border-top: 1px solid black;
|
border-top: 1px solid black;
|
||||||
border-right: 1px solid black;
|
border-right: 1px solid black;
|
||||||
border-bottom: 1px solid black;
|
border-bottom: 1px solid black;
|
||||||
|
@ -239,8 +242,7 @@
|
||||||
}
|
}
|
||||||
.Train_2_right{
|
.Train_2_right{
|
||||||
flex: 40%;
|
flex: 40%;
|
||||||
background-color: rgb(254, 175, 243);
|
background-color: rgba(255, 161, 242, 0.968);
|
||||||
/* background-color: #fcefcf; */
|
|
||||||
}
|
}
|
||||||
.Train_1_right span{
|
.Train_1_right span{
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
@ -260,7 +262,7 @@
|
||||||
height: 40px;
|
height: 40px;
|
||||||
width: 130px;
|
width: 130px;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
margin-top: 60px;
|
margin-top: 160px;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
margin-left: 900px;
|
margin-left: 900px;
|
||||||
background-color: #9acec2;
|
background-color: #9acec2;
|
||||||
|
|
Loading…
Reference in New Issue