index.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. padding: 4px 12px;
  68. margin-left: 10px;
  69. background:#92af67;
  70. vertical-align: middle;
  71. color: #ffffff;
  72. border-radius: 12px;
  73. font-size: 24rpx;
  74. }
  75. .nametxt .activepeople{
  76. background:#c86672;
  77. }
  78. .imgbox text{
  79. color: #80838F;
  80. font-size: 28rpx;
  81. }
  82. .card_msg>view:nth-child(1){
  83. margin-top: 4rpx;
  84. color:rgba(25,27,38,1);
  85. font-size: 32rpx;
  86. }
  87. /* .card_msg>view:nth-child(2){
  88. color: #80838F;
  89. font-size: 28rpx;
  90. margin-top: 16rpx;
  91. } */
  92. .card_msg>.tempnum{
  93. color: #191B26;
  94. font-size: 36rpx;
  95. }
  96. .card_msg>.tempnum text{
  97. color: #191B26;
  98. font-size: 28rpx;
  99. }
  100. .lottie{
  101. width: 50rpx;
  102. height: 50rpx;
  103. z-index: 1;
  104. }
  105. .lottiehidden{
  106. height: 0rpx;
  107. }
  108. .del_box{
  109. display: none;
  110. }
  111. .hide_box{
  112. display: flex;
  113. }
  114. /* .imagebg::after{
  115. background: url(../../static/images/room.png)
  116. }
  117. .imagebg[src^="http"]::after{
  118. opacity: 0;
  119. } */
  120. .before-load {
  121. width: 0;
  122. height: 0;
  123. opacity: 0;
  124. }