説明なし

newinviteDetail.css 3.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. * {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;}
  2. span,p,div {font-size: .12rem;}
  3. html,body {width: 100%;height: 100%;background: #212388;
  4. }
  5. // .title {font-size: .18rem;color: #fff;
  6. // }
  7. .back {width: 100%;position: absolute;top: 0;left: 0;
  8. }
  9. .content {width: 3rem;height: 2.04rem;padding-top: .32rem;border: 1px solid #fff;position: absolute;top: 1.02rem;left: 50%;transform: translate(-50%,0);
  10. }
  11. .total {margin-bottom: .06rem;
  12. }
  13. .num,.total {font-weight: bold;font-size: .36rem;color: #9B0003;
  14. }
  15. .num {line-height: .43rem;margin-bottom: .02rem;}
  16. .descri {font-size: .15rem;color: #9B0003;margin-bottom: .27rem;}
  17. .myReward{font-size: 0.15rem;line-height: 0.21rem;color: #333333;text-align: center;margin-top:0.59rem;
  18. }
  19. .myReward span{color: #FD5E02;font-size: 0.15rem;line-height: 0.21rem;
  20. }
  21. ul{display: flex;
  22. }
  23. .register::after,.besure::after {content: "";display: inline-block;width: .01rem;height: .41rem;background: #D08A8B;position: absolute;right: 0;top: .1rem;
  24. }
  25. .count li {width: 33.3333%;text-align: center;position: relative;
  26. }
  27. .count li span{color: #9B0003;font-size: 0.13rem;line-height: 0.18rem;
  28. }
  29. .award {width: 100%;position: absolute;top: 3.3rem;left: 50%;transform: translate(-50%,0);text-align: center;
  30. }
  31. .award ul li {width: 50%;
  32. }
  33. .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);
  34. }
  35. .hasDone {position: relative;
  36. }
  37. .hasDone:after {content: "";width: .01rem;height: .34rem;position: absolute;right: 0;top: 0;background: #fff;
  38. }
  39. .active span {font-size: .14rem;color: #fff;background: rgba(0, 0, 0, .14);border-radius: .15rem;
  40. }
  41. .doneList,.noList {width: 3.29rem;margin-top: .04rem;margin: auto;
  42. }
  43. .noList {display: none;
  44. }
  45. .info {height: .71rem;border-bottom: .01rem solid #fff;padding-top: .09rem;display: flex;align-items: center;justify-content: space-between;
  46. }
  47. .icon {width: .44rem;height: .44rem;border-radius: 50%;margin-right: .16rem;
  48. }
  49. .other {flex: 1;}
  50. .other div {text-align: left;line-height: .17rem;
  51. }
  52. .status {margin-right: .51rem;font-size: .14rem;color: #B53232;
  53. }
  54. .tel {font-size: .14rem;
  55. }
  56. .time {color: #FFE8E8;
  57. }
  58. .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;
  59. }
  60. .mask .content{width: 2.98rem;background: #f9f9f9;border-radius: 0.16rem;
  61. }
  62. .mask .content h3{color: #090909;font-size: 0.16rem;line-height: 0.22rem;padding-top:0.12rem;padding-bottom: 0.08rem;text-align: center;
  63. }
  64. .mask .content p{color: #090909;line-height: 0.23rem;font-size: 0.14rem;margin-bottom: 0.15rem;text-align: center;}
  65. .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;}
  66. .alert-info {position: fixed;top: 50%;right: 0;left: 0;bottom: 0;text-align: center;z-index: 2;display: none;}
  67. .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;}