detail.wxss 5.3 KB
@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.indicator {
  /* @include flex(row); */
  display: flex;
  justify-content: center;
  margin-top: 40rpx;
  margin-bottom: 62rpx;
}
.indicator__dot {
  height: 6px;
  width: 6px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0 5px;
  transition: background-color 0.3s;
}
.indicator__dot--active {
  background: rgba(0, 0, 0, 0.6);
}
.inputBox {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24rpx 32rpx 32rpx;
  box-sizing: border-box;
  background: #fff;
  border-radius: 24rpx 24rpx 0 0;
}
.inputBox > .selectBox {
  margin-bottom: 16rpx;
}
.inputBox > .selectBox view:nth-child(1) {
  color: black;
  font-size: 32rpx;
}
.inputBox > .selectBox view:nth-child(2) {
  color: #2153d4;
  font-size: 32rpx;
}
.topInfoBox {
  padding: 24rpx;
  box-sizing: border-box;
}
.topInfoBox image {
  width: 72rpx;
  height: 72rpx;
  border-radius: 50%;
  margin-right: 24rpx;
}
.timeText :nth-child(1) {
  color: rgba(0, 0, 0, 0.9);
  font-size: 26rpx;
  font-weight: 700;
}
.timeText :nth-child(2) {
  color: rgba(0, 0, 0, 0.4);
  font-size: 24rpx;
}
.mainBox {
  padding: 0 24rpx;
  box-sizing: border-box;
  margin-bottom: 40rpx;
}
.mainBox > .titleText {
  color: rgba(0, 0, 0, 0.9);
  font-size: 36rpx;
  font-weight: 700;
  margin-bottom: 24rpx;
}
.mainBox > .centerText {
  color: rgba(0, 0, 0, 0.6);
  font-size: 28rpx;
}
.mainBox2 {
  padding: 32rpx;
  box-sizing: border-box;
}
.pingNumText {
  color: rgba(0, 0, 0, 0.9);
  font-size: 32rpx;
  font-weight: 700;
}
.topBox {
  position: relative;
  margin-bottom: 40rpx;
}
.topBox .xia {
  width: 256rpx;
  height: 188rpx;
  padding: 24rpx 32rpx;
  box-sizing: border-box;
  border-radius: 20rpx;
  /* flex-direction: column; */
  background: #fff;
  position: absolute;
  top: 70rpx;
  right: 0rpx;
  box-shadow: 0 4rpx 24rpx 0 rgba(0, 0, 0, 0.2);
}
.topBox .xia view {
  color: #323233;
  font-size: 28rpx;
}
.topBox .xia :nth-child(1) {
  padding-bottom: 22rpx;
  border-bottom: 1rpx solid rgba(0, 0, 0, 0.1);
}
.topBox .xia :nth-child(2) {
  padding-top: 22rpx;
}
.bottomBtnBox {
  background: #fff;
  position: fixed;
  bottom: 60rpx;
  left: 0;
  padding: 16rpx 32rpx;
  box-sizing: border-box;
}
.bottomBtnBox image {
  width: 40rpx;
  height: 40rpx;
}
.bottomBtnBox > .favoriteBox {
  margin-right: 24rpx;
  padding: 16rpx 32rpx;
  box-sizing: border-box;
  border-radius: 38rpx;
  background: #f7f8fa;
}
.bottomBtnBox > .favoriteBox view {
  color: #b3b3b3;
  font-size: 28rpx;
  margin-left: 24rpx;
}
.bottomBtnBox > .likeBox view {
  color: rgba(0, 0, 0, 0.9);
  font-size: 28rpx;
  margin-left: 8rpx;
  min-width: 42rpx;
}
.fffBox {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60rpx;
  background: #fff;
}
.xImg {
  width: 32rpx;
  height: 32rpx;
}
.huifuText1Box {
  margin-top: 16rpx;
}
.huifuText1 {
  color: #2153d4;
  font-size: 28rpx;
  margin-right: 10rpx;
}
.pingBox {
  padding-bottom: 32rpx;
  border-bottom: 1rpx solid rgba(0, 0, 0, 0.1);
  margin-bottom: 32rpx;
}
.pingBox > .pTopBox > .avatarBox {
  color: rgba(0, 0, 0, 0.9);
  font-size: 32rpx;
  font-weight: 700;
}
.pingBox > .pTopBox > .avatarBox image {
  width: 64rpx;
  height: 64rpx;
  border-radius: 50%;
  margin-right: 16rpx;
}
.pingBox > .pTopBox > .zanBox {
  color: rgba(0, 0, 0, 0.9);
  font-size: 28rpx;
}
.pingBox > .pTopBox > .zanBox image {
  width: 40rpx;
  margin-right: 8rpx;
  height: 40rpx;
}
.pingBox > .contentBox {
  color: rgba(0, 0, 0, 0.9);
  font-size: 28rpx;
  margin-bottom: 16rpx;
  margin-left: 80rpx;
}
.pingBox > .timeBox {
  margin-left: 80rpx;
  margin-bottom: 24rpx;
}
.pingBox > .timeBox view:nth-child(1) {
  color: rgba(0, 0, 0, 0.4);
  font-size: 24rpx;
  margin-right: 48rpx;
}
.pingBox > .timeBox view:nth-child(2) {
  width: 114rpx;
  height: 48rpx;
  border-radius: 56rpx;
  border: 1rpx solid #b88dff;
  color: #6e16ff;
  font-size: 24rpx;
}
.pingBox > .hPBox {
  padding: 24rpx;
  box-sizing: border-box;
  background: #f7f8fa;
  margin-left: 80rpx;
}
.huifu > .nameText {
  color: rgba(0, 0, 0, 0.9);
  font-size: 28rpx;
  font-weight: 700;
  margin-right: 10rpx;
}
.huifu > .huifuText {
  color: rgba(0, 0, 0, 0.4);
  font-size: 28rpx;
  margin-right: 10rpx;
}
.huifu text {
  color: rgba(0, 0, 0, 0.9);
  font-size: 28rpx;
}
.chao {
  max-width: 600rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}