You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

151 regels
2.7 KiB

  1. .Box{
  2. height: 100vh;
  3. overflow: scroll;
  4. min-height: 100vh;
  5. }
  6. .searchF{
  7. width: 80%;
  8. height: 80rpx;
  9. background-color: rgba(51, 51, 51, 0.5);
  10. border-radius: 60rpx;
  11. margin: 20rpx;
  12. float: left;
  13. }
  14. .searchText{
  15. width: 80%;
  16. margin: 0 auto;
  17. height: 100%;
  18. color: #ffffff;
  19. }
  20. .searchBtn{
  21. width: 10%;
  22. line-height: 100rpx;
  23. color: #00ff99;
  24. float: left;
  25. height: 100rpx;
  26. margin-top: 10rpx;
  27. font-size: 30rpx;
  28. }
  29. .classBoxAll{
  30. margin: 0 20rpx;
  31. }
  32. .classBox{
  33. margin: 20rpx 0;
  34. }
  35. .logo{
  36. float: left;
  37. width: 300rpx;
  38. height: 200rpx;
  39. border-radius: 12rpx;
  40. }
  41. .textBox{
  42. float: left;
  43. margin-left: 10px;
  44. }
  45. .titile{
  46. width: 350rpx;
  47. height: 40rpx;
  48. line-height: 40rpx;
  49. font-size: 32rpx;
  50. font-family: PingFang SC;
  51. font-weight: 500;
  52. color: #FEFEFE;
  53. margin-bottom: 19rpx;
  54. overflow:hidden;
  55. text-overflow:ellipsis;
  56. display:-webkit-box;
  57. -webkit-box-orient:vertical;
  58. -webkit-line-clamp:1
  59. }
  60. .cont{
  61. width: 360rpx;
  62. height: 30rpx;
  63. line-height: 30rpx;
  64. font-size: 26rpx;
  65. font-family: PingFang SC;
  66. font-weight: 400;
  67. color: #6E768A;
  68. font-weight: 560;
  69. overflow:hidden;
  70. text-overflow:ellipsis;
  71. display:-webkit-box;
  72. -webkit-box-orient:vertical;
  73. -webkit-line-clamp:1;
  74. }
  75. .moreBox{
  76. margin-top: 30rpx;
  77. position: relative;
  78. }
  79. .user{
  80. float: left;
  81. width: 50rpx;
  82. height: 50rpx;
  83. border-radius: 50%;
  84. background-color: beige;
  85. }
  86. .userText{
  87. width: 200rpx;
  88. text-align: center;
  89. height: 50rpx;
  90. line-height: 50rpx;
  91. background: #222735;
  92. border-radius: 50rpx;
  93. font-family: PingFang SC;
  94. font-weight: 500;
  95. font-size: 26rpx;
  96. color: #8790A8;
  97. }
  98. .show{
  99. position: absolute;
  100. width: 60rpx;
  101. height: 60rpx;
  102. top:5rpx;
  103. right: 20rpx;
  104. text-align: center;
  105. }
  106. .go{
  107. width: 40rpx;
  108. height: 10rpx;
  109. }
  110. .noDataBox{
  111. width: 100%;
  112. height: 600rpx;
  113. top: 300rpx;
  114. left: 0;
  115. background-color: #0E1119;
  116. text-align: center;
  117. }
  118. .noDataImg{
  119. width: 500rpx;
  120. height: 400rpx;
  121. }
  122. .instrumentBox{
  123. width: 100%;
  124. background: #1F232E;
  125. border-radius: 30rpx 30rpx 0rpx 0rpx;
  126. height: 200rpx;
  127. position: fixed;
  128. bottom:0;
  129. left: 0;
  130. }
  131. .cancel{
  132. width: 100%;
  133. line-height: 90rpx;
  134. height: 90rpx;
  135. font-size: 32rpx;
  136. font-family: PingFang SC;
  137. font-weight: 500;
  138. color: #FFFFFF;
  139. border-bottom: 1rpx rgba(255, 255, 255, 0.1) solid;
  140. text-align: center;
  141. }
  142. .hie{
  143. width: 100%;
  144. line-height: 90rpx;
  145. height: 90rpx;
  146. font-size: 32rpx;
  147. font-family: PingFang SC;
  148. font-weight: 500;
  149. color: #FFFFFF;
  150. text-align: center;
  151. }