dispatch_go.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. /* dispatcher/pages/dispatch_go/dispatch_go.wxss */
  2. @import '../../../templates/footer/footer.wxss';
  3. .scan-title {
  4. display: flex;
  5. justify-content: flex-end;
  6. align-items: center;
  7. padding: 40rpx 24rpx;
  8. }
  9. .scan-btn {
  10. margin: 150rpx auto;
  11. width: 320rpx;
  12. height: 320rpx;
  13. background: linear-gradient(152deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
  14. box-shadow: 0rpx 8rpx 40rpx 0rpx rgba(0,175,243,0.5);
  15. position: relative;
  16. display: flex;
  17. flex-direction: column;
  18. justify-content: center;
  19. align-items: center;
  20. border-radius: 400rpx;
  21. z-index: 3;
  22. cursor: pointer;
  23. }
  24. .scan-btn::before {
  25. content: "";
  26. position: absolute;
  27. top: -23rpx;
  28. left: -23rpx;
  29. width: 366rpx;
  30. height: 366rpx;
  31. border-radius: 500rpx;
  32. background: rgba(0,183,255,1);
  33. opacity: 0.06;
  34. z-index: 2;
  35. }
  36. .scan-btn::after {
  37. content: "";
  38. position: absolute;
  39. top: -56rpx;
  40. left: -56rpx;
  41. width: 432rpx;
  42. height: 432rpx;
  43. background: rgba(0,183,255,1);
  44. opacity: 0.04;
  45. z-index: 1;
  46. border-radius: 500rpx;
  47. }
  48. .scan-btn-icon {
  49. width: 128rpx;
  50. height: 120rpx;
  51. }
  52. .scan-btn-text {
  53. margin-top: 40rpx;
  54. color: #fff;
  55. font-size: 32rpx;
  56. }
  57. .scan-row {
  58. display: flex;
  59. justify-content: center;
  60. align-items: center;
  61. margin-top: 80rpx;
  62. }
  63. .scan-row-icon {
  64. width: 30rpx;
  65. height: 30rpx;
  66. margin-right: 14rpx;
  67. }
  68. .scan-row-text {
  69. font-size: 30rpx;
  70. color: #999;
  71. }
  72. .scan-row-btn {
  73. display: flex;
  74. justify-content: center;
  75. align-items: center;
  76. background: rgba(255,215,108,1);
  77. border-radius: 100rpx;
  78. padding: 18rpx 68rpx;
  79. }
  80. .scan-row-btn-icon {
  81. width: 16rpx;
  82. height: 24rpx;
  83. margin-left: 14rpx;
  84. }
  85. .scan-row-btn-text {
  86. font-size: 30rpx;
  87. color: rgba(102, 102, 102, 1);
  88. }
  89. .scan {
  90. position: fixed;
  91. right: 30rpx;
  92. bottom: 360rpx;
  93. width: 128rpx;
  94. height: 128rpx;
  95. border-radius: 200rpx;
  96. background: rgba(0,183,255,1);
  97. box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(0,175,243,0.5);
  98. opacity: 0.7;
  99. display: flex;
  100. flex-direction: column;
  101. justify-content: center;
  102. align-items: center;
  103. z-index: 9;
  104. }
  105. .scan-icon {
  106. width: 46rpx;
  107. height: 46rpx;
  108. }
  109. .scan-text {
  110. margin-top: 10rpx;
  111. font-size: 24rpx;
  112. color: #fff;
  113. }
  114. .home {
  115. position: fixed;
  116. right: 30rpx;
  117. bottom: 200rpx;
  118. width: 128rpx;
  119. height: 128rpx;
  120. border-radius: 200rpx;
  121. background: rgba(0,183,255,1);
  122. box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(0,175,243,0.5);
  123. opacity: 0.7;
  124. display: flex;
  125. flex-direction: column;
  126. justify-content: center;
  127. align-items: center;
  128. z-index: 9;
  129. }
  130. .home-icon {
  131. width: 46rpx;
  132. height: 46rpx;
  133. }
  134. .home-text {
  135. margin-top: 10rpx;
  136. font-size: 24rpx;
  137. color: #fff;
  138. }
  139. .modal-container {
  140. position: fixed;
  141. top: 0;
  142. left: 0;
  143. width: 100%;
  144. height: 100%;
  145. background: rgba(0, 0, 0, .3);
  146. z-index: 999;
  147. display: flex;
  148. justify-content: center;
  149. align-items: center;
  150. }
  151. .modal-wrapper {
  152. border-radius: 10rpx;
  153. background: rgba(255, 255, 255, 1);
  154. padding: 30rpx;
  155. min-width: 444rpx;
  156. text-align: center;
  157. }
  158. .modal-image {
  159. width: 232rpx;
  160. height: 268rpx;
  161. transform: translateY(-68rpx);
  162. box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(204,204,204,1);
  163. border-radius: 6rpx;
  164. border: 4rpx solid rgba(255,255,255,1);
  165. }
  166. .modal-title {
  167. font-size: 32rpx;
  168. color: rgba(51, 51, 15, 1);
  169. margin: -30rpx auto 30rpx auto;
  170. }
  171. .modal-btns {
  172. display: flex;
  173. justify-content: space-around;
  174. align-items: center;
  175. margin: 48rpx auto;
  176. }
  177. .modal-btn {
  178. font-size: 28rpx;
  179. border-radius: 100rpx;
  180. padding: 14rpx;
  181. min-width: 234rpx;
  182. }
  183. .modal-btn-blue {
  184. color: white;
  185. background: linear-gradient(152deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
  186. }