admin.wxss 2.5 KB
page {
  height: 100%;
}

.adminitem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30rpx 32rpx;
}

.admin_left {
  width: 60%;
  display: flex;
  align-items: center;
}

.admin_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 16rpx 0 0;
  width: 76rpx;
  height: 76rpx;
  border-radius: 50%;
  overflow: hidden;
}

.admin_img image {
  display: block;
  width: 100%;
  height: 100%;
}

.admin_txttitle {
  color: #333;
  font-size: 28rpx;
}

.admin_txt {
  color: #999;
  font-size: 26rpx;
}

.admin_rigth {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: 40%;
}

.admin_buttom {
  width: 120rpx;
  height: 60rpx;
  border-radius: 30rpx;
  margin: 0 0 0 32rpx;
  color: #fff;
  font-size: 26rpx;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin_active {
  background: #2ed671;
}

.add_time {
  width: 142rpx;
  height: 60rpx;
  border: 1px solid rgba(46, 214, 113, 1);
  border-radius: 30rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(46, 214, 113, 1);
}

.cover_box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.show_box {
  width: 595rpx;
  padding: 0 28rpx 54rpx;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  border-radius: 10rpx;
  position: relative;
}

.show_box .s_title {
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  margin: 74rpx auto 38rpx;
  text-align: center;
}

.show_box .word_area {
  width: 539rpx;
  height: 275rpx;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 10rpx;
  font-size: 26rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(204, 204, 204, 1);
  padding: 30rpx 36rpx;
  box-sizing: border-box;
}
.show_box .active{
  height: auto !important;
}
.show_box .submit {
  width: 495rpx;
  height: 88rpx;
  background: rgba(65, 205, 121, 1);
  border-radius: 10rpx;
  margin: 56rpx auto 0;
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.show_box .close {
  width: 26rpx;
  height: 26rpx;
  color: #ccc;
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 500;
  position: absolute;
  right: 29rpx;
  top: 31rpx;
}