result.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. /* pages/result/result.wxss */
  2. page{
  3. font-weight: 600
  4. }
  5. .logo{
  6. position:fixed;
  7. top:0;
  8. left:0;
  9. width:100%;
  10. height:1334rpx;
  11. padding:0;
  12. margin: 0;
  13. z-index: 1;
  14. }
  15. .list{
  16. position: relative;
  17. z-index: 1000;
  18. }
  19. .li-canvas-items{
  20. position: relative;
  21. height: 530rpx;
  22. }
  23. .li-canvas-item{
  24. height: 519rpx;
  25. width: 100%;
  26. position: absolute;
  27. left: 6.3%;
  28. bottom: 0;
  29. }
  30. .li-canvas{
  31. text-align: center;
  32. /* margin: 0 0 50rpx 0;
  33. height: 600rpx; */
  34. /* position: relative; */
  35. }
  36. .li-canvas-core{
  37. margin:0 100rpx;
  38. font-size: 30rpx;
  39. color: #393939;
  40. }
  41. .footer{
  42. text-align: center;
  43. padding-bottom: 45rpx;
  44. margin-top: 60rpx;
  45. display: flex;
  46. justify-content: space-around
  47. }
  48. .footer-btn{
  49. width:284rpx;
  50. height:88rpx;
  51. /* background:rgba(235,129,4,1);
  52. border-radius:44rpx;
  53. color: #000;
  54. font-size: 34rpx;
  55. line-height: 88rpx;
  56. text-align: center; */
  57. }
  58. .title{
  59. text-align: center;
  60. color: #EB8104;
  61. font-size: 34rpx;
  62. font-weight:bold;
  63. /* padding: 70rpx 0; */
  64. -webkit-text-stroke:2rpx #393939;
  65. }
  66. .li-canvas-core-num{
  67. color: #EB8104;
  68. /* margin-bottom: 10rpx; */
  69. font-size: 93rpx;
  70. -webkit-text-stroke:4rpx #393939;
  71. }
  72. .li-canvas-core-text{
  73. color: #000;
  74. margin-top: 33rpx;
  75. font-size: 30rpx;
  76. font-weight: 600
  77. }
  78. .list-number{
  79. color: #000;
  80. font-size: 40rpx;
  81. margin-top: 22rpx;
  82. font-weight: 600
  83. }
  84. .no{
  85. text-align: center;
  86. position: fixed;
  87. top: 30%;
  88. z-index: 1000;
  89. }
  90. .no-img{
  91. width: 337rpx;
  92. height: 350rpx;
  93. margin-bottom: 366rpx;
  94. }
  95. .no-test{
  96. width: 518rpx;
  97. height: 88rpx;
  98. }
  99. .post{
  100. display: flex;
  101. justify-content: space-around;
  102. padding: 50rpx 22rpx;
  103. height: 450rpx;
  104. }
  105. .post-item{
  106. text-align: center;
  107. width: 64rpx;
  108. position: relative;
  109. }
  110. .post-items{
  111. position: absolute;
  112. bottom: 0;
  113. }
  114. .post-item-num{
  115. color: #393939;
  116. font-size: 24rpx;
  117. }
  118. .post-item-content{
  119. width:25rpx;
  120. height:0rpx;
  121. margin: 0 auto;
  122. }
  123. .post-item-value{
  124. color:rgba(0,0,0,1);
  125. font-weight: bold;
  126. text-align: center;
  127. font-size: 26rpx;
  128. margin-top: 23rpx;
  129. line-height: 24rpx;
  130. -webkit-text-stroke:0.5rpx #EB8104;
  131. width: 64rpx;
  132. height: 75rpx;
  133. }
  134. .li-canvas-progress{
  135. height:16rpx;
  136. background:rgba(255,225,181,1);
  137. border-radius:8rpx;
  138. position: relative;
  139. width: 100%;
  140. margin-top: 52rpx;
  141. }
  142. .li-canvas-progress-items{
  143. background:#C84507;
  144. /* border-radius:; */
  145. position: absolute;
  146. top: 0;
  147. left: 0;
  148. z-index: 1000;
  149. height:16rpx;
  150. }