index.wxss 1.9 KB

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