activityDetails.wxss 706 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. page {
  2. padding-bottom: calc(1em + 2 * .72em)
  3. }
  4. .registering {
  5. background-color: #FF0039
  6. }
  7. .ready {
  8. background: #51B84B
  9. }
  10. .title {
  11. font-size: 36rpx;
  12. font-weight: bold
  13. }
  14. .label image {
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. right: 0;
  19. bottom: 0;
  20. z-index: 0
  21. }
  22. .label text {
  23. position: relative;
  24. z-index: 1
  25. }
  26. .label {
  27. padding: 4rpx 24rpx 6rpx 6rpx;
  28. display: inline-block;
  29. overflow: hidden;
  30. margin-right: 2em
  31. }
  32. .acttime {
  33. color: #E6233C
  34. }
  35. .subtitle {
  36. font-weight: bold
  37. }
  38. .details {
  39. margin-top: .5em
  40. }
  41. .btn {
  42. text-align: center;
  43. padding: .72em;
  44. position: fixed;
  45. left: 0;
  46. right: 0;
  47. bottom: 0;
  48. z-index: 1
  49. }
  50. .btn.registering, .btn.ready {
  51. color: #fff
  52. }