Files
income_payments_applet/pages/home/home.wxss
T

36 lines
559 B
Plaintext

page{
background-color: #F5F5F5;
}
.home-bg{
height: 200pt;
}
.select-box{
transform: translateY(-40pt);
padding: 0 15pt;
}
.select-box .select{
height: 115pt;
background-color: #fff;
border-radius: 10px;
display: flex;
justify-content: space-around;
align-items: center;
}
.select-item{
flex: 1;
font-size: 10pt;
color: #666666;
flex-direction: column;
display: flex;
justify-content: center;
align-items: center;
}
.image-box{
width: 45px;
height: 45px;
margin-bottom: 10px;
}
.image-box image{
max-height: 100%;
}