map-sense.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  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: 35%;
  44. height: 52%;
  45. position: absolute;
  46. text-align: center;
  47. bottom: 2%;
  48. left: 22%;
  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 .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. opacity: 1;
  75. position: absolute;
  76. top: 35%;
  77. right: 35%;
  78. text-align: center;
  79. }
  80. .content .top .light-sound .sound-img {
  81. width: 28rpx;
  82. height: 26rpx;
  83. display: inline-block;
  84. }
  85. .content .top .top-bottom .light-sound {
  86. width: 60rpx;
  87. height: 60rpx;
  88. display: inline-block;
  89. background: radial-gradient(circle, #1C2E4C 0%, #38A2D7 68%, #FFFFFF 100%);
  90. box-shadow: 0px 2rpx 22rpx rgba(255, 255, 255, 0.8);
  91. border-radius: 50%;
  92. opacity: 1;
  93. position: absolute;
  94. top: 17%;
  95. right: 56%;
  96. text-align: center;
  97. }
  98. .content .top .center-bottom .txt {
  99. display: inline;
  100. width: 48rpx;
  101. height: 32rpx;
  102. font-size: 24rpx;
  103. font-weight: 400;
  104. line-height: 200rpx;
  105. color: #2F2414;
  106. opacity: 0.8;
  107. position: absolute;
  108. top: 20%;
  109. right: 40%;
  110. }
  111. .content .center {
  112. width: 190rpx;
  113. height: 190rpx;
  114. margin: 10% auto;
  115. }
  116. .content .center .promptText {
  117. text-align: center;
  118. font-size: 19px;
  119. font-weight: 300;
  120. line-height: 25px;
  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. opacity: 1;
  140. border-radius: 19px;
  141. text-align: center;
  142. display: inline;
  143. padding: 2% 10%;
  144. margin: 0 1%;
  145. }
  146. .content .bottom .txt {
  147. display: inline;
  148. width: 152rpx;
  149. height: 76rpx;
  150. font-size: 38rpx;
  151. font-weight: 300;
  152. line-height: 76rpx;
  153. color: #38A2D7;
  154. opacity: 1;
  155. }
  156. .content .top .small-sound {
  157. width: 44rpx;
  158. height: 44rpx;
  159. background: #B4DCF0;
  160. border-radius: 50%;
  161. position: absolute;
  162. top: 19%;
  163. left: 36%;
  164. }
  165. .content .top .small-sound .sound-img {
  166. width: 22rpx;
  167. height: 20rpx;
  168. display: inline-block;
  169. position: absolute;
  170. top: 50%;
  171. left: 50%;
  172. transform: translate(-50%,-50%);
  173. }
  174. .content .top .right-bottom .small-sound {
  175. width: 44rpx;
  176. height: 44rpx;
  177. background: #B4DCF0;
  178. border-radius: 50%;
  179. position: absolute;
  180. top: 60rpx;
  181. left: 100rpx;
  182. }
  183. .content .top .right-bottom .small-sound .sound-img {
  184. width: 22rpx;
  185. height: 20rpx;
  186. display: inline-block;
  187. top: 50%;
  188. left: 50%;
  189. transform: translate(-50%,-50%);
  190. }