45 lines
561 B
Plaintext
45 lines
561 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;
|
|
}
|
|
|
|
.info-list {
|
|
height: 100rpx;
|
|
font-size: 29rpx;
|
|
}
|
|
|
|
.info-copy {
|
|
float: right;
|
|
color: #1E90FF;
|
|
}
|
|
|
|
.info-name {
|
|
overflow: hidden;
|
|
width: 530rpx;
|
|
display: inline-block;
|
|
color: #636363;
|
|
margin-left: 10rpx;
|
|
}
|