init
This commit is contained in:
26
pages/tabpages/find/find.wxss
Normal file
26
pages/tabpages/find/find.wxss
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user