machineLook.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. .top-box{
  2. background-color: #fff;
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. right: 0;
  7. }
  8. .top-box{
  9. background-color: #fff;
  10. }
  11. .top-title{
  12. font-size: 36rpx;
  13. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  14. font-weight: 500;
  15. color: #333333;
  16. padding: 0 30rpx;
  17. }
  18. .dow-ssicon{
  19. width: 36rpx;
  20. height: 36rpx;
  21. margin-left: 15rpx;
  22. }
  23. /* 搜索 */
  24. .search-box{
  25. padding: 30rpx;
  26. }
  27. .search-saoma{
  28. width: 40rpx;
  29. height: 40rpx;
  30. margin-right: 45rpx;
  31. }
  32. .search-input{
  33. height: 76rpx;
  34. line-height: 76rpx;
  35. background: #F8F8F8;
  36. border-radius: 20rpx 20rpx 20rpx 20rpx;
  37. opacity: 1;
  38. padding: 0 16rpx 0 30rpx;
  39. }
  40. .search-input-icon{
  41. width: 26rpx;
  42. height: 26rpx;
  43. margin-right: 10rpx;
  44. }
  45. .search-btn{
  46. width: 96rpx;
  47. height: 47rpx;
  48. line-height: 47rpx;
  49. background: #EB5C20;
  50. border-radius: 24rpx 24rpx 24rpx 24rpx;
  51. opacity: 1;
  52. font-size: 22rpx;
  53. font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
  54. font-weight: normal;
  55. color: #FFFFFF;
  56. text-align: center;
  57. margin-left: 10rpx;
  58. }
  59. /* 机柜 */
  60. .machine-item{
  61. margin: 30rpx;
  62. padding:23rpx 30rpx 38rpx;
  63. background: #FFFFFF;
  64. border-radius: 20rpx 20rpx 20rpx 20rpx;
  65. opacity: 1;
  66. }
  67. .machine-title{
  68. line-height: 47rpx;
  69. font-size: 32rpx;
  70. font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  71. font-weight: bold;
  72. color: #333333;
  73. }
  74. .state{
  75. line-height: 36rpx;
  76. border-radius: 5rpx 5rpx 5rpx 5rpx;
  77. opacity: 1;
  78. border: 2rpx solid #0FCB27;
  79. color: #0FCB27;
  80. text-align: center;
  81. margin-left: 20rpx;
  82. padding: 0 15rpx;
  83. }
  84. .machine-number{
  85. line-height: 41rpx;
  86. font-size: 28rpx;
  87. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  88. font-weight: 500;
  89. color: #666464;
  90. margin-top: 7rpx;
  91. }
  92. .machine-info{
  93. line-height: 36rpx;
  94. background: #f8f8f8;
  95. border-radius: 8rpx 8rpx 8rpx 8rpx;
  96. padding: 20rpx;
  97. font-size: 24rpx;
  98. color: #666464;
  99. font-weight: 500;
  100. margin-top: 11rpx;
  101. }
  102. .margin-r40{
  103. margin-right: 40rpx;
  104. }
  105. .address-box{
  106. margin: 32rpx 0rpx 0;
  107. }
  108. .address-icon{
  109. width: 26rpx;
  110. height: 26rpx;
  111. margin-right: 10rpx;
  112. }
  113. .daohang{
  114. width: 50rpx;
  115. height: 50rpx;
  116. margin-left: 10rpx;
  117. }
  118. /* 弹窗 */
  119. .pop-title{
  120. line-height: 54rpx;
  121. font-size: 36rpx;
  122. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  123. font-weight: 500;
  124. color: #333333;
  125. margin-left:30rpx ;
  126. }
  127. .change-ssicon{
  128. width: 48rpx;
  129. height: 48rpx;
  130. margin-left: 10rpx;
  131. }
  132. .pop-content{
  133. margin: 48rpx 30rpx 30rpx;
  134. overflow: scroll;
  135. width: calc(100% - 60rpx);
  136. }
  137. .pop-content::-webkit-scrollbar{
  138. display: none;
  139. }
  140. .pop-content-item{
  141. height: 108rpx;
  142. line-height: 108rpx;
  143. background: #F5F5F5;
  144. border-radius: 10rpx 10rpx 10rpx 10rpx;
  145. opacity: 1;
  146. border: 2rpx solid #F5F5F5;
  147. padding: 0 30rpx;
  148. margin-bottom: 28rpx;
  149. }
  150. .pop-content-active{
  151. background: #fff;
  152. border: 2rpx solid #EB5C20;
  153. }
  154. .pop-content-icon{
  155. width: 12rpx;
  156. height: 19rpx;
  157. margin-left: 10rpx;
  158. }