scene.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. /* pages/scene/scene.wxss */
  2. page{
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .logo{
  7. width: 100%;
  8. height: 20%;
  9. background-color: cornflowerblue;
  10. }
  11. .grouping{
  12. width: 100%;
  13. margin: 0 auto;
  14. height: 6%;
  15. position: relative;
  16. border-bottom: darkgrey solid 1px;
  17. }
  18. .grouping text{
  19. position: absolute;
  20. left: 5%;
  21. top:20%;
  22. font-size: calc(100vw * 12/375);
  23. }
  24. .grouping input{
  25. width: 40%;
  26. height: 80%;
  27. position: absolute;
  28. left: 27%;
  29. top: 10%;
  30. }
  31. .grouping button{
  32. width: 20%;
  33. height: 70%;
  34. position:absolute;
  35. right: 3%;
  36. top:15%;
  37. font-size: calc(100vw * 11/375);
  38. display: flex;
  39. align-items:center;
  40. justify-content:center;
  41. background-color: cornflowerblue;
  42. color: white;
  43. }
  44. .grouping button:active{
  45. box-shadow:
  46. 7px 6px 28px 1px;
  47. transform: translateY(4px);
  48. }
  49. /* 工程名称设置 */
  50. .project{
  51. width: 100%;
  52. height: 6%;
  53. border-bottom: darkgrey solid 1px;
  54. position: relative;
  55. }
  56. .project text{
  57. position: absolute;
  58. left: 5%;
  59. top: 20%;
  60. font-size: calc(100vw * 12/375);
  61. }
  62. .project button{
  63. width: 25%;
  64. height: 70%;
  65. position: absolute;
  66. display: flex;
  67. align-items:center;
  68. justify-content:center;
  69. left: 35%;
  70. top: 15%;
  71. background-color: cornflowerblue;
  72. color: white;
  73. font-size: calc(100vw * 11/375);
  74. }
  75. .project button:active{
  76. box-shadow:
  77. 7px 6px 28px 1px;
  78. transform: translateY(4px);
  79. }
  80. .project image{
  81. position: absolute;
  82. right: 5%;
  83. top:12.25%;
  84. width: 6.7%;
  85. height: 75.5%;
  86. }
  87. .engin{
  88. width: 100%;
  89. height: 68%;
  90. }
  91. /* 工程选项 */
  92. .engineering{
  93. background-color: cornflowerblue;
  94. width: 100%;
  95. height: 9%;
  96. display: flex;
  97. flex-direction: row;
  98. margin-top: 0.5%;
  99. position: relative;
  100. }
  101. .engineering text{
  102. font-size: calc(100vw * 14/375);
  103. position: absolute;
  104. left: 5%;
  105. top: 15%;
  106. }
  107. .engineering-image-1{
  108. width: 4.5%;
  109. height: 65%;
  110. position: absolute;
  111. right: 30%;
  112. top: 15%;
  113. }
  114. /* 扫码 */
  115. .qrcode{
  116. width: 6%;
  117. height: 65%;
  118. position: absolute;
  119. right: 19%;
  120. top:15%;
  121. }
  122. /* 展开设备 */
  123. .develop{
  124. width: 4%;
  125. height: 50%;
  126. position: absolute;
  127. right: 10%;
  128. top:20%;
  129. }
  130. .develops{
  131. width: 100%;
  132. height: 8.5%;
  133. position: relative;
  134. }
  135. .develops image{
  136. width: 6%;
  137. height: 70.3%;
  138. position: absolute;
  139. top: 14%;
  140. }
  141. .develops-1{
  142. position: absolute;
  143. left: 5%;
  144. top: 20%;
  145. font-size: calc(100vw * 12/375);
  146. }
  147. .develops-2{
  148. position: absolute;
  149. left: 25%;
  150. top: 20%;
  151. font-size: calc(100vw * 12/375);
  152. }
  153. .develops-3{
  154. position: absolute;
  155. left: 70%;
  156. top: 15%;
  157. color: red;
  158. font-size: calc(100vw * 16/375);
  159. }
  160. .engineering-image-2{
  161. width: 4%;
  162. height: 65%;
  163. position: absolute;
  164. right: 2%;
  165. top: 15%;
  166. }