You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
192 lines
3.3 KiB
192 lines
3.3 KiB
/* pages/user/subpage/colllection/colllection.wxss */
|
|
.search {
|
|
/* padding-top: 8rpx; */
|
|
background-color: white;
|
|
height: 88rpx;
|
|
width: 750rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
z-index: 999;
|
|
position: sticky;
|
|
top: 0;
|
|
}
|
|
|
|
.main {
|
|
background-color: #F9F9F9;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
.count {
|
|
width: 750rpx;
|
|
background-color: white;
|
|
padding: 24rpx 32rpx;
|
|
display: flex;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.count_title {
|
|
font-size: 24rpx;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
line-height: 24rpx;
|
|
}
|
|
|
|
.count_num {
|
|
font-size: 24rpx;
|
|
font-family: MiSans-Demibold, MiSans;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
line-height: 24rpx;
|
|
}
|
|
|
|
.card {
|
|
width: 622rpx;
|
|
padding: 32rpx;
|
|
background-color: white;
|
|
margin-left: 32rpx;
|
|
border-radius: 16rpx;
|
|
margin-top: 16rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.name {
|
|
font-size: 32rpx;
|
|
font-family: PingFangSC-Semibold, PingFang SC;
|
|
font-weight: 600;
|
|
color: #464650;
|
|
line-height: 32rpx;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
.icon {
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
}
|
|
|
|
.contact {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.tel {
|
|
font-size: 24rpx;
|
|
font-family: MiSans-Regular, MiSans;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
line-height: 24rpx;
|
|
margin-right: 126rpx;
|
|
}
|
|
|
|
.add {
|
|
font-size: 24rpx;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
line-height: 24rpx;
|
|
}
|
|
|
|
.time_title {
|
|
min-width: 96rpx;
|
|
font-size: 24rpx;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
line-height: 24rpx;
|
|
margin-right: 24rpx;
|
|
}
|
|
|
|
.time_text {
|
|
font-size: 24rpx;
|
|
font-family: MiSans-Regular, MiSans;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
line-height: 24rpx;
|
|
width: 500rpx;
|
|
word-break: break-word;
|
|
}
|
|
|
|
.time {
|
|
display: flex;
|
|
margin-top: 24rpx;
|
|
}
|
|
|
|
.tag {
|
|
width: 96rpx;
|
|
height: 32rpx;
|
|
border-radius: 4rpx;
|
|
border: 1rpx solid #FFB17C;
|
|
font-size: 18rpx;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #FF8B3C;
|
|
line-height: 18rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-right: 8rpx;
|
|
}
|
|
|
|
.hr {
|
|
width: 686rpx;
|
|
height: 1rpx;
|
|
background: linear-gradient(270deg, rgba(232, 232, 232, 0) 0%, #E8E8E8 51%, rgba(232, 232, 232, 0) 100%);
|
|
position: relative;
|
|
right: 32rpx;
|
|
margin: 32rpx 0rpx;
|
|
}
|
|
|
|
.quest {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.quest_title {
|
|
font-size: 24rpx;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
line-height: 24rpx;
|
|
min-width: 120rpx;
|
|
}
|
|
|
|
.quest_text {
|
|
width: 520rpx;
|
|
font-size: 24rpx;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
display: -webkit-box;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
-webkit-line-clamp: 1;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.bot {
|
|
width: 750rpx;
|
|
height: 98rpx;
|
|
background: #FFFFFF;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: fixed;
|
|
bottom: 0rpx;
|
|
padding-bottom: 68rpx;
|
|
}
|
|
|
|
.button {
|
|
width: 686rpx;
|
|
height: 84rpx;
|
|
background: #006BFF;
|
|
border-radius: 8rpx;
|
|
font-size: 28rpx;
|
|
font-family: PingFangSC-Semibold, PingFang SC;
|
|
font-weight: 600;
|
|
color: #FFFFFF;
|
|
line-height: 28rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
} |