luntandetailsecond.wxss 4.8 KB

page {
  background: #f9f9f9;
}
.posts-details-wrap {
  margin-top: 20rpx;
  padding-bottom: 92rpx;
}
.posts-details-wrap .release-text-title {
  font-size: 32rpx;
  color: #061220;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 32rpx;
  padding-bottom: 0;
  background: #fff;
}
.posts-details-wrap .banner {
  padding: 32rpx;
  padding-bottom: 0;
  background: #fff;
}
.posts-details-wrap .banner image {
  height: 280rpx;
}
.new-release-content {
  padding: 32rpx;
  background: #fff;
  margin-bottom: 20rpx;
}
.new-release-content .userinfo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 16rpx;
}
.new-release-content .userinfo-wrap image {
  width: 64rpx;
  height: 64rpx;
}
.new-release-content .userinfo-wrap .userinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.new-release-content .userinfo-wrap .userinfo-vip {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.new-release-content .userinfo-wrap .userinfo-vip .title {
  font-size: 28rpx;
  padding: 0 20rpx;
  color: #061220;
  font-weight: bold;
}
.new-release-content .userinfo-wrap .userinfo-vip .VIP {
  width: 100rpx;
  height: 40rpx;
  background: -webkit-linear-gradient(left, #f4d297 0%, #fcbf75 100%);
  background: linear-gradient(90deg, #f4d297 0%, #fcbf75 100%);
  color: #784700;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 22rpx;
  border-radius: 50rpx;
}
.new-release-content .userinfo-wrap .userinfo-vip .VIP image {
  width: 24rpx;
  height: 20rpx;
}
.new-release-content .userinfo-wrap .time {
  color: #BDC4CE;
  font-size: 20rpx;
  padding-left: 20rpx;
}
.new-release-content .type-wrap {
  color: #BDC4CE;
  font-size: 28rpx;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 16rpx;
}
.new-release-content .type-wrap text:nth-child(1) {
  margin-left: 16rpx;
}
.new-release-content .type-wrap text {
  margin-right: 16rpx;
  text-align: center;
  color: #C29445;
  font-size: 22rpx;
  border-radius: 50rpx;
  border: 1px solid #EEEEEE;
  padding: 5rpx 20rpx;
}
.new-release-content .release-text .release-text-content {
  font-size: 28rpx;
  color: #3C444C;
  box-sizing: border-box;
}
.new-release-content .release-text .release-text-content image {
  margin-top: 16rpx;
}
.new-release-content .thumbs-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 10rpx;
}
.new-release-content .thumbs-number .thumbs {
  margin-right: 16rpx;
}
.new-release-content .thumbs-number .thumbs,
.new-release-content .thumbs-number .number {
  color: #5B5E64;
  font-size: 28rpx;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.new-release-content .thumbs-number .thumbs image,
.new-release-content .thumbs-number .number image {
  width: 28rpx;
  height: 28rpx;
  margin-right: 8rpx;
}
.footer {
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 14rpx 0;
  background: #fff;
}
.footer .search {
  padding: 0 32rpx;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  z-index: 1000;
}
.footer .search .placeholder {
  font-size: 24rpx;
  color: #BDC4CE;
}
.footer .search input {
  height: 60rpx;
  width: 77vw;
  border: 1px solid #eee;
  background: #F9F9F9;
  border-radius: 50px;
  padding-left: 20rpx;
}
.footer .search .search-btn {
  font-size: 28rpx;
  color: #C29445;
  margin-left: 28rpx;
}