signIn.wxss 1.2 KB
/* pages/signIn/signIn.wxss */
.content_box{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 100rpx 0 160rpx 0;
}
.hint_info {
  font-size: 36rpx;
  color: #fc961e;
  padding: 0 160rpx;
  text-align: center;
  /* margin: 100rpx 0; */
}

.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;
  margin: 0 auto;
  position: relative;
  margin-top: 50rpx;
}

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

.list_img {
  width: 473rpx;
  height: 287rpx;
  position: absolute;
  bottom: -220rpx;
}
.img2{
  bottom: 0;
  left: -69rpx;
}
.list_img image,.img2 image{
  width: 100%;
  height: 100%;
}
.list_time{
  font-size: 32rpx;
  color: #EEA625;
  margin-top: 300rpx;
  text-align: center;
}