feat: add cocos-service configuration file feat: add device configuration file feat: add engine configuration file feat: add information configuration file feat: add program configuration file feat: add project configuration file feat: add TypeScript configuration file
21 lines
419 B
CSS
21 lines
419 B
CSS
#box {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
flex-direction: column;
|
|
align-content: flex-start;
|
|
align-items: stretch;
|
|
justify-content: space-between;
|
|
height: -webkit-fill-available;
|
|
|
|
margin-left: 22px;
|
|
margin-right: 22px;
|
|
margin-top: 22px;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.layoutItem {
|
|
flex: 0.5;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-grow: 0;
|
|
} |