271 lines
5.8 KiB
Plaintext
271 lines
5.8 KiB
Plaintext
.microhomepage {
|
|
text-align: center;
|
|
}
|
|
|
|
.microhomepage .header {
|
|
padding-top: 30.08rpx;
|
|
padding-bottom: 20.16rpx;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.microhomepage .header .header_content {
|
|
box-sizing: border-box;
|
|
width: 702.08rpx;
|
|
height: 200rpx;
|
|
margin: 0 auto;
|
|
background-color: #fff;
|
|
border-radius: 16rpx;
|
|
box-shadow: 0 0 12.8rpx rgba(0, 0, 0, 0.2);
|
|
padding-left: 20.16rpx;
|
|
padding-right: 21.12rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding-top: 40rpx;
|
|
}
|
|
|
|
.microhomepage .header .header_content .header_left {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
margin-right: 21.12rpx;
|
|
}
|
|
|
|
.microhomepage .header .header_content .header_left image {
|
|
border-radius: 50%;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.microhomepage .header .header_content .headet_right {
|
|
flex: 1;
|
|
}
|
|
|
|
.microhomepage .header .header_content .headet_right .headet_right_top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding-bottom: 21.12rpx;
|
|
}
|
|
|
|
.microhomepage .header .header_content .headet_right .headet_right_top .name {
|
|
font-size: 32rpx;
|
|
height: 52.16rpx;
|
|
line-height: 52.16rpx;
|
|
color: #333;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
width: 256rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.microhomepage .header .header_content .headet_right .headet_right_top .attention {
|
|
width: 160rpx;
|
|
height: 52.16rpx;
|
|
background-color: #f15353;
|
|
border-radius: 25.92rpx;
|
|
line-height: 52.16rpx;
|
|
font-size: 28.16rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.microhomepage .header .header_content .headet_right .headet_right_bottom {
|
|
width: 100%;
|
|
font-size: 28.16rpx;
|
|
line-height: 24rpx;
|
|
color: #999;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
text-align: left;
|
|
}
|
|
|
|
.microhomepage .header .header_content .headet_right .bottom {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.microhomepage .header .header_content .headet_right .bottom .b_left {
|
|
color: #999;
|
|
font-size: 28.16rpx;
|
|
}
|
|
|
|
.microhomepage .header .header_content .headet_right .bottom .b_right {
|
|
width: 28.8rpx;
|
|
height: 28.8rpx;
|
|
}
|
|
|
|
.microhomepage .header .header_content .headet_right .bottom .b_right image {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
}
|
|
|
|
.microhomepage .display_page .page_nav {
|
|
background: #fff;
|
|
border-bottom: 1.92rpx solid #e5e5e5;
|
|
}
|
|
|
|
.microhomepage .display_page .page_nav .ul {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding-left: 42.88rpx;
|
|
padding-right: 42.88rpx;
|
|
}
|
|
|
|
.microhomepage .display_page .page_nav .ul .li {
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
font-size: 32rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.microhomepage .display_page .page_nav_content .nav_label {
|
|
background: #fff;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
padding-left: 24rpx;
|
|
padding-top: 20.16rpx;
|
|
padding-right: 24rpx;
|
|
}
|
|
|
|
.microhomepage .display_page .page_nav_content .nav_label .li {
|
|
background-color: #f9f9f9;
|
|
border-radius: 24rpx;
|
|
height: 48rpx;
|
|
line-height: 48rpx;
|
|
font-size: 28.16rpx;
|
|
padding-left: 20.16rpx;
|
|
padding-right: 20.16rpx;
|
|
margin-bottom: 20.16rpx;
|
|
margin-right: 20.16rpx;
|
|
}
|
|
|
|
.microhomepage .display_page .video_list .ul {
|
|
margin-top: 16rpx;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding-left: 24rpx;
|
|
padding-right: 24rpx;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.microhomepage .display_page .video_list .ul .li {
|
|
border-radius: 12.16rpx;
|
|
width: 338.88rpx;
|
|
background-color: #fff;
|
|
padding-bottom: 22.08rpx;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
.microhomepage .display_page .video_list .ul .li .top {
|
|
min-height: 449.92rpx;
|
|
}
|
|
|
|
.microhomepage .display_page .video_list .ul .li .top image {
|
|
width: 100%;
|
|
}
|
|
|
|
.microhomepage .display_page .video_list .ul .li .bottom {
|
|
padding-left: 18.88rpx;
|
|
}
|
|
|
|
.microhomepage .display_page .video_list .ul .li .bottom .title {
|
|
padding-top: 20.16rpx;
|
|
font-size: 26.88rpx;
|
|
line-height: 26.88rpx;
|
|
display: -webkit-box;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
text-align: left;
|
|
margin-bottom: 18.88rpx;
|
|
}
|
|
|
|
.microhomepage .display_page .video_list .ul .li .bottom .content {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.microhomepage .display_page .video_list .ul .li .bottom .content .headmessage {
|
|
display: flex;
|
|
}
|
|
|
|
.microhomepage .display_page .video_list .ul .li .bottom .content .headmessage .left {
|
|
width: 36.16rpx;
|
|
height: 36.16rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.microhomepage .display_page .video_list .ul .li .bottom .content .headmessage .left image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.microhomepage .display_page .video_list .ul .li .bottom .content .headmessage .name {
|
|
margin-left: 9.92rpx;
|
|
height: 36.16rpx;
|
|
line-height: 36.16rpx;
|
|
text-align: left;
|
|
color: #8c8c8c;
|
|
font-size: 22.08rpx;
|
|
}
|
|
|
|
.microhomepage .display_page .video_list .ul .li .bottom .content .thumbup {
|
|
display: flex;
|
|
padding-top: 5.12rpx;
|
|
}
|
|
|
|
.microhomepage .display_page .video_list .ul .li .bottom .content .thumbup .right {
|
|
width: 25.92rpx;
|
|
height: 26.88rpx;
|
|
margin-right: 12.16rpx;
|
|
}
|
|
|
|
.microhomepage .display_page .video_list .ul .li .bottom .content .thumbup .right image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.microhomepage .display_page .video_list .ul .li .bottom .content .thumbup .num {
|
|
min-width: 64rpx;
|
|
max-width: 256rpx;
|
|
text-align: left;
|
|
color: #333;
|
|
font-size: 24rpx;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.microhomepage .replyMainComment {
|
|
display: flex;
|
|
padding-top: 25.6rpx;
|
|
padding-bottom: 25.6rpx;
|
|
padding-left: 32rpx;
|
|
}
|
|
|
|
.microhomepage .replyMainComment .left {
|
|
width: 580.16rpx;
|
|
height: 60.16rpx;
|
|
background-color: #f5f5f5;
|
|
border-radius: 30.08rpx;
|
|
}
|
|
|
|
.microhomepage .replyMainComment .left input {
|
|
border: none;
|
|
height: 100%;
|
|
width: 100%;
|
|
padding-left: 32rpx;
|
|
}
|
|
|
|
.microhomepage .replyMainComment .right {
|
|
width: 96rpx;
|
|
height: 60.16rpx;
|
|
font-size: 30.08rpx;
|
|
line-height: 60.16rpx;
|
|
color: #333;
|
|
}
|