competitionRecords.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. .container{
  2. height: 100vh;
  3. }
  4. .content{
  5. flex: 1;
  6. overflow: auto;
  7. padding-bottom: 32rpx;
  8. }
  9. .card-box{
  10. background-color: #fff;
  11. border-radius: 28rpx;
  12. margin: 40rpx 32rpx;
  13. }
  14. .first-card{
  15. margin: 32rpx 32rpx 40rpx;
  16. }
  17. .card-top{
  18. display: flex;
  19. position: relative;
  20. height: 150rpx;
  21. }
  22. .card-title-box{
  23. padding: 30rpx 0 0 32rpx;
  24. }
  25. .card-title{
  26. font-weight: 600;
  27. font-size: 32rpx;
  28. color: #000000;
  29. line-height: 44rpx;
  30. margin-bottom: 10rpx;
  31. }
  32. .card-time{
  33. font-weight: 400;
  34. font-size: 24rpx;
  35. color: #B0B0B0;
  36. line-height: 34rpx;
  37. }
  38. .card-img{
  39. width: 176.78rpx;
  40. height: 176.78rpx;
  41. position: absolute;
  42. top: 0;
  43. right: 0;
  44. }
  45. .cell-item{
  46. position: relative;
  47. width: 154rpx;
  48. display: flex;
  49. flex-direction: column;
  50. align-items: flex-end;
  51. }
  52. .cell-bg{
  53. margin-top: -20rpx;
  54. width: 154rpx;
  55. height: 30rpx;
  56. background: linear-gradient( 270deg, rgba(255,230,0,0) 0%, #FFC800 100%);
  57. opacity: 0.26;
  58. }
  59. .cell-img{
  60. width: 112rpx;
  61. height: 40rpx;
  62. margin-right: 10rpx;
  63. }
  64. .cell-text{
  65. margin: 20rpx 32rpx 34rpx;
  66. font-weight: 400;
  67. font-size: 28rpx;
  68. color: #000000;
  69. line-height: 40rpx;
  70. }
  71. .loading{
  72. color: #969799;
  73. font-size:24rpx;
  74. text-align: center;
  75. padding-bottom: 32rpx;
  76. }
  77. .uploader{
  78. padding: 18rpx 32rpx 124rpx;
  79. }
  80. .preview-wrap{
  81. position: relative;
  82. display: flex;
  83. width: 160rpx;
  84. }
  85. .preview-wrap-pdf{
  86. display: flex;
  87. }
  88. .preview-img{
  89. width: 160rpx;
  90. height: 160rpx;
  91. }
  92. .delete-btn{
  93. position: absolute;
  94. right: 0;
  95. top: 0;
  96. background: rgba(0,0,0,0.6);
  97. border-radius: 0 0 0 12px;
  98. width:28rpx;
  99. height: 28rpx;
  100. }
  101. .delete-btn-pdf{
  102. margin-left: 20rpx;
  103. }
  104. .delete-btn-icon{
  105. position: absolute;
  106. top: -2px;
  107. right: -2px;
  108. transform: scale(0.5);
  109. }
  110. .uploader-text{
  111. width: 328rpx;
  112. height: 190rpx;
  113. background: #F3F3F3;
  114. border-radius: 16rpx;
  115. display: flex;
  116. flex-direction: column;
  117. align-items: center;
  118. justify-content: center;
  119. font-weight: 400;
  120. font-size: 28rpx;
  121. color: #4A4A4A;
  122. line-height: 40rpx;
  123. }
  124. .uploader-img{
  125. width: 48rpx;
  126. height: 42.85rpx;
  127. margin-bottom: 20rpx;
  128. }