index.scss 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. .panoramic-components {
  2. font-size: 12px;
  3. .refresh-btn {
  4. position: fixed;
  5. right: 20px;
  6. top: 20px;
  7. z-index: 4;
  8. width: 20px;
  9. height: 17px;
  10. > img {
  11. width: 20px;
  12. height: 17px;
  13. }
  14. }
  15. .krpano-img-before {
  16. position: fixed;
  17. top: 0;
  18. left: 0;
  19. z-index: 1;
  20. overflow: hidden;
  21. width: 100%;
  22. height: 100%;
  23. transition: opacity 0.5s ease-in;
  24. pointer-events: none;
  25. > img {
  26. width: 100%;
  27. }
  28. }
  29. .krpano-img-after {
  30. opacity: 0;
  31. }
  32. .play-img {
  33. position: fixed;
  34. width: 1.37rem;
  35. height: 1.52rem;
  36. margin: auto;
  37. left: 0;
  38. right: 0;
  39. top: 0;
  40. bottom: 0;
  41. pointer-events: none;
  42. transform: scale(2);
  43. transition: transform 0.5s ease-in;
  44. opacity: 0;
  45. z-index: 10;
  46. > img {
  47. width: 100%;
  48. height: 100%;
  49. }
  50. }
  51. .play-img-show {
  52. opacity: 1;
  53. transform: scale(1);
  54. }
  55. .prompt-720-img {
  56. position: fixed;
  57. z-index: 10;
  58. top: 0;
  59. bottom: 0;
  60. left: 0;
  61. right: 0;
  62. background: rgba(0, 0, 0, 0.5);
  63. z-index: 10;
  64. margin: auto;
  65. pointer-events: none;
  66. transition: opacity 0.5s ease-out;
  67. > img {
  68. width: 2.8rem;
  69. height: 4.06rem;
  70. position: absolute;
  71. top: 0;
  72. bottom: 0;
  73. left: 0;
  74. right: 0;
  75. margin: auto;
  76. }
  77. }
  78. .img-hide {
  79. opacity: 0;
  80. }
  81. .img-hide-once {
  82. display: none;
  83. }
  84. @keyframes promptImg {
  85. 0% {
  86. transform: scale(1);
  87. }
  88. 50% {
  89. transform: scale(0.6);
  90. }
  91. 100% {
  92. transform: scale(1);
  93. }
  94. }
  95. .disclaimer {
  96. position: fixed;
  97. display: inline-block;
  98. z-index: 1;
  99. word-wrap: break-word;
  100. width: 12px;
  101. line-height: 14px;
  102. right: 0.26rem;
  103. top: 135px;
  104. > a {
  105. font-size: 12px;
  106. color: rgba(255, 255, 255, 0.5);
  107. text-decoration: none;
  108. }
  109. }
  110. #panoramic-krpano {
  111. position: fixed;
  112. left: 0;
  113. right: 0;
  114. top: 0;
  115. bottom: 0;
  116. width: 100%;
  117. height: 100%;
  118. }
  119. .panoramic-tab-content {
  120. position: fixed;
  121. bottom: 2.44rem;
  122. width: 100%;
  123. .voice {
  124. display: flex;
  125. align-items: center;
  126. margin-left: 0.3rem;
  127. box-sizing: border-box;
  128. .sales-head {
  129. width: 0.94rem;
  130. height: 0.98rem;
  131. box-sizing: border-box;
  132. overflow: hidden;
  133. > img {
  134. display: block;
  135. width: 100%;
  136. height: 100%;
  137. margin-left: 0.03rem;
  138. // margin-top: 0.02rem;
  139. }
  140. }
  141. .voice-content {
  142. border-radius: 16px;
  143. width: 1rem;
  144. height: 0.6rem;
  145. line-height: 0.6rem;
  146. text-align: center;
  147. position: relative;
  148. .voice-bg-img {
  149. position: absolute;
  150. left: 0;
  151. top: 0;
  152. width: 1rem;
  153. height: 0.6rem;
  154. }
  155. .horn {
  156. position: absolute;
  157. right: 0;
  158. margin: auto;
  159. left: 0;
  160. display: inline-flex;
  161. align-items: center;
  162. top: 0;
  163. bottom: 0;
  164. > img {
  165. width: 0.28rem;
  166. right: 0;
  167. margin: auto;
  168. left: 0;
  169. }
  170. > span {
  171. font-size: 0.28rem;
  172. font-weight: 400;
  173. color: #533c12;
  174. padding-left: 0.08rem;
  175. }
  176. }
  177. }
  178. }
  179. .swiper-container-class {
  180. padding-left: 0.3rem;
  181. overflow: visible;
  182. .content {
  183. font-size: 12px;
  184. display: flex;
  185. align-items: center;
  186. > div {
  187. border: 2px solid rgba(0, 0, 0, 0);
  188. padding: 0.04rem 0.18rem;
  189. width: auto;
  190. display: inline-block;
  191. background: rgba(205, 242, 163, 0.6);
  192. border-radius: 0.2rem 0.2rem 0.2rem 0rem;
  193. margin-right: 0.24rem;
  194. position: relative;
  195. display: inline-flex;
  196. align-items: baseline;
  197. .person-img {
  198. width: 0.2rem;
  199. margin-right: 0.18rem;
  200. display: none;
  201. }
  202. > span {
  203. color: rgba(70, 70, 70, 0.8);
  204. }
  205. .logo {
  206. position: absolute;
  207. left: -2px;
  208. width: 1px;
  209. height: 0.3rem;
  210. border-left: 2px solid rgba(205, 242, 163, 0.6);
  211. bottom: -0.34rem;
  212. > i {
  213. width: 6px;
  214. height: 6px;
  215. opacity: 1;
  216. background: rgba(205, 242, 163, 0.6);
  217. border-radius: 50%;
  218. display: inline-block;
  219. bottom: -0.1rem;
  220. left: -4px;
  221. position: absolute;
  222. }
  223. }
  224. }
  225. .select-style {
  226. border: 2px solid #ffffff;
  227. background: rgba(205, 242, 163, 1);
  228. .person-img {
  229. display: none; // 这里需要跟设计商量,修改小人的位置
  230. }
  231. > span {
  232. color: rgba(70, 70, 70, 1);
  233. }
  234. .logo {
  235. position: absolute;
  236. border-left: 2px solid #ffffff;
  237. > i {
  238. background: #ffffff;
  239. width: 8px;
  240. height: 8px;
  241. left: -5px;
  242. }
  243. }
  244. }
  245. }
  246. .btn-line {
  247. position: absolute;
  248. left: -0.3rem;
  249. right: 0;
  250. height: 1px;
  251. opacity: 0.2;
  252. background: #ffffff;
  253. bottom: -0.34rem;
  254. }
  255. }
  256. }
  257. }