result.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. /* pages/control/result/result.wxss */
  2. page {
  3. width: 750rpx;
  4. min-height: 100vh;
  5. background: #F6F6F6;
  6. }
  7. .topBox {
  8. width: 750rpx;
  9. background: #FFFFFF;
  10. padding: 32rpx;
  11. flex-direction: column;
  12. }
  13. .topBox .icon {
  14. width: 68rpx;
  15. height: 68rpx;
  16. }
  17. .topBox .tips {
  18. font-size: 36rpx;
  19. font-weight: 600;
  20. color: #333333;
  21. }
  22. .contioner {
  23. padding: 40rpx 30rpx;
  24. background: #FFFFFF;
  25. width: 690rpx;
  26. border-radius: 8rpx;
  27. margin: 25rpx auto;
  28. flex-direction: column;
  29. }
  30. .contioner .top {
  31. text-align: center;
  32. margin-bottom: 56rpx;
  33. }
  34. .contioner .top .tit {
  35. font-size: 36rpx;
  36. font-weight: 600;
  37. color: #000000;
  38. }
  39. .contioner .top .tips {
  40. font-size: 24rpx;
  41. color: #999999;
  42. }
  43. .contioner .foot {
  44. font-size: 28rpx;
  45. font-weight: 600;
  46. color: #333333;
  47. }
  48. .contioner .title {
  49. font-size: 28rpx;
  50. font-weight: 600;
  51. text-align: left;
  52. color: #333333;
  53. margin-bottom: 32rpx;
  54. }
  55. .contioner .le {
  56. font-size: 24rpx;
  57. font-weight: 600;
  58. color: #333333;
  59. }
  60. .contioner .lr {
  61. font-size: 24rpx;
  62. color: #666666;
  63. }
  64. .footer {
  65. width: 750rpx;
  66. height: 148rpx;
  67. background: #FFFFFF;
  68. border-radius: 24rpx 24rpx 0px 0px;
  69. position: fixed;
  70. left: 0;
  71. bottom: 0;
  72. padding: 30rpx;
  73. }
  74. .footer .btn {
  75. font-size: 30rpx;
  76. color: #52A1FF;
  77. }