result.acss 997 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .result-page {
  2. margin-top: 146rpx;
  3. }
  4. .result-page .content image {
  5. width: 218rpx;
  6. height: 218rpx;
  7. }
  8. .result-page .content .fail-tip, .result-page .content .success-tip {
  9. font-size: 30rpx;
  10. font-family: PingFang SC;
  11. font-weight: 400;
  12. line-height: 42rpx;
  13. color: #666666;
  14. opacity: 1;
  15. margin: 44rpx 0 80rpx;
  16. }
  17. .grade-box {
  18. font-size: 44rpx;
  19. font-family: PingFang SC;
  20. font-weight: 400;
  21. line-height: 60px;
  22. color: #51CDE4;
  23. opacity: 1;
  24. }
  25. .grade {
  26. font-size: 98rpx;
  27. font-weight: bold;
  28. }
  29. .tag-pass{
  30. color: #51CDE4;
  31. }
  32. .tag-nopass{
  33. color: #FF0000;
  34. }
  35. .bot-btn{
  36. width: 100%;
  37. text-align: center;
  38. position: fixed;
  39. bottom: 48rpx;
  40. padding-bottom: 48rpx;
  41. border-bottom: 1px solid #E8E8E8;
  42. }
  43. .bot-btn button {
  44. width: 654rpx;
  45. height: 88rpx;
  46. background: #51CDE4;
  47. opacity: 1;
  48. border-radius: 44rpx;
  49. font-size: 34rpx;
  50. font-family: PingFang SC;
  51. font-weight: 400;
  52. line-height: 88rpx;
  53. color: #FFFFFF;
  54. opacity: 1;
  55. border: none;
  56. margin: 0 auto;
  57. }