wx-web/pages/community/detail.wxss

185 lines
3.7 KiB
Plaintext
Raw Permalink Normal View History

2024-05-22 10:14:19 +08:00
.content.data-v-2f2e4a30 {
padding-bottom: 80px;
}
swiper.data-v-2f2e4a30 {
height: 500px !important;
}
.banner_item.data-v-2f2e4a30 {
height: 500px;
}
.banner.data-v-2f2e4a30 {
display: block;
width: 100%;
height: 500px;
}
.title.data-v-2f2e4a30 {
margin: 20px 0;
padding: 0 16px;
box-sizing: border-box;
font-size: 18px;
font-weight: 500;
color: #000000;
}
.text.data-v-2f2e4a30 {
padding: 0 16px;
box-sizing: border-box;
font-size: 14px;
color: #000000;
}
.time.data-v-2f2e4a30 {
position: relative;
font-size: 12px;
color: rgba(140, 143, 150, 1);
padding: 10px 16px;
box-sizing: border-box;
}
.time.data-v-2f2e4a30::after {
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
content: '';
width: calc(100% - 32px);
height: 1px;
background: rgba(229, 229, 229, 1);
}
.comment_total.data-v-2f2e4a30 {
padding: 10px 16px;
box-sizing: border-box;
font-size: 12px;
color: rgba(128, 128, 128, 1);
}
.bottom_box.data-v-2f2e4a30 {
position: fixed;
left: 0;
right: 0;
bottom: 0;
padding: 10px 16px;
box-sizing: border-box;
width: 100%;
border-top: 1px solid rgba(229, 229, 229, 1);
display: flex;
justify-content: space-between;
align-items: center;
background-color: #fff;
}
.bottom_box .input.data-v-2f2e4a30 {
padding: 0 10px;
box-sizing: border-box;
flex-grow: 1;
height: 30px;
background-color: rgba(245, 245, 245, 1);
border-radius: 15px;
font-size: 14px;
line-height: 30px;
}
.bottom_box .btn_box.data-v-2f2e4a30 {
flex-shrink: 0;
display: flex;
align-items: center;
font-size: 16px;
}
.bottom_box .btn.data-v-2f2e4a30 {
margin-left: 12px;
display: flex;
align-items: center;
}
.btn .iconfont.data-v-2f2e4a30 {
font-size: 18px;
}
.btn .icon-like.data-v-2f2e4a30 {
color: rgba(243, 67, 98, 1);
}
.btn .count.data-v-2f2e4a30 {
font-size: 16px;
}
.send_btn.data-v-2f2e4a30 {
margin-left: 12px;
height: 30px;
line-height: 30px;
font-size: 14px;
color: #fff;
background: linear-gradient(270deg, rgba(255, 153, 71, 1) 0%, rgba(242, 52, 255, 1) 57.29%, rgba(243, 64, 125, 1) 83.14%, rgba(243, 67, 98, 1) 100%);
}
.comment_input_wrapper.data-v-2f2e4a30 {
padding: 15px 10px 20px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
align-items: center;
}
.comment_input_wrapper .avatar.data-v-2f2e4a30 {
flex-shrink: 0;
margin-right: 16px;
display: block;
width: 34px;
height: 34px;
border-radius: 50%;
}
.comment_input_wrapper .comment_input.data-v-2f2e4a30 {
flex-grow: 1;
font-size: 12px;
padding: 0 14px;
box-sizing: border-box;
height: 28px;
border-radius: 14px;
background: rgba(245, 245, 247, 1);
}
.comment_list.data-v-2f2e4a30 {
padding: 0 10px;
box-sizing: border-box;
}
.comment_item.data-v-2f2e4a30 {
margin-bottom: 20px;
display: flex;
align-items: flex-start;
}
.comment_item .avatar.data-v-2f2e4a30 {
flex-shrink: 0;
margin-right: 16px;
display: block;
width: 34px;
height: 34px;
border-radius: 50%;
}
.comment_item .detail.data-v-2f2e4a30 {
flex-grow: 1;
}
.detail .user.data-v-2f2e4a30 {
position: relative;
display: flex;
align-items: center;
font-size: 12px;
color: rgba(166, 166, 166, 1);
}
.user .tag.data-v-2f2e4a30 {
margin-left: 4px;
width: 20px;
height: 12px;
border-radius: 8px;
background-color: #ddd;
color: #000000;
font-size: 8px;
line-height: 12px;
text-align: center;
}
.user .delete.data-v-2f2e4a30 {
position: absolute;
right: 10px;
top: 0;
font-size: 10px;
}
.detail .content.data-v-2f2e4a30 {
margin: 2px 0;
padding: 0;
font-size: 12px;
line-height: 20px;
}
.detail .com_time.data-v-2f2e4a30 {
padding: 0;
font-size: 10px;
border: none;
color: rgba(140, 143, 150, 1);
}