identify.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. @charset "UTF-8";
  2. .text-center.data-v-0af94406 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-0af94406 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-0af94406 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-0af94406 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-0af94406 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-0af94406 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-0af94406 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-0af94406 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-0af94406 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .identify.data-v-0af94406 {
  39. display: -webkit-box;
  40. display: -webkit-flex;
  41. display: flex;
  42. -webkit-box-orient: vertical;
  43. -webkit-box-direction: normal;
  44. -webkit-flex-direction: column;
  45. flex-direction: column;
  46. -webkit-box-align: center;
  47. -webkit-align-items: center;
  48. align-items: center;
  49. }
  50. .identify .info.data-v-0af94406 {
  51. box-sizing: border-box;
  52. width: 100%;
  53. margin-top: 30rpx;
  54. padding: 20rpx 24rpx 10rpx;
  55. background-color: white;
  56. }
  57. .identify .info .title.data-v-0af94406 {
  58. font-size: 28rpx;
  59. font-weight: bold;
  60. }
  61. .identify .info .input-grow.data-v-0af94406 {
  62. display: -webkit-box;
  63. display: -webkit-flex;
  64. display: flex;
  65. -webkit-box-align: center;
  66. -webkit-align-items: center;
  67. align-items: center;
  68. padding: 10rpx 0;
  69. }
  70. .identify .info .input-grow .input-label.data-v-0af94406 {
  71. font-size: 26rpx;
  72. line-height: 26rpx;
  73. }
  74. .identify .info .input-grow .input.data-v-0af94406 {
  75. -webkit-box-flex: 1;
  76. -webkit-flex: 1;
  77. flex: 1;
  78. height: 48rpx;
  79. margin-left: 20rpx;
  80. font-size: 26rpx;
  81. }
  82. .identify .info .input-grow.first.data-v-0af94406 {
  83. margin-top: 16rpx;
  84. border-bottom: 1px solid #f6f5f7;
  85. }
  86. .identify .picture.data-v-0af94406 {
  87. padding-bottom: 30rpx;
  88. }
  89. .identify .picture .picture-grow.data-v-0af94406 {
  90. display: -webkit-box;
  91. display: -webkit-flex;
  92. display: flex;
  93. -webkit-box-orient: vertical;
  94. -webkit-box-direction: normal;
  95. -webkit-flex-direction: column;
  96. flex-direction: column;
  97. -webkit-box-align: center;
  98. -webkit-align-items: center;
  99. align-items: center;
  100. }
  101. .identify .picture .picture-grow .picture-box.data-v-0af94406 {
  102. width: 580rpx;
  103. height: 320rpx;
  104. background-color: transparent;
  105. border-radius: 20rpx;
  106. overflow: hidden;
  107. box-shadow: 0 0 20rpx #dddddd;
  108. }
  109. .identify .picture .picture-grow .picture-box .picture-img.data-v-0af94406 {
  110. width: 100%;
  111. height: 100%;
  112. }
  113. .identify .picture .picture-grow .tips.data-v-0af94406 {
  114. font-size: 26rpx;
  115. margin-top: 10rpx;
  116. }
  117. .identify .picture .picture-grow.first.data-v-0af94406 {
  118. margin-top: 30rpx;
  119. }
  120. .identify .btn.data-v-0af94406 {
  121. position: fixed;
  122. bottom: 0;
  123. width: 100%;
  124. height: 80rpx;
  125. background-color: skyblue;
  126. text-align: center;
  127. }
  128. .identify .btn .submit.data-v-0af94406 {
  129. width: 100%;
  130. height: 100%;
  131. margin-top: 30rpx;
  132. font-size: 30rpx;
  133. border-radius: 0;
  134. color: white;
  135. line-height: 80rpx;
  136. }
  137. .identify .bottom-tips.data-v-0af94406 {
  138. padding: 0 24rpx;
  139. margin-top: 40rpx;
  140. margin-bottom: 120rpx;
  141. }
  142. .identify .bottom-tips .txt.data-v-0af94406 {
  143. font-size: 20rpx;
  144. color: #C2C2C2;
  145. line-height: 22rpx;
  146. }