rlxf_pass.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. /* pages/wx_airport/rlxf_pass/rlxf_pass.wxss */
  2. .content {
  3. padding: 15px;
  4. height: 100vh;
  5. flex-direction: column;
  6. display: flex;
  7. }
  8. .top {
  9. background-color: white;
  10. border-radius: 6px;
  11. padding: 16px 12px;
  12. display: flex;
  13. justify-content: space-between;
  14. align-items: flex-start;
  15. flex-direction: column;
  16. }
  17. .btn button {
  18. width: 84px;
  19. height: 27px;
  20. font-size: 13px;
  21. background-color: transparent !important;
  22. border: 1rpx solid #B4C4E2 !important;
  23. border-radius: 63px;
  24. color: #B4C4E2;
  25. display: flex;
  26. justify-content: center;
  27. align-items: center;
  28. }
  29. .basic {
  30. position: relative;
  31. display: flex;
  32. justify-content: space-between;
  33. align-items: center;
  34. width: 100%;
  35. border-bottom: 1rpx dashed #DDDDDD;
  36. }
  37. .info {
  38. display: flex;
  39. justify-content: center;
  40. align-items: flex-start;
  41. flex-direction: column;
  42. line-height: 25px;
  43. }
  44. .info>text:nth-child(1) {
  45. font-size: 16px;
  46. font-weight: 700;
  47. }
  48. .info>text:nth-child(2),
  49. .info>text:nth-child(3),
  50. .info>text:nth-child(4) {
  51. font-size: 14px;
  52. font-weight: 400;
  53. color: #606266;
  54. }
  55. .avatar {
  56. width: 90px;
  57. height: 90px;
  58. border-radius: 30px;
  59. overflow: hidden;
  60. box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.1);
  61. }
  62. .avatar image {
  63. width: 90px;
  64. height: 90px;
  65. border-radius: 30px;
  66. overflow: hidden;
  67. }
  68. .time {
  69. width: 100%;
  70. margin-top: 16px;
  71. display: flex;
  72. justify-content: space-between;
  73. align-items: center;
  74. font-size: 13px;
  75. font-weight: 400;
  76. }
  77. .basic::before {
  78. content: '';
  79. width: 16px;
  80. height: 16px;
  81. border-radius: 50%;
  82. background-color: #F3F4F6;
  83. position: absolute;
  84. bottom: -8px;
  85. left: -20px;
  86. }
  87. .basic::after {
  88. content: '';
  89. width: 16px;
  90. height: 16px;
  91. border-radius: 50%;
  92. background-color: #F3F4F6;
  93. position: absolute;
  94. bottom: -8px;
  95. right: -20px;
  96. }
  97. /* 点击申报 */
  98. .center {
  99. margin-top: 24rpx;
  100. display: flex;
  101. justify-content: center;
  102. align-items: center;
  103. flex-direction: column;
  104. flex-grow: 1;
  105. height: 462px;
  106. background-color: white;
  107. border-radius: 6px;
  108. }
  109. .click {
  110. position: relative;
  111. width: 150px;
  112. height: 150px;
  113. border-radius: 50%;
  114. background: linear-gradient(180deg, rgba(180, 219, 118, 0.32) 0%, rgba(33, 128, 239, 0) 69.47%),
  115. linear-gradient(180deg, rgba(117, 180, 255, 0) 83.14%, rgba(164, 188, 252, 0.81) 109.33%),
  116. linear-gradient(180deg, #A5FFFF 12.81%, #0046FB 113.13%),
  117. linear-gradient(180deg, #72F4ED 0%, #2288FF 100%);
  118. display: flex;
  119. justify-content: center;
  120. align-items: center;
  121. font-size: 20px;
  122. font-weight: 700;
  123. color: white;
  124. }
  125. .machine-click{
  126. background: radial-gradient(77.4% 91.33% at 68% 85%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 68.02%, rgba(255, 255, 255, 0.3) 78.61%, rgba(255, 255, 255, 0.222) 88.14%) , radial-gradient(63.67% 63.67% at 43% 38.67%, rgba(157, 58, 255, 0) 26.24%, rgba(153, 71, 253, 0.0746365) 33.85%, rgba(159, 185, 251, 0.59) 86.46%, rgba(133, 163, 239, 0.55) 100%) , linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), linear-gradient(170.11deg, #FFA9E2 16.49%, #7886FF 60.12%, #0066FF 98.29%), linear-gradient(180deg, #72F4ED 0%, #2288FF 100%);
  127. }
  128. .click-stop {
  129. background: #a39e9e !important;
  130. }
  131. .click image {
  132. width: 72px;
  133. height: 55px;
  134. position: absolute;
  135. right: 0;
  136. top: 0;
  137. }
  138. .tip {
  139. color: rgba(96, 98, 102, 1);
  140. font-size: 14px;
  141. font-weight: 700;
  142. margin-top: 30px;
  143. text-align: center;
  144. line-height: 20px;
  145. }
  146. .letter-sapce {
  147. letter-spacing: 2px;
  148. }
  149. .function-bar {
  150. display: flex;
  151. justify-content: space-evenly;
  152. align-items: center;
  153. background: #FFFFFF;
  154. border-radius: 6px;
  155. margin: 24rpx 0 0;
  156. padding: 36rpx 0 20rpx 0;
  157. }
  158. .flex {
  159. display: flex;
  160. flex-direction: column;
  161. justify-content: space-evenly;
  162. align-items: center;
  163. }
  164. .flex>image {
  165. width: 60rpx;
  166. height: 60rpx;
  167. }
  168. .flex>.tit{
  169. color: #9CABC8;
  170. margin-top: 20rpx;
  171. }