This commit is contained in:
Bloody
2023-09-29 12:09:57 +07:00
parent 3689ab10fe
commit 5f18053f10
3 changed files with 122 additions and 62 deletions

View File

@@ -1,12 +1,59 @@
.rectangle-77, .rectangle-77 * {
box-sizing: border-box;
}
.rectangle-77 {
background: #17181c;
border-radius: 20px;
width: 1362px;
.top_panel {
width: auto;
height: 87px;
position: relative;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
background: #17181C;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 20px;
margin-left: 105px;
margin-top: 7px;
}
.top_panel {
width: auto;
height: 87px;
background: #17181C;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 20px;
margin-left: 105px;
margin-top: 7px;
}
.top_panel {
width: auto;
height: 87px;
background: #17181C;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 20px;
margin-left: 105px;
margin-top: 7px;
}
.left_box{
width: 88px;
height: auto;
}
.left_panel {
width: 88px;
height: auto;
background: #17181C;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 20px;
margin-left: 8px;
padding-top: 100%;
margin-top: -86px;
}
.main_box{
width: 1165px;
height: 240px;
border-radius: 40px;
background: #EF4444;
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
position: absolute;
top: 50%;
left: 10%;
}