This commit is contained in:
王鹏
2025-08-14 14:52:01 +08:00
commit 0c2edb6036
1551 changed files with 41152 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
.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;
}