Compare commits
No commits in common. "48d933f218c4513a58520b857e1759216297eca0" and "709419e497d965ea028e7d26db568b52fc74e571" have entirely different histories.
48d933f218
...
709419e497
|
@ -13,9 +13,6 @@
|
|||
}
|
||||
|
||||
/* 左边导航 */
|
||||
.SendTrain_body{
|
||||
height: 880px;
|
||||
}
|
||||
.SendTrain_body_left h3{
|
||||
background-color: #a7f4e2;
|
||||
height: 50px;
|
||||
|
@ -186,7 +183,7 @@
|
|||
/* 以下为为实训 */
|
||||
.Train_div{
|
||||
width: 100%-1px;
|
||||
height:560px;
|
||||
height:690px;
|
||||
border-top: 1px solid black;
|
||||
border-right: 1px solid black;
|
||||
border-bottom: 1px solid black;
|
||||
|
@ -242,7 +239,8 @@
|
|||
}
|
||||
.Train_2_right{
|
||||
flex: 40%;
|
||||
background-color: rgba(255, 161, 242, 0.968);
|
||||
background-color: rgb(254, 175, 243);
|
||||
/* background-color: #fcefcf; */
|
||||
}
|
||||
.Train_1_right span{
|
||||
font-size: 20px;
|
||||
|
@ -262,7 +260,7 @@
|
|||
height: 40px;
|
||||
width: 130px;
|
||||
font-size: 25px;
|
||||
margin-top: 160px;
|
||||
margin-top: 60px;
|
||||
margin-bottom: 40px;
|
||||
margin-left: 900px;
|
||||
background-color: #9acec2;
|
||||
|
|
Loading…
Reference in New Issue