activityDetails.wxss 701 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. color: #000;
  50. background-color: #fff;
  51. }