map-sense.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. /* components/map-sense.wxss */
  2. .content {
  3. width: 100%;
  4. height: 962rpx;
  5. background: #FFFFFF;
  6. box-shadow: 0rpx 6rpx 12rpx rgba(0, 0, 0, 0.65);
  7. opacity: 1;
  8. border-radius: 0 0 10rpx 10rpx;
  9. margin: 0 auto;
  10. overflow: scroll;
  11. }
  12. .content {
  13. box-sizing: border-box;
  14. padding: 24rpx 22rpx;
  15. }
  16. .content .top {
  17. width: 100%;
  18. height: 342rpx;
  19. position: relative;
  20. }
  21. .content .top .top-bottom .top-bottom-img,
  22. .content .top .right-bottom .right-bottom-img,
  23. .content .top .center-bottom .center-bottom-img,
  24. .content .center .center-img {
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .content .top .top-bottom {
  29. width: 100%;
  30. height: 100%;
  31. position: absolute;
  32. top: 0;
  33. left: 0;
  34. }
  35. .content .top .right-bottom {
  36. width: 44%;
  37. height: 43%;
  38. position: absolute;
  39. right: 1%;
  40. bottom: 2%;
  41. }
  42. .content .top .center-bottom {
  43. width: 37%;
  44. height: 54%;
  45. position: absolute;
  46. text-align: center;
  47. bottom: 2%;
  48. left: 20%;
  49. }
  50. .content .top .center-bottom .small-sound {
  51. width: 44rpx;
  52. height: 44rpx;
  53. background: #B4DCF0;
  54. border-radius: 50%;
  55. position: absolute;
  56. top: 30%;
  57. left: 38%;
  58. }
  59. .content .top .center-bottom .small-sound .sound-img {
  60. width: 22rpx;
  61. height: 20rpx;
  62. display: inline-block;
  63. top: 50%;
  64. left: 50%;
  65. transform: translate(-50%,-50%);
  66. }
  67. .content .top .top-bottom .light-sound {
  68. width: 60rpx;
  69. height: 60rpx;
  70. display: inline-block;
  71. background: radial-gradient(circle, #1C2E4C 0%, #38A2D7 68%, #FFFFFF 100%);
  72. box-shadow: 0px 2rpx 22rpx rgba(255, 255, 255, 0.8);
  73. border-radius: 50%;
  74. position: absolute;
  75. top: 17%;
  76. right: 56%;
  77. text-align: center;
  78. }
  79. .content .top .top-bottom .txt, .content .top .right-bottom .txt, .content .top .center-bottom .txt {
  80. display: inline;
  81. width: 48rpx;
  82. height: 32rpx;
  83. font-size: 24rpx;
  84. font-weight: 400;
  85. line-height: 200rpx;
  86. color: #2F2414;
  87. opacity: 0.8;
  88. position: absolute;
  89. top: 20%;
  90. right: 40%;
  91. }
  92. .content .center {
  93. width: 190rpx;
  94. height: 190rpx;
  95. margin: 10% auto;
  96. }
  97. .content .center .promptText {
  98. text-align: center;
  99. font-size: 19px;
  100. font-weight: 300;
  101. line-height: 25px;
  102. color: rgba(47, 36, 20, 0.8);
  103. }
  104. .content .text {
  105. width: 460rpx;
  106. height: 60rpx;
  107. font-size: 20rpx;
  108. font-weight: 400;
  109. line-height: 32rpx;
  110. color: #2F2414;
  111. opacity: 0.45;
  112. text-align: center;
  113. margin: 12% auto;
  114. }
  115. .content .bottom {
  116. width: 378rpx;
  117. height: 76rpx;
  118. background: #FFFFFF;
  119. border: 2rpx solid #38A2D7;
  120. opacity: 1;
  121. border-radius: 19px;
  122. text-align: center;
  123. display: inline;
  124. padding: 2% 10%;
  125. margin: 0 1%;
  126. }
  127. .content .bottom .txt {
  128. display: inline;
  129. width: 152rpx;
  130. height: 76rpx;
  131. font-size: 38rpx;
  132. font-weight: 300;
  133. line-height: 76rpx;
  134. color: #38A2D7;
  135. }
  136. .content .top .top-bottom .txt {
  137. left: 10%;
  138. top: 5%;
  139. }
  140. .content .top .right-bottom .txt{
  141. right: 12%;
  142. top: 5%;
  143. }
  144. .content .top .small-sound {
  145. width: 44rpx;
  146. height: 44rpx;
  147. background: #B4DCF0;
  148. border-radius: 50%;
  149. position: absolute;
  150. top: 19%;
  151. left: 36%;
  152. }
  153. .content .top .small-sound .sound-img {
  154. width: 22rpx;
  155. height: 20rpx;
  156. display: inline-block;
  157. position: absolute;
  158. top: 50%;
  159. left: 50%;
  160. transform: translate(-50%,-50%);
  161. }
  162. .content .top .right-bottom .small-sound {
  163. width: 44rpx;
  164. height: 44rpx;
  165. background: #B4DCF0;
  166. border-radius: 50%;
  167. position: absolute;
  168. top: 60rpx;
  169. left: 100rpx;
  170. }
  171. .content .top .right-bottom .small-sound .sound-img {
  172. width: 22rpx;
  173. height: 20rpx;
  174. display: inline-block;
  175. top: 50%;
  176. left: 50%;
  177. transform: translate(-50%,-50%);
  178. }
  179. .content .top .light-sound {
  180. background: radial-gradient(circle, #1C2E4C 0%, #38A2D7 68%, #FFFFFF 100%)!important;
  181. box-shadow: 0px 2rpx 22rpx rgba(255, 255, 255, 0.8)!important;
  182. }