mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
123
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user