You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
IOReportMgt/IOReportSysMP/miniprogram/pages/index/index.scss

21 lines
312 B

.banner {
display: flex;
image {
width: 200px;
height: 150px;
margin: 30px auto;
}
}
.btn-list{
display: flex;
flex-direction: column;
button{
margin: 4px auto;
border-radius: 25rpx;
background-color: #0078D4;
font-size: 40rpx;
padding: 6px 0;
color: white;
}
}