index.wxss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. }
  39. .card_msg>view{
  40. display: flex;
  41. justify-content: space-between;
  42. flex-direction: row;
  43. }
  44. .imgbox{
  45. display: flex;
  46. align-items: center;
  47. transform: translateZ(0)
  48. }
  49. .imgbox image{
  50. width: 40rpx;
  51. height: 40rpx;
  52. margin-right: 6rpx;
  53. }
  54. .card_msg>view:nth-child(1){
  55. margin-top: 4rpx;
  56. color:rgba(25,27,38,1);
  57. font-size: 32rpx;
  58. }
  59. .card_msg>view:nth-child(2){
  60. color: #80838F;
  61. font-size: 28rpx;
  62. margin-top: 16rpx;
  63. }
  64. .card_msg>view .tempnum{
  65. color: #191B26;
  66. }
  67. .lottie{
  68. width: 50rpx;
  69. height: 50rpx;
  70. z-index: 1;
  71. }
  72. .lottiehidden{
  73. height: 0rpx;
  74. }
  75. .del_box{
  76. display: none;
  77. }
  78. .hide_box{
  79. display: flex;
  80. }
  81. /* .imagebg::after{
  82. background: url(../../static/images/room.png)
  83. }
  84. .imagebg[src^="http"]::after{
  85. opacity: 0;
  86. } */
  87. .before-load {
  88. width: 0;
  89. height: 0;
  90. opacity: 0;
  91. }