app.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .info_top,.info_mid,.info_bottom{
  2. display: flex;
  3. flex-flow: row nowrap;
  4. justify-content: space-between;
  5. }
  6. .info_bottom{
  7. display: flex;
  8. flex-flow: row nowrap;
  9. justify-content: left;
  10. }
  11. .info_mid_left{
  12. display: flex;
  13. flex-flow: row nowrap;
  14. justify-content: left;
  15. }
  16. .info_bottom_img{
  17. width: 35rpx;
  18. height: 35rpx;
  19. }
  20. .info_top_left{
  21. color: #43496a;
  22. font-size: 32rpx;
  23. font-weight: 600;
  24. width: 400rpx;
  25. overflow: hidden;
  26. text-overflow:ellipsis;
  27. white-space: nowrap;
  28. }
  29. .info_top_right{
  30. font-size: 32rpx;
  31. font-weight: bold;
  32. color: #FF8364;
  33. overflow: hidden;
  34. text-overflow: ellipsis;
  35. white-space: nowrap;
  36. }
  37. .info_mid_left,.info_mid_right{
  38. font-size: 20rpx;
  39. font-weight: 500;
  40. color: #808080;
  41. /* line-height: 32rpx; */
  42. }
  43. .info_bottom_2{
  44. margin-left: 10rpx;
  45. font-size: 12px;
  46. font-weight: 600;
  47. color: #6C6C6C;
  48. }
  49. .input_text{
  50. color: #c2c6da;
  51. font-size: 28rpx;
  52. }
  53. .icon_search{
  54. margin-left: 20rpx;
  55. }
  56. .icon_clear{
  57. margin-right: 20rpx;
  58. }
  59. .no_data_par{
  60. display: flex;
  61. flex-flow: column nowrap;
  62. align-items: center;
  63. margin-top: 200rpx;
  64. }
  65. .no_data_img{
  66. height: 240rpx;
  67. width: 320rpx;
  68. }
  69. .info_mid_left_info{
  70. background: #FF8364;
  71. border-radius: 6px;
  72. padding:1px 10px;
  73. color:#fff;
  74. margin-right:10rpx;
  75. text-align: center;
  76. overflow: hidden;
  77. text-overflow: ellipsis;
  78. white-space: nowrap;
  79. }
  80. .info_mid_left_info_1{
  81. width: 160rpx;
  82. }
  83. .info_mid_left_info_2{
  84. width: 90rpx;
  85. }
  86. .info_mid_left_info_3{
  87. width: 90rpx;
  88. }
  89. .no_data_text{
  90. font-size: 12px;
  91. }
  92. .close-status{
  93. -webkit-filter: grayscale(100%);
  94. -moz-filter: grayscale(100%);
  95. -ms-filter: grayscale(100%);
  96. -o-filter: grayscale(100%);
  97. filter: grayscale(100%);
  98. filter: gray;
  99. }