hku-class/miniprogram/pages/timeline-detail/index.wxss
2026-05-12 23:10:05 +08:00

128 lines
2.1 KiB
Plaintext

.detail-images image {
height: 210rpx;
}
.detail-more {
position: absolute;
top: 28rpx;
right: 28rpx;
z-index: 2;
min-width: 64rpx;
height: 46rpx;
border-radius: 999rpx;
background: rgba(255, 255, 255, 0.12);
color: rgba(255, 248, 237, 0.72);
font-size: 32rpx;
line-height: 38rpx;
text-align: center;
}
.detail-action-bar {
display: flex;
gap: 16rpx;
margin-top: 24rpx;
}
.action-chip {
display: flex;
align-items: center;
justify-content: center;
gap: 8rpx;
min-height: 64rpx;
flex: 1;
border-radius: 22rpx;
background: #f4eadc;
color: #725d4d;
font-size: 24rpx;
font-weight: 650;
}
.action-chip.active {
background: #6b1f2b;
color: #fff8ed;
}
.action-icon {
font-size: 22rpx;
font-weight: 780;
}
.comment-card {
margin-bottom: 16rpx;
border: 1rpx solid rgba(121, 84, 54, 0.1);
border-radius: 26rpx;
background: rgba(255, 252, 247, 0.96);
padding: 24rpx;
}
.comment-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 18rpx;
}
.reply-link {
flex: none;
color: #8b5a36;
font-size: 24rpx;
font-weight: 650;
}
.comment-content {
margin-top: 8rpx;
color: #59463d;
font-size: 26rpx;
line-height: 1.55;
}
.replying-bar {
position: sticky;
bottom: 116rpx;
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 24rpx;
padding: 16rpx 24rpx;
border-radius: 22rpx;
background: #f1e4d4;
color: #76533e;
font-size: 24rpx;
}
.comment-box {
position: sticky;
bottom: 20rpx;
display: flex;
align-items: center;
gap: 14rpx;
margin-top: 32rpx;
padding: 14rpx;
border: 1rpx solid rgba(121, 84, 54, 0.12);
border-radius: 28rpx;
background: rgba(255, 252, 247, 0.96);
box-shadow: 0 18rpx 42rpx rgba(68, 39, 27, 0.1);
}
.comment-box input {
flex: 1;
min-width: 0;
height: 72rpx;
padding: 0 22rpx;
border-radius: 20rpx;
background: #f7f0e8;
}
.comment-box button {
width: 156rpx;
flex: none;
height: 72rpx;
margin: 0;
padding: 0;
border-radius: 20rpx;
background: #6b1f2b;
color: #fff7ea;
font-size: 26rpx;
line-height: 72rpx;
}