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.

117 lines
2.4 KiB

.message-page.data-v-191297be {
background: linear-gradient(180deg, #cbe6ff 0%, #f6faff 100%);
min-height: 100vh;
padding-bottom: 80px;
font-family: 'SourceHanSansCN', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
.wechat-browser.data-v-191297be {
margin-top: -44rpx;
}
.header-title.data-v-191297be {
text-align: center;
font-size: 36rpx;
font-weight: bold;
padding-top: 7vh;
letter-spacing: 2rpx;
}
.header.data-v-191297be {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 16px 10px 16px;
background: linear-gradient(180deg, #cbe6ff 0%, #f6faff 100%);
}
.back-btn.data-v-191297be, .more-btn.data-v-191297be {
font-size: 24px;
color: #333;
}
.title.data-v-191297be {
font-size: 22px;
font-weight: bold;
color: #222;
}
.message-list.data-v-191297be {
padding: 10px 0 0 0;
margin-top: 44rpx;
}
.message-card.data-v-191297be {
background: #fff;
border-radius: 10px;
margin: 0 16px 16px 16px;
box-shadow: 0 2px 8px rgba(0,0,0,0.04);
padding: 18px 18px 12px 18px;
height: 272rpx;
}
.message-card-header.data-v-191297be {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 8px;
}
.tag.data-v-191297be {
font-size: 22rpx;
padding: 4rpx 18rpx;
border-radius: 8rpx;
margin-right: 24rpx;
white-space: nowrap;
color: #fff;
display: inline-block;
font-weight: 500;
border: none;
6 months ago
-webkit-transform: skewX(-20deg);
transform: skewX(-20deg);
}
.tag-text.data-v-191297be {
display: inline-block;
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
}
6 months ago
.date.data-v-191297be {
color: #173766;
font-size: 15px;
}
.message-title.data-v-191297be {
font-size: 16px;
font-weight: 550;
margin-bottom: 12px;
color: #222;
margin-top: 12px;
}
.message-content.data-v-191297be {
color: #355;
font-size: 14px;
color: #173766;
}
.tabbar.data-v-191297be {
position: fixed;
left: 0;
right: 0;
bottom: 0;
height: 60px;
background: #fff;
display: flex;
border-top: 1px solid #eaeaea;
z-index: 10;
}
.tab-item.data-v-191297be {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #888;
font-size: 14px;
}
.tab-item.active.data-v-191297be {
color: #217aff;
}
.icon.data-v-191297be {
font-size: 22px;
margin-bottom: 2px;
}
.hide-in-wechat.data-v-191297be {
display: none !important;
}