style.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. /**app.wxss**/
  2. page{
  3. height:100%;
  4. background-color: #FCFCFD;
  5. }
  6. .ocr-head-bg{
  7. height:262rpx;
  8. width:100%;
  9. background-size:cover;
  10. /* background-image: url(https://ocr-static-1254418846.file.myqcloud.com/mpsdk/images/head-background.png); */
  11. }
  12. .ocr-head-bg-primary{
  13. background-image: url(https://ocr-static-1254418846.file.myqcloud.com/mpsdk/images/head-background.png);
  14. }
  15. .ocr-head-bg-native{
  16. background: #07C160;
  17. }
  18. .ocr-result-head{
  19. text-align: center;
  20. box-sizing: border-box;
  21. padding:56rpx 76rpx 40rpx 76rpx;
  22. background-size: cover;
  23. background-image: url(https://ocr-static-1254418846.file.myqcloud.com/mpsdk/images/result-background.png);
  24. }
  25. .ocr-result-head-primary{
  26. background-image: url(https://ocr-static-1254418846.file.myqcloud.com/mpsdk/images/result-background.png);
  27. }
  28. .ocr-result-head-native{
  29. background: #07C160;
  30. }
  31. .ocr-result-head .tips-text{
  32. font-size: 26rpx;
  33. color: #FFFFFF;
  34. box-sizing: border-box;
  35. padding-top:56rpx;
  36. }
  37. .ocr-result-head .image-media{
  38. font-size: 0;
  39. }
  40. .ocr-result-head .image-media .image{
  41. box-shadow: 0 6px 10px 0 rgba(0,0,0,0.17);
  42. }
  43. .ocr-result-form-list .btn-media{
  44. padding:40rpx 32rpx;
  45. }
  46. .ocr-result-form-list .seal-list-item__title{
  47. color:#888888 !important;
  48. }
  49. .ocr-result-form-list .seal-list-item__value{
  50. margin-left: 72rpx;
  51. }
  52. .more-textarea{
  53. max-width: 100%;
  54. width: 100%;
  55. height:100rpx;
  56. text-align: left;
  57. color:#000;
  58. z-index: 1;
  59. }
  60. .more-form-item{
  61. position: relative;
  62. }
  63. .more-form-item .show-more{
  64. position: absolute;
  65. z-index:2;
  66. bottom: 11px;
  67. right: 15px;
  68. color:#006EFF;
  69. font-size: 32rpx;
  70. padding:6rpx 4rpx;
  71. display: block;
  72. box-sizing: border-box;
  73. background-color:#ffffff;
  74. }
  75. .ocr-result-picker{
  76. display: none;
  77. flex-direction:column-reverse;
  78. position: fixed;
  79. top:0;
  80. bottom:0;
  81. left:0;
  82. right:0;
  83. z-index: 99;
  84. background-color: rgba(0,0,0, .6);
  85. }
  86. .ocr-result-picker.active{
  87. display: flex;
  88. }
  89. .ocr-features-list{
  90. margin-top:-140rpx;
  91. padding-bottom: 80rpx;
  92. }
  93. .ocr-features-inner{
  94. padding:0 60rpx;
  95. }
  96. .ocr-features-card{
  97. box-sizing: border-box;
  98. padding:40rpx 30rpx;
  99. background-color: #FFFFFF;
  100. box-shadow: 0 10px 40px 0 rgba(190,190,206,0.50);
  101. border-radius: 2px;
  102. width:100%;
  103. font-size: 0;
  104. display: flex;
  105. flex-direction: row;
  106. justify-content: flex-start;
  107. align-items:center;
  108. }
  109. .ocr-features-card + .ocr-features-card{
  110. margin-top:64rpx;
  111. }
  112. .ocr-features-card .col-image{
  113. width: 232rpx;
  114. height: 152rpx;
  115. text-align: center;
  116. font-size: 0;
  117. }
  118. .ocr-features-card .col-image .image{
  119. width:100%;
  120. height:100%;
  121. }
  122. .ocr-features-card .col-image .photo{
  123. width:40%;
  124. height:100%;
  125. }
  126. .ocr-features-card .col-text{
  127. box-sizing: border-box;
  128. flex: 1;
  129. padding-left: 50rpx;
  130. }
  131. .ocr-features-card .col-text .title{
  132. font-size: 36rpx;
  133. line-height: 48rpx;
  134. color: #000000;
  135. }
  136. .ocr-features-card .col-text .text{
  137. font-size: 28rpx;
  138. line-height: 44rpx;
  139. color: #888888;
  140. padding-top: 8rpx;
  141. }
  142. .ocr-features-card .col-icon{
  143. width:40rpx;
  144. height:42rpx;
  145. background-image: url(https://imgcache.qq.com/open_proj/proj_qcloud_v2/rocket_images/1591687499386_eucc938pseoa2lnmi.svg);
  146. }