index.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. /* components/spacecard/spacecard.wxss */
  2. .card_box{
  3. display: flex;
  4. flex-direction: row;
  5. justify-content: space-around;
  6. }
  7. .card_img{
  8. width:136rpx;
  9. height: 108rpx;
  10. border-radius:8rpx;
  11. overflow: hidden;
  12. }
  13. .picinit{
  14. width:136rpx;
  15. height: 108rpx;
  16. background:#ccc;
  17. display: flex;
  18. justify-content: center;
  19. align-items: center;
  20. }
  21. .noimgbox{
  22. width: 100%;
  23. height: 100%;
  24. display: flex;
  25. justify-content: center;
  26. align-items: center;
  27. background-color: #cccccc;
  28. color: #ffffff;
  29. font-size: 12px;
  30. }
  31. .card_img image{
  32. width: 100%;
  33. height: 100%;
  34. }
  35. .card_msg{
  36. flex: 1;
  37. padding-left: 32rpx;
  38. display: flex;
  39. flex-direction: row;
  40. justify-content: space-between;
  41. align-items: center;
  42. }
  43. .card_msg>.card_name{
  44. display: flex;
  45. /* justify-content: space-between; */
  46. flex-direction: column;
  47. }
  48. .imgbox{
  49. display: flex;
  50. align-items: center;
  51. margin-top: 16rpx;
  52. transform: translateZ(0)
  53. }
  54. .imgbox image{
  55. width: 40rpx;
  56. height: 40rpx;
  57. margin-right: 6rpx;
  58. }
  59. .nametxt text{
  60. font-size: 32rpx;
  61. color: #191B26;
  62. vertical-align: middle;
  63. }
  64. .nametxt .peoplestate{
  65. display: inline-block;
  66. box-sizing: border-box;
  67. margin-left: 10px;
  68. background: #EDF1F5;
  69. vertical-align: middle;
  70. width:90rpx;
  71. height:32rpx;
  72. color: #626C78;
  73. border-radius: 8px;
  74. font-size: 0px;
  75. text-align:center;
  76. }
  77. .nametxt .peoplestate image {
  78. width:20rpx;
  79. height:20rpx;
  80. margin-right:4rpx;
  81. display: inline-block;
  82. vertical-align: middle;
  83. }
  84. .nametxt .peoplestate text {
  85. display: inline-block;
  86. font-size:20rpx;
  87. line-height:32rpx;
  88. }
  89. .nametxt .activepeople{
  90. background: #EDF1F5;
  91. }
  92. .imgbox text{
  93. color: #80838F;
  94. font-size: 28rpx;
  95. }
  96. .card_msg>view:nth-child(1){
  97. margin-top: 4rpx;
  98. color:rgba(25,27,38,1);
  99. font-size: 32rpx;
  100. }
  101. /* .card_msg>view:nth-child(2){
  102. color: #80838F;
  103. font-size: 28rpx;
  104. margin-top: 16rpx;
  105. } */
  106. .card_msg>.tempnum{
  107. color: #191B26;
  108. font-size: 36rpx;
  109. }
  110. .card_msg>.tempnum text{
  111. color: #191B26;
  112. font-size: 28rpx;
  113. }
  114. .lottie{
  115. width: 50rpx;
  116. height: 50rpx;
  117. z-index: 1;
  118. }
  119. .lottiehidden{
  120. height: 0rpx;
  121. }
  122. .del_box{
  123. display: none;
  124. }
  125. .hide_box{
  126. display: flex;
  127. }
  128. /* .imagebg::after{
  129. background: url(../../static/images/room.png)
  130. }
  131. .imagebg[src^="http"]::after{
  132. opacity: 0;
  133. } */
  134. .before-load {
  135. width: 0;
  136. height: 0;
  137. opacity: 0;
  138. }