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

.LoadingMask.data-v-6f4ef9de {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 99999;
}
.LoadingMask ._img.data-v-6f4ef9de {
  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-6f4ef9de {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.img-box >._img.data-v-6f4ef9de,
.img-box >._div.data-v-6f4ef9de {
  height: 160rpx;
  width: 160rpx;
  margin-right: 20rpx;
  margin-bottom: 20rpx;
}
.subtitle.data-v-6f4ef9de {
  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-6f4ef9de {
  padding-left: 30rpx;
  font: 30rpx/80rpx false;
  background: #fff;
}
.para-title.data-v-6f4ef9de {
  display: flex;
  align-items: center;
  font: bold 32rpx/100rpx false;
  color: #424242;
}
.para-title ._div.data-v-6f4ef9de {
  margin-right: 20rpx;
  height: 45rpx;
  width: 10rpx;
  background: #aa001a;
}
.commit.data-v-6f4ef9de {
  padding: 30rpx;
  box-sizing: border-box;
}
.commit navigator.data-v-6f4ef9de,
.commit ._div.data-v-6f4ef9de,
.commit ._button.data-v-6f4ef9de {
  height: 100%;
  width: 100%;
  background: #aa001a;
  color: #fff;
  text-align: center;
  font: 32rpx/80rpx false;
  border-radius: 10rpx;
}
.between.data-v-6f4ef9de {
  justify-content: space-between;
}
.list-input.data-v-6f4ef9de {
  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-6f4ef9de {
  margin: 0 30rpx;
  white-space: nowrap;
}
.list-input ._input.data-v-6f4ef9de {
  flex: 1;
  margin-right: 30rpx;
  text-align: right;
}
.list-input .unset.data-v-6f4ef9de {
  color: #9b9b9b;
}
.list-input navigator.data-v-6f4ef9de {
  overflow: hidden;
  white-space: nowrap;
  margin-right: 30rpx;
  color: #757575;
}
.list-input >._div.data-v-6f4ef9de,
.list-input picker.data-v-6f4ef9de {
  margin-right: 30rpx;
  color: #757575;
}
.fade.data-v-6f4ef9de {
  opacity: 0.5;
}
.hover.data-v-6f4ef9de {
  background-color: #d5d5d5 !important;
}
.hover-shallow.data-v-6f4ef9de {
  background-color: #ededed !important;
}
.hide.data-v-6f4ef9de {
  display: none !important;
}
._textarea.data-v-6f4ef9de {
  padding: 10rpx;
}
.container.data-v-6f4ef9de {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  padding: 30rpx;
  box-sizing: border-box;
}
.title.data-v-6f4ef9de {
  margin-bottom: 30rpx;
  font-size: 34rpx;
  color: #000;
  font-weight: bold;
  line-height: 60rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.info.data-v-6f4ef9de {
  margin: 30rpx 0;
  color: #333;
  font-size: 30rpx;
  line-height: 60rpx;
}
.info ._p.data-v-6f4ef9de {
  text-indent: 60rpx;
}
.inscribe.data-v-6f4ef9de {
  color: #666;
  font-size: 30rpx;
  text-align: right;
  line-height: 60rpx;
}