map-sense.wxss 3.7 KB

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