clock.wxss 4.1 KB
/* page {
  background: #1d8efe;
} */

.writebac {
  background: #1d8efe;
}

.clockbac {
  width: 686rpx;
  height: 1113rpx;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  border-radius: 8rpx;
  margin: 64rpx auto 0;
  overflow: hidden;
}

.clockpic {
  width: 220rpx;
  height: 220rpx;
  font-size: 0;
  margin: 62rpx auto 0;
}

.clocknameone {
  color: #06121e;
  font-size: 40rpx;
  font-weight: bold;
  margin-top: 32rpx;
  text-align: center;
}

.clocktext {
  margin-top: 50rpx;
  color: #06121e;
  font-size: 32rpx;
  font-weight: bold;
  text-align: center;
}

/* 打卡时间 */

.clocktimebox {
  padding: 0 48rpx;
  box-sizing: border-box;
  margin-top: 34rpx;
}

.clocktimetop {
  padding: 36rpx 0;
  box-sizing: border-box;
}

.clocktimeleft {
  color: #06121e;
  font-size: 30rpx;
  font-weight: bold;
}

.clockname {
  width:440rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  color: #0a1015;
  font-size: 24rpx;
}

.clocktime {
   width:440rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  color: #8c9198;
  font-size: 20rpx;
  margin-top: 8rpx;
}

.sectop {
  margin-top: 32rpx;
  border-bottom: 1rpx solid #f5f5f5;
  padding-top: 0;
}
.writebtn{
  margin-top:60rpx
}

.onetop {
  border-top: 1rpx solid #f5f5f5;
}

.first {
  color: #1c8fff;
  font-size: 60rpx;
  font-weight: bold;
  margin: 0 10rpx;
}

.wai {
  width: 488rpx;
  padding: 0 12rpx;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 92rpx;
  background: rgba(230, 243, 255, 1);
  opacity: 1;
  border-radius: 8rpx;
  color: #1c8fff;
  font-size: 32rpx;
  text-align: center;
  line-height: 92rpx;
  margin: 32rpx auto 0;
}

.nei {
  width: 488rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 12rpx;
  box-sizing: border-box;
  height: 92rpx;
  background: rgba(255, 240, 230, 1);
  opacity: 1;
  border-radius: 8rpx;
  color: #fc8749;
  font-size: 32rpx;
  text-align: center;
  line-height: 92rpx;
  margin: 32rpx auto 0;
}

/* page {
  background: #1d8efe;
} */

page {
  height: 100%;
}

.dengbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #1d8efe;
}

.dakapageblue {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #1d8efe;
}

.dakapagered {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #d3012e;
}

.writebac {
  width: 686rpx;
  height: 660rpx;
  background: #fff;
  opacity: 1;
  border-radius: 8rpx;
  margin: 64rpx auto 0;
  overflow: hidden;
}

.toppic {
  width: 300rpx;
  height: 300rpx;
  font-size: 0;
  margin: 72rpx auto 0;
}

.writename {
  color: #06121e;
  font-size: 40rpx;
  font-weight: bold;
  margin-top: 32rpx;
  text-align: center;
}
.redbtn{
  background: #D4012D;
  color:#fff;
}

/*二维码 */

.jiaotop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top:10rpx;
  right: 0rpx;
  z-index: 999
}

.botjiao {
  width: 80rpx;
  height: 80rpx;
  background: rgba(28, 143, 255, 1);
  border-radius: 50%;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center
}

.codeimg {
  width: 50rpx;
  height: 50rpx;
  font-size: 0;
}
/* 弹层二维码 */
.codewrap {
  width: 606rpx;
  height: 696rpx;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0rpx 6rpx 12rpx rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 24rpx;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.codetop {
  width: 606rpx;
  height: 186rpx;
  font-size: 0;
  position: relative;
  top: 0;
  left: 0;
}

.codename {
  color: #fff;
  font-size: 40rpx;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.closeimg {
  width: 72rpx;
  height: 72rpx;
  font-size: 0;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.ansave {
  color: #06121e;
  font-size: 36rpx;
  font-weight: bold;
  margin-top: 40rpx;
  text-align: center;
}

.codekimg {
  width: 260rpx;
  height: 260rpx;
  font-size: 0;
  margin: 80rpx auto 0;
}
.waiben{
  position: relative
}