Files
fesatcodeMiniApp/pages/tabpages/find/find.wxss

26 lines
338 B
Plaintext
Raw Normal View History

2025-08-14 14:52:01 +08:00
.hot_title{
display: flex;
align-items: center;
justify-content: space-between;
}
.hot_title>view{
flex: 1;
}
.hot_title van-button{
margin-left: 10px;
}
.hot_title .van-button{
background-color: #E9F2FF;
color: #1E80FF;
border: none;
font-size: 10px;
height: 22px;
line-height: 22px;
min-width: 50px;
padding: 0 4px;
}