index.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. .submit-content {
  2. display: flex;
  3. align-items: center;
  4. justify-content: center;
  5. flex-direction: column;
  6. }
  7. .submit-content image {
  8. width: 749rpx;
  9. height: 450rpx;
  10. margin-top: 153rpx;
  11. }
  12. .identification-submit {
  13. font-size: 42rpx;
  14. font-family: PingFangSC-Semibold, PingFang SC;
  15. font-weight: 600;
  16. color: #000000;
  17. }
  18. .identification-message {
  19. font-size: 30rpx;
  20. font-family: PingFangSC-Regular, PingFang SC;
  21. font-weight: 400;
  22. color: #666666;
  23. margin-top: 20rpx;
  24. text-align: center;
  25. }
  26. .identification-btn {
  27. width: 100%;
  28. height: 128rpx;
  29. display: flex;
  30. align-items: center;
  31. justify-content: center;
  32. position: fixed;
  33. bottom: 0;
  34. left: 0;
  35. }
  36. .identification-btn navigator {
  37. width: 690rpx;
  38. height: 88rpx;
  39. font-size: 34rpx;
  40. font-family: PingFangSC-Medium, PingFang SC;
  41. font-weight: 500;
  42. color: #FFFFFF;
  43. background: #0177FF;
  44. border-radius: 10rpx;
  45. text-align: center;
  46. line-height: 88rpx;
  47. }
  48. .db image {
  49. width: 100%;
  50. /* height: 641rpx; */
  51. }
  52. .shz {
  53. display: flex;
  54. width: 100%;
  55. flex-direction: column;
  56. align-items: center;
  57. justify-content: center;
  58. }
  59. .shz .sfshz {
  60. font-size: 38rpx;
  61. font-family: SourceHanSansCN-Medium;
  62. font-weight: bold;
  63. color: rgba(102, 102, 102, 1);
  64. padding-top: 150rpx;
  65. }
  66. .shz .sqtjdht {
  67. font-size: 26rpx;
  68. font-family: SourceHanSansCN-Regular;
  69. font-weight: bold;
  70. color: rgba(153, 153, 153, 1);
  71. padding-top: 45rpx;
  72. }
  73. .shz .wait {
  74. font-size: 26rpx;
  75. font-family: SourceHanSansCN-Regular;
  76. font-weight: bold;
  77. color: rgba(153, 153, 153, 1);
  78. padding-top: 10rpx;
  79. }
  80. .shz .shwtg {
  81. display: flex;
  82. align-items: center;
  83. justify-content: center;
  84. width: 287rpx;
  85. height: 85rpx;
  86. background: linear-gradient(-60deg, rgba(237, 141, 93, 1), rgba(251, 174, 111, 1));
  87. border-radius: 42rpx;
  88. margin-top: 54rpx
  89. }
  90. .shz .shwtg text {
  91. font-size: 38rpx;
  92. font-family: SourceHanSansCN-Regular;
  93. font-weight: 400;
  94. color: rgba(255, 254, 254, 1);
  95. }