takePhoto.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. /* pages/takePhoto/takePhoto.wxss */
  2. .top-container {
  3. position: relative;
  4. width: 100%;
  5. height: 20vh;
  6. background-size: contain;
  7. background: green;
  8. }
  9. .exp {
  10. background: url(https://frontend-1255802371.cos.ap-shanghai.myqcloud.com/miniapp-static/sea-bgd.jpeg?sign=f138978877f53ccdc48937c58811659b&t=1634539269);
  11. }
  12. .sign {
  13. color: green;
  14. background-color: #fff;
  15. width: 180rpx;
  16. height: 100rpx;
  17. line-height: 100rpx;
  18. font-size: 36rpx;
  19. text-align: center;
  20. border-radius: 50rpx;
  21. margin: 0 auto;
  22. }
  23. .check-time {
  24. color: #fff;
  25. text-align: center;
  26. margin-top: 20rpx;
  27. }
  28. .sign-icon {
  29. display: block;
  30. width: 210rpx;
  31. height: 180rpx;
  32. margin: 0 auto;
  33. }
  34. .avatar-icon {
  35. display: block;
  36. width: 110rpx;
  37. height: 110rpx;
  38. border-radius: 50%;
  39. margin: 0 auto;
  40. }
  41. .user-name {
  42. margin-right: 40rpx;
  43. }
  44. .phone {
  45. font-size: 28rpx;
  46. font-weight: 400;
  47. }
  48. .text {
  49. font-size: 30rpx;
  50. font-family: PingFangSC-Medium, PingFang SC;
  51. font-weight: 500;
  52. color: #ffffff;
  53. margin-top: 30rpx;
  54. }
  55. .camera-icon {
  56. display: block;
  57. width: 234rpx;
  58. height: 234rpx;
  59. position: absolute;
  60. top: 50%;
  61. left: calc(50% - 117rpx);
  62. }
  63. .auth-modal {
  64. position: absolute;
  65. top: 0;
  66. right: 0;
  67. bottom: 0;
  68. left: 0;
  69. background-color: rgba(0, 0, 0, 0.7);
  70. }
  71. .modal {
  72. width: 557rpx;
  73. height: 274rpx;
  74. background: #ffffff;
  75. border-radius: 16rpx;
  76. margin: 548rpx auto;
  77. padding-top: 55rpx;
  78. }
  79. .service {
  80. width: 100%;
  81. text-align: center;
  82. font-size: 36rpx;
  83. font-family: PingFangSC-Medium, PingFang SC;
  84. font-weight: 500;
  85. color: #333333;
  86. -webkit-text-stroke: 1rpx #979797;
  87. }
  88. .auth-btn {
  89. width: 350rpx;
  90. height: 69rpx;
  91. background: #0094fe;
  92. border-radius: 8rpx;
  93. font-size: 36rpx;
  94. font-family: PingFangSC-Regular, PingFang SC;
  95. font-weight: 400;
  96. color: #ffffff;
  97. line-height: 69rpx;
  98. margin: 0 auto;
  99. margin-top: 55rpx;
  100. text-align: center;
  101. }
  102. .icon {
  103. width: 120rpx;
  104. height: 120rpx;
  105. }
  106. .camera-cargo {
  107. height: 22vh;
  108. background: #006ebd;
  109. }
  110. .camera-bill {
  111. height: 22vh;
  112. background: #fa283d;
  113. }
  114. .new-camera {
  115. padding-top: 40rpx;
  116. text-align: center;
  117. color: #fff;
  118. font-size: 42rpx;
  119. }
  120. .ship-name,
  121. .ship-mmsi {
  122. width: 153rpx;
  123. height: 36rpx;
  124. font-size: 30rpx;
  125. font-family: PingFangSC-Regular, PingFang SC;
  126. font-weight: 400;
  127. color: #333333;
  128. line-height: 36rpx;
  129. text-align: right;
  130. margin-right: 6rpx;
  131. }
  132. .ship-name-ipt,
  133. .ship-mmsi-ipt {
  134. width: 420rpx;
  135. height: 67rpx;
  136. border: 1px solid #979797;
  137. font-size: 30rpx;
  138. padding-left: 20rpx;
  139. }
  140. .submit {
  141. margin: 130rpx auto;
  142. width: 80%;
  143. height: 80rpx;
  144. background: #0094fe;
  145. border-radius: 4rpx;
  146. font-size: 34rpx;
  147. font-family: PingFangSC-Regular, PingFang SC;
  148. font-weight: 400;
  149. color: #ffffff;
  150. text-align: center;
  151. line-height: 80rpx;
  152. border-radius: 40rpx;
  153. }
  154. .i-img {
  155. width: 45vw;
  156. height: 45vw;
  157. }
  158. .i-text {
  159. width: 43vw;
  160. height: 45vw;
  161. margin-left: 2vw;
  162. border: 1rpx solid #eee;
  163. box-sizing: border-box;
  164. padding: 10rpx;
  165. }
  166. .tel {
  167. width: 60rpx;
  168. height: 60rpx;
  169. }