enroll.wxss 4.4 KB
page {
  height: 100%;
  padding-bottom: 78rpx;
  box-sizing: border-box;
}

.info_box {
  width: 100%;
  padding: 0 32rpx;
  border-bottom: 16rpx solid #f5f6f8;
  box-sizing: border-box;
}

.info_box:last-child {
  border-bottom: none !important;
}

.item {
  width: 100%;
  height: 100rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  border-bottom: 2rpx solid #e6e6e6;
  box-sizing: border-box;
}

.item input {
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  text-align: right;
}

.item:last-child {
  border: none;
}

.item  text:last-child {
  color: #666;
}

.right, .left {
  display: flex;
  align-items: center;
}

.right text {
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(204, 204, 204, 1);
}

.right image {
  width: 14rpx;
  height: 24rpx;
  margin-left: 21rpx;
}

.left image {
  width: 18rpx;
  height: 18rpx;
  margin-right: 10rpx;
}

.tilte {
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  margin-top: 50rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tilte .del{
  width: 40rpx;
  height: 40rpx;
}
.tilte text {
  font-size: 24rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(248, 65, 65, 1);
  margin-left: 23rpx;
}

.add {
  width: 100%;
  height: 100rpx;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(65, 205, 121, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.submit {
  width: 686rpx;
  height: 88rpx;
  background: rgba(65, 205, 121, 1);
  border-radius: 10rpx;
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 90rpx auto 0;
}

.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;
}

.btn_box {
  width: 100%;
  height: 522rpx;
  padding-top: 226rpx;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.look_table {
  width: 322rpx;
  height: 88rpx;
  background: rgba(65, 205, 121, 1);
  border-radius: 44rpx;
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.fill_time {
  width: 100%;
  height: 88rpx;
  background: rgba(65, 205, 121, 1);
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 119rpx;
}

.two_btn {
  width: 100%;
  height: 88rpx;
  display: flex;
  justify-content: space-between;
}

.two_btn view {
  width: 50%;
  height: 100%;
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 119rpx;
}
.two_btn view:first-child{
  background: #CCCCCC;
}
.two_btn view:last-child{
  background: #41CD79;
}
.line{
  width: 100%;
  height: 78rpx;
}