takePhoto.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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://frontend-1255802371.cos.ap-shanghai.myqcloud.com/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, PingFang SC;
  52. font-weight: 500;
  53. color: #ffffff;
  54. margin-top: 30rpx;
  55. }
  56. .camera-icon {
  57. display: block;
  58. width: 234rpx;
  59. height: 234rpx;
  60. position: absolute;
  61. top: 50%;
  62. left: calc(50% - 117rpx);
  63. }
  64. .auth-modal {
  65. position: absolute;
  66. top: 0;
  67. right: 0;
  68. bottom: 0;
  69. left: 0;
  70. background-color: rgba(0, 0, 0, 0.7);
  71. }
  72. .modal {
  73. width: 557rpx;
  74. height: 274rpx;
  75. background: #ffffff;
  76. border-radius: 16rpx;
  77. margin: 548rpx auto;
  78. padding-top: 55rpx;
  79. }
  80. .service {
  81. width: 100%;
  82. text-align: center;
  83. font-size: 36rpx;
  84. font-family: PingFangSC-Medium, PingFang SC;
  85. font-weight: 500;
  86. color: #333333;
  87. -webkit-text-stroke: 1rpx #979797;
  88. }
  89. .auth-btn {
  90. width: 350rpx;
  91. height: 69rpx;
  92. background: #0094fe;
  93. border-radius: 8rpx;
  94. font-size: 36rpx;
  95. font-family: PingFangSC-Regular, PingFang SC;
  96. font-weight: 400;
  97. color: #ffffff;
  98. line-height: 69rpx;
  99. margin: 0 auto;
  100. margin-top: 55rpx;
  101. text-align: center;
  102. }
  103. .icon {
  104. width: 160rpx;
  105. height: 160rpx;
  106. }
  107. .camera-cargo {
  108. height: 32vh;
  109. background: #006ebd;
  110. }
  111. .camera-bill {
  112. height: 33vh;
  113. background: #fa283d;
  114. }
  115. .new-camera {
  116. text-align: center;
  117. padding-top: 6vh;
  118. color: #fff;
  119. font-size: 42rpx;
  120. }
  121. .ship-name,
  122. .ship-mmsi {
  123. width: 153rpx;
  124. height: 36rpx;
  125. font-size: 30rpx;
  126. font-family: PingFangSC-Regular, PingFang SC;
  127. font-weight: 400;
  128. color: #333333;
  129. line-height: 36rpx;
  130. text-align: right;
  131. margin-right: 6rpx;
  132. }
  133. .ship-name-ipt,
  134. .ship-mmsi-ipt {
  135. width: 420rpx;
  136. height: 67rpx;
  137. border: 1px solid #979797;
  138. font-size: 30rpx;
  139. padding-left: 20rpx;
  140. }
  141. .submit {
  142. margin: 130rpx auto;
  143. width: 80%;
  144. height: 80rpx;
  145. background: #0094fe;
  146. border-radius: 4rpx;
  147. font-size: 34rpx;
  148. font-family: PingFangSC-Regular, PingFang SC;
  149. font-weight: 400;
  150. color: #ffffff;
  151. text-align: center;
  152. line-height: 80rpx;
  153. border-radius: 40rpx;
  154. }