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

.LoadingMask.data-v-56c2241c {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 99999;
}
.LoadingMask ._img.data-v-56c2241c {
  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-56c2241c {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.img-box >._img.data-v-56c2241c,
.img-box >._div.data-v-56c2241c {
  height: 160rpx;
  width: 160rpx;
  margin-right: 20rpx;
  margin-bottom: 20rpx;
}
.subtitle.data-v-56c2241c {
  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-56c2241c {
  padding-left: 30rpx;
  font: 30rpx/80rpx false;
  background: #fff;
}
.para-title.data-v-56c2241c {
  display: flex;
  align-items: center;
  font: bold 32rpx/100rpx false;
  color: #424242;
}
.para-title ._div.data-v-56c2241c {
  margin-right: 20rpx;
  height: 45rpx;
  width: 10rpx;
  background: #aa001a;
}
.commit.data-v-56c2241c {
  padding: 30rpx;
  box-sizing: border-box;
}
.commit navigator.data-v-56c2241c,
.commit ._div.data-v-56c2241c,
.commit ._button.data-v-56c2241c {
  height: 100%;
  width: 100%;
  background: #aa001a;
  color: #fff;
  text-align: center;
  font: 32rpx/80rpx false;
  border-radius: 10rpx;
}
.between.data-v-56c2241c {
  justify-content: space-between;
}
.list-input.data-v-56c2241c {
  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-56c2241c {
  margin: 0 30rpx;
  white-space: nowrap;
}
.list-input ._input.data-v-56c2241c {
  flex: 1;
  margin-right: 30rpx;
  text-align: right;
}
.list-input .unset.data-v-56c2241c {
  color: #9b9b9b;
}
.list-input navigator.data-v-56c2241c {
  overflow: hidden;
  white-space: nowrap;
  margin-right: 30rpx;
  color: #757575;
}
.list-input >._div.data-v-56c2241c,
.list-input picker.data-v-56c2241c {
  margin-right: 30rpx;
  color: #757575;
}
.fade.data-v-56c2241c {
  opacity: 0.5;
}
.hover.data-v-56c2241c {
  background-color: #d5d5d5 !important;
}
.hover-shallow.data-v-56c2241c {
  background-color: #ededed !important;
}
.hide.data-v-56c2241c {
  display: none !important;
}
._textarea.data-v-56c2241c {
  padding: 10rpx;
}
.me.data-v-56c2241c {
  width: 100%;
  min-height: 100%;
  background: #f6f6f6;
  position: absolute;
}
.head.data-v-56c2241c {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 400rpx;
  width: 100%;
  background: #aa001a;
  color: #fff;
}
.head .img.data-v-56c2241c {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .img .photo.data-v-56c2241c {
  height: 155rpx;
  width: 155rpx;
  border-radius: 50%;
  border: 5rpx solid rgba(255,255,255,0.8);
}
.head .img .vip.data-v-56c2241c {
  position: absolute;
  top: 120rpx;
  left: 110rpx;
  height: 50rpx;
  width: 50rpx;
}
.head .name.data-v-56c2241c {
  font: 38rpx/80rpx false;
}
.head .info.data-v-56c2241c {
  font: 26rpx/40rpx false;
}
.nav-item.data-v-56c2241c {
  padding: 0 25rpx;
  font: 30rpx/88rpx false;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1rpx solid #dedede;
  position: relative;
}
.nav-item.data-v-56c2241c:nth-child(5) {
  margin-top: 20rpx;
  border-top: 1rpx solid #dedede;
}
.nav-item.data-v-56c2241c:nth-child(8) {
  margin-top: 20rpx;
  border-top: 1rpx solid #dedede;
}
.nav-item ._img.data-v-56c2241c {
  height: 38rpx;
  width: 38rpx;
  margin-right: 25rpx;
}
.nav-item ._img.attence.data-v-56c2241c {
  width: 40rpx;
  margin-right: 23rpx;
}
.nav-item ._img.schedule.data-v-56c2241c {
  width: 36rpx;
  margin-right: 27rpx;
}
.nav-item .arrow.data-v-56c2241c {
  height: 15rpx;
  width: 15rpx;
  border-bottom: 4rpx solid #bbb;
  border-left: 4rpx solid #bbb;
  transform: rotate(-135deg);
  margin: 0 0 0 auto;
}
.verify.data-v-56c2241c {
  margin: 30rpx 0;
  height: 80rpx;
  width: 100%;
  padding: 0 calc(((100% - 320rpx) / 2));
  box-sizing: border-box;
}
.verify navigator.data-v-56c2241c,
.verify ._div.data-v-56c2241c {
  height: 100%;
  width: 100%;
  background: #aa001a;
  color: #fff;
  text-align: center;
  font: 36rpx/80rpx false;
}
.reset ._div.data-v-56c2241c {
  border: 1rpx solid #dfdee3;
  color: #808080;
  background: #fff;
}
.tips.data-v-56c2241c {
  display: inline-block;
  padding: 0 14rpx;
  background-color: #f2063d;
  color: #fff;
  font-size: 24rpx;
  line-height: 40rpx;
  border-radius: 20rpx;
  position: absolute;
  right: 55rpx;
  top: 24rpx;
  text-align: center;
}
.LoadingMask.data-v-1257c5e6 {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 99999;
}
.LoadingMask ._img.data-v-1257c5e6 {
  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-1257c5e6 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.img-box >._img.data-v-1257c5e6,
.img-box >._div.data-v-1257c5e6 {
  height: 160rpx;
  width: 160rpx;
  margin-right: 20rpx;
  margin-bottom: 20rpx;
}
.subtitle.data-v-1257c5e6 {
  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-1257c5e6 {
  padding-left: 30rpx;
  font: 30rpx/80rpx false;
  background: #fff;
}
.para-title.data-v-1257c5e6 {
  display: flex;
  align-items: center;
  font: bold 32rpx/100rpx false;
  color: #424242;
}
.para-title ._div.data-v-1257c5e6 {
  margin-right: 20rpx;
  height: 45rpx;
  width: 10rpx;
  background: #aa001a;
}
.commit.data-v-1257c5e6 {
  padding: 30rpx;
  box-sizing: border-box;
}
.commit navigator.data-v-1257c5e6,
.commit ._div.data-v-1257c5e6,
.commit ._button.data-v-1257c5e6 {
  height: 100%;
  width: 100%;
  background: #aa001a;
  color: #fff;
  text-align: center;
  font: 32rpx/80rpx false;
  border-radius: 10rpx;
}
.between.data-v-1257c5e6 {
  justify-content: space-between;
}
.list-input.data-v-1257c5e6 {
  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-1257c5e6 {
  margin: 0 30rpx;
  white-space: nowrap;
}
.list-input ._input.data-v-1257c5e6 {
  flex: 1;
  margin-right: 30rpx;
  text-align: right;
}
.list-input .unset.data-v-1257c5e6 {
  color: #9b9b9b;
}
.list-input navigator.data-v-1257c5e6 {
  overflow: hidden;
  white-space: nowrap;
  margin-right: 30rpx;
  color: #757575;
}
.list-input >._div.data-v-1257c5e6,
.list-input picker.data-v-1257c5e6 {
  margin-right: 30rpx;
  color: #757575;
}
.fade.data-v-1257c5e6 {
  opacity: 0.5;
}
.hover.data-v-1257c5e6 {
  background-color: #d5d5d5 !important;
}
.hover-shallow.data-v-1257c5e6 {
  background-color: #ededed !important;
}
.hide.data-v-1257c5e6 {
  display: none !important;
}
._textarea.data-v-1257c5e6 {
  padding: 10rpx;
}
.container.data-v-1257c5e6 {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.cropper-buttons.data-v-1257c5e6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: auto;
  width: 100%;
  padding: 0 20rpx;
  box-sizing: border-box;
  z-index: 99999;
}
.cropper-buttons ._button.data-v-1257c5e6 {
  height: 60rpx;
  line-height: 60rpx;
  margin: 0;
}