12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- * {box-sizing: border-box;margin: 0;padding: 0;border: none;text-align: center;font-family: "PingFang SC,Microsoft YaHei,SourceHanSansCN-Normal,HiraginoSansGB,HiraginoSans-W3,Helvetica Neue,Helvetica,STHeiTi,sans-serif";color: #fff;}
- span,p,div {font-size: .12rem;}
- html,body {width: 100%;height: 100%;background: #212388;
- }
- // .title {font-size: .18rem;color: #fff;
- // }
- .back {width: 100%;position: absolute;top: 0;left: 0;
- }
- .content {width: 3rem;height: 2.04rem;padding-top: .32rem;border: 1px solid #fff;position: absolute;top: 1.02rem;left: 50%;transform: translate(-50%,0);
- }
- .total {margin-bottom: .06rem;
- }
- .num,.total {font-weight: bold;font-size: .36rem;color: #9B0003;
- }
- .num {line-height: .43rem;margin-bottom: .02rem;}
- .descri {font-size: .15rem;color: #9B0003;margin-bottom: .27rem;}
- .myReward{font-size: 0.15rem;line-height: 0.21rem;color: #333333;text-align: center;margin-top:0.59rem;
- }
- .myReward span{color: #FD5E02;font-size: 0.15rem;line-height: 0.21rem;
- }
- ul{display: flex;
- }
- .register::after,.besure::after {content: "";display: inline-block;width: .01rem;height: .41rem;background: #D08A8B;position: absolute;right: 0;top: .1rem;
- }
- .count li {width: 33.3333%;text-align: center;position: relative;
- }
- .count li span{color: #9B0003;font-size: 0.13rem;line-height: 0.18rem;
- }
- .award {width: 100%;position: absolute;top: 3.3rem;left: 50%;transform: translate(-50%,0);text-align: center;
- }
- .award ul li {width: 50%;
- }
- .award span {display: inline-block;width: 1.05rem;height: .3rem;line-height: .3rem;margin-top: .03rem;font-size: .14rem;color: rgba(255, 255, 255, .68);
- }
- .hasDone {position: relative;
- }
- .hasDone:after {content: "";width: .01rem;height: .34rem;position: absolute;right: 0;top: 0;background: #fff;
- }
- .active span {font-size: .14rem;color: #fff;background: rgba(0, 0, 0, .14);border-radius: .15rem;
- }
- .doneList,.noList {width: 3.29rem;margin-top: .04rem;margin: auto;
- }
- .noList {display: none;
- }
- .info {height: .71rem;border-bottom: .01rem solid #fff;padding-top: .09rem;display: flex;align-items: center;justify-content: space-between;
- }
- .icon {width: .44rem;height: .44rem;border-radius: 50%;margin-right: .16rem;
- }
- .other {flex: 1;}
- .other div {text-align: left;line-height: .17rem;
- }
- .status {margin-right: .51rem;font-size: .14rem;color: #B53232;
- }
- .tel {font-size: .14rem;
- }
- .time {color: #FFE8E8;
- }
- .mask{background: rgba(0,0,0,0.4013);position: fixed;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;visibility:hidden;
- }
- .mask .content{width: 2.98rem;background: #f9f9f9;border-radius: 0.16rem;
- }
- .mask .content h3{color: #090909;font-size: 0.16rem;line-height: 0.22rem;padding-top:0.12rem;padding-bottom: 0.08rem;text-align: center;
- }
- .mask .content p{color: #090909;line-height: 0.23rem;font-size: 0.14rem;margin-bottom: 0.15rem;text-align: center;}
- .mask .content div{border-top: 0.01rem solid rgba(191,191,191,0.1998);color: #FF5000;text-align: center;font-size: 0.14rem;line-height: 0.2rem;padding: 0.09rem 0 0.12rem 0;}
- .alert-info {position: fixed;top: 50%;right: 0;left: 0;bottom: 0;text-align: center;z-index: 2;display: none;}
- .alert-info p {display: inline-block;height: .38rem;color: #fff;font-size: .14rem;line-height: .38rem;padding: 0 .1rem;background: rgba(0, 0, 0,.698);border-radius: 5px;}
|