daySignIn.wxss 2.7 KB
/* pages/signIn/daySignIn/daySignIn.wxss */

.banner_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30rpx 35rpx;
}

.banner_item {
  width: 212rpx;
  height: 78rpx;
  background: #ffad50;
  border-radius: 16rpx;
  font-size: 28rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8rpx;
}

.banner_value {
  background: #f5f6fa;
  color: #000;
}

.content_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.circle_box {
  width: 300rpx;
  height: 300rpx;
  background: linear-gradient(to right, #ece599, #e7c366);
  box-shadow: 0rpx 15rpx 30rpx 0rpx #e7c366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 48rpx;
  color: #fff;
}

.circle_active {
  background: linear-gradient(to right, rgba(255, 201, 136, 0.8), #ffad50);
  box-shadow: 0rpx 15rpx 30rpx 0rpx rgba(255, 211, 160, 1);
}

.time_info {
  font-size: 32rpx;
  margin-top: 35rpx;
}

.list_info {
  font-size: 28rpx;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 50rpx auto;
}

.footer_box {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}

.footer_item {
  height: 100rpx;
  background: #ffad50;
  border-radius: 16rpx 16rpx 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_item view {
  width: 25%;
  text-align: center;
  font-size: 28rpx;
  color: #fff;
}

.footer_time {
  height: 117rpx;
  background: #f5f6fa;
}

.footer_time view {
  font-size: 24rpx;
  color: #000;
  text-align: center;
}

.footer_info view {
  width: 100%;
  text-align: center;
  padding: 0 20rpx;
}

/*  */

.mask_box {
  width: 100%;
  height: 100%;
  background-color: RGBA(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.popuo_box {
  width: 646rpx;
  height: 450rpx;
  background-color: #fff;
  border-radius: 36rpx;
  font-size: 36rpx;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* padding: 40rpx auto 30rpx auto; */
}

.popup_title {
  font-size: 26rpx;
  color: #000;
  margin: 30rpx;
  text-align: center;
}

.popup_content {
  width: 100%;
  padding: 0 30rpx;
  font-size: 32rpx;
  color: #000;
  text-align: center;
  margin-top: 40rpx;
}

.popup_item {
  margin-bottom: 20rpx;
}

.popup_btn {
  width: 260rpx;
  height: 80rpx;
  background: linear-gradient(0deg, rgba(255, 173, 80, 1), rgba(255, 191, 118, 1));
  border-radius: 40rpx;
  font-size: 30rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80rpx;
}