viewShell.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. .plus_park {
  2. position: relative;
  3. }
  4. .shell-view{
  5. position: fixed;
  6. left: 0px;
  7. bottom: 0px;
  8. width: 100vw;
  9. height: 200px;
  10. border-radius: 40px 40px 0 0;
  11. background: #fff;
  12. box-shadow: 0 -6px 12px #0000001f;
  13. box-sizing: border-box;
  14. z-index: 315;
  15. padding:0px 40px;
  16. padding-top:30px;
  17. padding-bottom:60px;
  18. transition: height 1s;
  19. }
  20. .shell-view2{
  21. height: 800px;
  22. }
  23. .shell-signscoll{
  24. position: absolute;
  25. top:-50px;
  26. left:275px;
  27. width:200px;
  28. height: 100px;
  29. z-index: 120;
  30. /* padding-top:50px; */
  31. box-sizing: border-box;
  32. }
  33. .signscoll-block{
  34. position: absolute;
  35. width: 90px;
  36. height: 10px;
  37. border-radius: 5px;
  38. background: #707070;
  39. opacity: 0.6;
  40. bottom: 30px;
  41. }
  42. .floor-view{
  43. position: absolute;
  44. transform: translateY(-150%);
  45. left:30px;
  46. width: 72px;
  47. border-radius: 12px;
  48. background: rgba(0, 0, 0, 0.4);
  49. overflow: hidden;
  50. }
  51. .floor-item{
  52. height: 60px;
  53. color: #fff;
  54. font-size: 28px;
  55. }
  56. .floor-item.active{
  57. color: #faa040;
  58. background: #fff;
  59. border-radius: 12px;
  60. }
  61. .tips-view{
  62. position: absolute;
  63. left:50%;
  64. transform:translateX(-50%);
  65. top:-50px;
  66. font-family: "Verdana";
  67. font-weight: 400;
  68. font-size: 26px;
  69. line-height: 30px;
  70. text-align: center;
  71. color: #2b2b2b;
  72. opacity: 0.5;
  73. pointer-events: none;
  74. }
  75. .zoom-view{
  76. position: fixed;
  77. top:42px;
  78. right:30px;
  79. width: 52px;
  80. height: 52px;
  81. }
  82. .zoom-view .icon {
  83. width: 52px;
  84. height: 52px;
  85. }
  86. .connect-view{
  87. position: absolute;
  88. width: 139px;
  89. height: 184px;
  90. background: transparent;
  91. top:-190px;
  92. right:24px;
  93. box-sizing: border-box;
  94. .defaultHead{
  95. width: 139px;
  96. height: 184px;
  97. }
  98. }
  99. button{
  100. background-color: unset;
  101. line-height: unset;
  102. padding: unset;
  103. }
  104. button::after {
  105. border: none;
  106. }