Files
shanghaiganxiangtuzhuangwor…/pages/index/index.scss

34 lines
491 B
SCSS
Raw Normal View History

2024-04-18 08:26:16 +08:00
.gap{
border-radius: ;
}
.home-container {
width: 360px;
height: 594px;
background-color: white;
}
.home-banner-box {
width: 360px;
height: 180px;
}
.home-button-box{
padding: 20px;
width: 360px;
height: 310px;
}
.home-button-action:active{
border: 1px solid #b6b6b6;
opacity: .70;
}
.box-1{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.box-2{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}