Files
fesatcodeMiniApp/pages/tabpages/index/index.wxss
王鹏 0c2edb6036 init
2025-08-14 14:52:01 +08:00

56 lines
691 B
Plaintext

swiper{
height: 200px;
}
.new-article{
margin: 10px;
display: flex;
justify-content: space-between;
align-items: center;
}
.new-article>view{
display: flex;
align-items: center;
}
.func{
display: flex;
align-items: center;
flex-wrap: wrap;
}
.func_item{
width: 25%;
display: flex;
align-items: center;
flex-direction: column;
}
.func_item .func_item_icon{
height: 46px;
width: 46px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
border-radius: 50%;
margin-bottom: 6px;
}
.func_item .van-icon{
font-size: 30px;
}
.func_item_name{
font-size: 12px;
}
.more{
color: #707070;
font-size: 12px;
}
.van-icon-volume-o{
color: #3C9CFF;
}