more
This commit is contained in:
@@ -64,11 +64,33 @@
|
||||
height: 600px;
|
||||
}
|
||||
|
||||
.select-plan-header {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 900px;
|
||||
}
|
||||
|
||||
.plan-header-right {
|
||||
background-color: red;
|
||||
padding: 12px 0px;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.plan-header-left {
|
||||
background-color: red;
|
||||
padding: 12px 0px;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.select-sub-left {
|
||||
width: 60%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-top: 45px;
|
||||
width: 100%;
|
||||
padding: 12px;
|
||||
border-radius: 10px;
|
||||
background-color: rgb(240, 247, 250);
|
||||
margin-right: 8px;
|
||||
border: 1px solid #e9e9e9;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user