map-sense.wxss 3.8 KB

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