takePhoto.wxss 2.8 KB

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