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

.LoadingMask.data-v-92573cd4 {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 99999;
}
.LoadingMask ._img.data-v-92573cd4 {
  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-92573cd4 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.img-box >._img.data-v-92573cd4,
.img-box >._div.data-v-92573cd4 {
  height: 160rpx;
  width: 160rpx;
  margin-right: 20rpx;
  margin-bottom: 20rpx;
}
.subtitle.data-v-92573cd4 {
  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-92573cd4 {
  padding-left: 30rpx;
  font: 30rpx/80rpx false;
  background: #fff;
}
.para-title.data-v-92573cd4 {
  display: flex;
  align-items: center;
  font: bold 32rpx/100rpx false;
  color: #424242;
}
.para-title ._div.data-v-92573cd4 {
  margin-right: 20rpx;
  height: 45rpx;
  width: 10rpx;
  background: #aa001a;
}
.commit.data-v-92573cd4 {
  padding: 30rpx;
  box-sizing: border-box;
}
.commit navigator.data-v-92573cd4,
.commit ._div.data-v-92573cd4,
.commit ._button.data-v-92573cd4 {
  height: 100%;
  width: 100%;
  background: #aa001a;
  color: #fff;
  text-align: center;
  font: 32rpx/80rpx false;
  border-radius: 10rpx;
}
.between.data-v-92573cd4 {
  justify-content: space-between;
}
.list-input.data-v-92573cd4 {
  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-92573cd4 {
  margin: 0 30rpx;
  white-space: nowrap;
}
.list-input ._input.data-v-92573cd4 {
  flex: 1;
  margin-right: 30rpx;
  text-align: right;
}
.list-input .unset.data-v-92573cd4 {
  color: #9b9b9b;
}
.list-input navigator.data-v-92573cd4 {
  overflow: hidden;
  white-space: nowrap;
  margin-right: 30rpx;
  color: #757575;
}
.list-input >._div.data-v-92573cd4,
.list-input picker.data-v-92573cd4 {
  margin-right: 30rpx;
  color: #757575;
}
.fade.data-v-92573cd4 {
  opacity: 0.5;
}
.hover.data-v-92573cd4 {
  background-color: #d5d5d5 !important;
}
.hover-shallow.data-v-92573cd4 {
  background-color: #ededed !important;
}
.hide.data-v-92573cd4 {
  display: none !important;
}
._textarea.data-v-92573cd4 {
  padding: 10rpx;
}
.container.data-v-92573cd4 {
  position: absolute;
  min-height: 100%;
  width: 100%;
  background: #f6f6f6;
}
.assess-item.data-v-92573cd4 {
  padding: 25rpx;
  margin-bottom: 20rpx;
  background: #fff;
}
.head.data-v-92573cd4 {
  display: flex;
  align-items: center;
}
.head ._img.data-v-92573cd4 {
  height: 80rpx;
  width: 80rpx;
  border-radius: 50%;
  margin-right: 20rpx;
}
.head ._div .name.data-v-92573cd4 {
  font: 30rpx/30rpx false;
}
.head ._div .type.data-v-92573cd4 {
  margin-left: 20rpx;
  color: #aa001a;
  font-size: 28rpx;
}
.head ._div .time.data-v-92573cd4 {
  margin-top: 15rpx;
  font: 26rpx/26rpx false;
  color: #777;
}
.way.data-v-92573cd4 {
  margin-top: 15rpx;
  width: 100%;
  display: flex;
  align-items: center;
}
.way ._span.data-v-92573cd4 {
  margin-right: 10rpx;
  color: #333;
  font-size: 30rpx;
}
.way image.data-v-92573cd4 {
  margin-right: 20rpx;
  width: 40rpx;
  height: 40rpx;
}
.assess.data-v-92573cd4 {
  font: 30rpx/45rpx false;
  margin: 20rpx 0;
  text-align: justify;
}
.question.data-v-92573cd4 {
  padding: 25rpx;
  background: #f6f6f6;
  border: 1rpx solid #eee;
  font: 28rpx/28rpx false;
}
.question .title.data-v-92573cd4 {
  font: bold 30rpx/35rpx false;
}
.question .time.data-v-92573cd4 {
  font: 28rpx/28rpx false;
  color: #888;
  margin: 20rpx 0;
}
.question .content.data-v-92573cd4 {
  text-overflow: ellipsis;
  line-height: 40rpx;
  text-align: justify;
}
.question .content ._span.data-v-92573cd4 {
  color: #777;
}