main.wxss 4.61 KB
@import "/static/css/vendor.wxss";

.LoadingMask.data-v-572e940a {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 99999;
}
.LoadingMask ._img.data-v-572e940a {
  height: 40rpx;
  width: 40rpx;
  animation: loading 1s steps(12) infinite;
}
@-webkit-keyframes loading {
0% {
    transform: rotate(0);
}
to {
    transform: rotate(1turn);
}
}
.img-box.data-v-572e940a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.img-box >._img.data-v-572e940a,
.img-box >._div.data-v-572e940a {
  height: 160rpx;
  width: 160rpx;
  margin-right: 20rpx;
  margin-bottom: 20rpx;
}
.subtitle.data-v-572e940a {
  display: flex;
  padding: 27rpx 40rpx;
  font: 27rpx/36rpx false;
  word-wrap: break-word;
  border-top: 1rpx solid #eee;
  border-bottom: 1rpx solid #eee;
}
.greytitle.data-v-572e940a {
  padding-left: 30rpx;
  font: 30rpx/80rpx false;
  background: #fff;
}
.para-title.data-v-572e940a {
  display: flex;
  align-items: center;
  font: bold 32rpx/100rpx false;
  color: #424242;
}
.para-title ._div.data-v-572e940a {
  margin-right: 20rpx;
  height: 45rpx;
  width: 10rpx;
  background: #aa001a;
}
.commit.data-v-572e940a {
  padding: 30rpx;
  box-sizing: border-box;
}
.commit navigator.data-v-572e940a,
.commit ._div.data-v-572e940a,
.commit ._button.data-v-572e940a {
  height: 100%;
  width: 100%;
  background: #aa001a;
  color: #fff;
  text-align: center;
  font: 32rpx/80rpx false;
  border-radius: 10rpx;
}
.between.data-v-572e940a {
  justify-content: space-between;
}
.list-input.data-v-572e940a {
  display: flex;
  align-items: center;
  height: 90rpx;
  width: 100%;
  font: 30rpx/35rpx false;
  background-color: #fff;
  border-bottom: 1rpx solid #dedede;
  box-sizing: border-box;
}
.list-input ._span.data-v-572e940a {
  margin: 0 30rpx;
  white-space: nowrap;
}
.list-input ._input.data-v-572e940a {
  flex: 1;
  margin-right: 30rpx;
  text-align: right;
}
.list-input .unset.data-v-572e940a {
  color: #9b9b9b;
}
.list-input navigator.data-v-572e940a {
  overflow: hidden;
  white-space: nowrap;
  margin-right: 30rpx;
  color: #757575;
}
.list-input >._div.data-v-572e940a,
.list-input picker.data-v-572e940a {
  margin-right: 30rpx;
  color: #757575;
}
.fade.data-v-572e940a {
  opacity: 0.5;
}
.hover.data-v-572e940a {
  background-color: #d5d5d5 !important;
}
.hover-shallow.data-v-572e940a {
  background-color: #ededed !important;
}
.hide.data-v-572e940a {
  display: none !important;
}
._textarea.data-v-572e940a {
  padding: 10rpx;
}
.questiondetail.data-v-572e940a {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #f6f6f6;
  box-sizing: border-box;
}
.questiondetail > .list-item.data-v-572e940a {
  background: #fff;
}
.questiondetail > .list-item .text.data-v-572e940a {
  margin: 10rpx 30rpx 0 30rpx;
  text-align: justify;
  word-wrap: break-word;
  font: 28rpx/45rpx false;
}
.questiondetail > .list-item .time.data-v-572e940a {
  margin-top: 20rpx;
  padding: 0 0 20rpx 30rpx;
  font: 28rpx/28rpx false;
  color: #808080;
}
.head-title.data-v-572e940a {
  padding: 25rpx;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font: bold 32rpx/40rpx false;
  background: #fff;
}
.head-title .foot.data-v-572e940a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #777;
}
.head-title .foot ._span.data-v-572e940a {
  font: 28rpx/28rpx false;
  margin: 0 auto 0 0;
}
.head-title .foot .tags.data-v-572e940a {
  font: 26rpx/40rpx false;
  border-radius: 6rpx;
  border: 1rpx solid #aa001a;
  color: #aa001a;
  padding: 0 10rpx;
  margin-left: 15rpx;
}
.head.data-v-572e940a {
  display: flex;
  align-items: center;
  padding: 10rpx 30rpx;
  font-size: 30rpx;
  color: #aa001a;
  background: #fff;
}
.head .photo.data-v-572e940a {
  height: 86rpx;
  width: 86rpx;
  margin-right: 20rpx;
  border-radius: 50%;
  background-color: #eee;
}
.head .new.data-v-572e940a {
  height: 35rpx;
  width: 35rpx;
  margin-left: 20rpx;
}
.textarea.data-v-572e940a {
  margin: 0 40rpx;
  padding-top: 30rpx;
  font-size: 30rpx;
}
.textarea ._textarea.data-v-572e940a {
  height: 400rpx;
  width: calc(100% - 20rpx);
  line-height: 50rpx;
  border-radius: 10rpx;
  border: 1rpx solid #eee;
  background: #fff;
}
.textarea ._div.data-v-572e940a {
  text-align: right;
  line-height: 60rpx;
}
.ask.data-v-572e940a {
  background: #f6f6f6;
}
.ask .commit.data-v-572e940a {
  padding-top: 0;
  height: 110rpx;
}
.wait-reply.data-v-572e940a {
  font: 28rpx/70rpx false;
  text-align: center;
  color: #808080;
  background: #f6f6f6;
}
.para-title.data-v-572e940a {
  line-height: 80rpx;
  color: #aa001a;
  border-top: 1rpx solid #eee;
}