face_verify.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. /* components/face_verify/face_verify.wxss */
  2. @import '../../styles/index.wxss';
  3. .card-cont {
  4. position: relative;
  5. padding: 34rpx 0rpx;
  6. }
  7. .card-cont>.title {
  8. margin-left: 24rpx;
  9. font-size: 34rpx;
  10. font-weight: 500;
  11. }
  12. .radio-group {
  13. width: 100%;
  14. display: flex;
  15. justify-content: space-around;
  16. padding-top: 40rpx;
  17. padding-bottom: 15rpx;
  18. }
  19. .padding-sm {
  20. padding: 8rpx 70rpx;
  21. font-size: 30rpx;
  22. }
  23. .label {
  24. padding: 0 !important;
  25. }
  26. .btn {
  27. /* min-width: 236rpx; */
  28. height: 60rpx;
  29. background-color: #EEF1FA;
  30. font-size: 26rpx;
  31. border-radius: 8rpx;
  32. line-height: 60rpx;
  33. color: #515978;
  34. }
  35. button::after {
  36. border: none;
  37. }
  38. /* 按钮点击时 */
  39. .btn-click {
  40. background-color: #eef1fa94 !important;
  41. color: #354aa07c !important;
  42. }
  43. .picker::after {
  44. content: '';
  45. display: inline-block;
  46. width: 16rpx;
  47. height: 16rpx;
  48. margin-left: 15rpx;
  49. border-top: 2rpx solid #333333;
  50. border-right: 2rpx solid #333333;
  51. transform: rotate(45deg);
  52. }
  53. .btn-area {
  54. position: relative;
  55. width: 100%;
  56. padding-top: 46rpx;
  57. }
  58. .btn-area>button {
  59. width: 400rpx;
  60. height: 80rpx;
  61. background: linear-gradient(180deg, #6EAAFF 0%, #2F6FD1 100%);
  62. color: #FFFFFF;
  63. font-size: 30rpx;
  64. line-height: 80rpx;
  65. letter-spacing: 2rpx;
  66. }
  67. /* 提交按钮点击时 */
  68. .btn-click-submit {
  69. background: linear-gradient(180deg, #6EAAFF 0%, #2F6FD1 100%) !important;
  70. color: #FFFFFF;
  71. }
  72. /* 禁用字体颜色手动修改灰色 */
  73. .info {
  74. color: #c8c9cc !important;
  75. }
  76. .line-height {
  77. line-height: 80rpx;
  78. }
  79. .msg_info {
  80. font-size: 34rpx;
  81. font-style: normal;
  82. font-weight: 500;
  83. padding: 0 24rpx;
  84. }
  85. .phone-css {
  86. margin-right: 15rpx;
  87. line-height: 65rpx;
  88. }
  89. .tips {
  90. font-size: 44rpx;
  91. font-weight: 500;
  92. padding: 30rpx;
  93. text-align: center;
  94. }
  95. /* 照片显示 */
  96. .cu-form-group {
  97. background-color: transparent;
  98. }
  99. .cu-form-group {
  100. background-color: var(--white);
  101. padding: 1rpx 30rpx;
  102. display: flex;
  103. align-items: center;
  104. min-height: 100rpx;
  105. justify-content: space-between;
  106. }
  107. .cu-form-group .title {
  108. text-align: justify;
  109. padding-right: 30rpx;
  110. font-size: 25rpx !important;
  111. font-weight: normal !important;
  112. position: relative;
  113. height: 60rpx;
  114. line-height: 60rpx;
  115. color: #c8c9cc !important;
  116. }
  117. /* .title>text:nth-child(2)::after {
  118. content: "";
  119. border-right: 1px solid #c4c4c4;
  120. margin-left: 25rpx;
  121. } */
  122. .height {
  123. height: 200rpx;
  124. }
  125. .img_box{
  126. position: relative;
  127. }
  128. .img {
  129. width: 150rpx;
  130. height: 150rpx;
  131. }