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

.LoadingMask.data-v-55c0b22e {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 99999;
}
.LoadingMask ._img.data-v-55c0b22e {
  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-55c0b22e {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.img-box >._img.data-v-55c0b22e,
.img-box >._div.data-v-55c0b22e {
  height: 160rpx;
  width: 160rpx;
  margin-right: 20rpx;
  margin-bottom: 20rpx;
}
.subtitle.data-v-55c0b22e {
  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-55c0b22e {
  padding-left: 30rpx;
  font: 30rpx/80rpx false;
  background: #fff;
}
.para-title.data-v-55c0b22e {
  display: flex;
  align-items: center;
  font: bold 32rpx/100rpx false;
  color: #424242;
}
.para-title ._div.data-v-55c0b22e {
  margin-right: 20rpx;
  height: 45rpx;
  width: 10rpx;
  background: #aa001a;
}
.commit.data-v-55c0b22e {
  padding: 30rpx;
  box-sizing: border-box;
}
.commit navigator.data-v-55c0b22e,
.commit ._div.data-v-55c0b22e,
.commit ._button.data-v-55c0b22e {
  height: 100%;
  width: 100%;
  background: #aa001a;
  color: #fff;
  text-align: center;
  font: 32rpx/80rpx false;
  border-radius: 10rpx;
}
.between.data-v-55c0b22e {
  justify-content: space-between;
}
.list-input.data-v-55c0b22e {
  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-55c0b22e {
  margin: 0 30rpx;
  white-space: nowrap;
}
.list-input ._input.data-v-55c0b22e {
  flex: 1;
  margin-right: 30rpx;
  text-align: right;
}
.list-input .unset.data-v-55c0b22e {
  color: #9b9b9b;
}
.list-input navigator.data-v-55c0b22e {
  overflow: hidden;
  white-space: nowrap;
  margin-right: 30rpx;
  color: #757575;
}
.list-input >._div.data-v-55c0b22e,
.list-input picker.data-v-55c0b22e {
  margin-right: 30rpx;
  color: #757575;
}
.fade.data-v-55c0b22e {
  opacity: 0.5;
}
.hover.data-v-55c0b22e {
  background-color: #d5d5d5 !important;
}
.hover-shallow.data-v-55c0b22e {
  background-color: #ededed !important;
}
.hide.data-v-55c0b22e {
  display: none !important;
}
._textarea.data-v-55c0b22e {
  padding: 10rpx;
}
.content.data-v-55c0b22e {
  margin: 0 3%;
  width: 94%;
  font-size: 30rpx;
}
.search_box.data-v-55c0b22e {
  margin: 30rpx 0;
  height: 80rpx;
  padding: 0 20rpx;
  background: #eee;
  border-radius: 40rpx;
}
.search_icon.data-v-55c0b22e {
  float: right;
  display: inline-block;
  width: 80rpx;
  height: 80rpx;
}
.search_icon ._img.data-v-55c0b22e {
  width: 100%;
  height: 100%;
}
.search.data-v-55c0b22e {
  float: left;
  width: 80%;
  height: 80rpx;
  padding: 0 10rpx;
  line-height: 80rpx;
  color: #333;
}
.history ._p.data-v-55c0b22e {
  color: #333;
  line-height: 40rpx;
  margin-bottom: 20rpx;
}
.delete_icon.data-v-55c0b22e {
  float: right;
  width: 40rpx;
  height: 40rpx;
}
.history ._a.data-v-55c0b22e {
  margin: 0 20rpx 20rpx 0;
  display: inline-block;
  padding: 20rpx 25rpx;
  background-color: #eee;
  border-radius: 8rpx;
}
.tab.data-v-55c0b22e {
  width: 100%;
  height: 80rpx;
  background-color: #fff;
  border-bottom: 1rpx solid #dedede;
}
.tab_item.data-v-55c0b22e {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 33%;
  text-align: center;
  line-height: 80rpx;
}
.checked.data-v-55c0b22e {
  border-bottom: 5rpx solid #aa001a;
}
.number.data-v-55c0b22e {
  margin-left: 10rpx;
  display: inline-block;
  width: 50rpx;
  height: 36rpx;
  background-color: #d9534f;
  border-radius: 18rpx;
  color: #fff;
  font-size: 24rpx;
  line-height: 36rpx;
}
.list_box.data-v-55c0b22e {
  width: 100%;
  background-color: #fff;
}
.list.data-v-55c0b22e {
  padding: 20rpx 0;
  border-bottom: 2rpx solid #dedede;
}
.list ._p.data-v-55c0b22e {
  margin-bottom: 10rpx;
  line-height: 40rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list ._span.data-v-55c0b22e {
  font-size: 28rpx;
  color: #999;
}
.line.data-v-55c0b22e {
  margin: 0 20rpx;
  color: #999;
}