26 lines
338 B
Plaintext
26 lines
338 B
Plaintext
|
|
|
||
|
|
|
||
|
|
.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;
|
||
|
|
}
|