app.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. }
  42. .info_bottom_2{
  43. margin-left: 10rpx;
  44. font-size: 12px;
  45. font-weight: 600;
  46. color: #6C6C6C;
  47. }
  48. .input_text{
  49. color: #c2c6da;
  50. font-size: 28rpx;
  51. }
  52. .icon_search{
  53. margin-left: 20rpx;
  54. }
  55. .icon_clear{
  56. margin-right: 20rpx;
  57. }
  58. .no_data_par{
  59. display: flex;
  60. flex-flow: column nowrap;
  61. align-items: center;
  62. margin-top: 200rpx;
  63. }
  64. .no_data_img{
  65. height: 240rpx;
  66. width: 320rpx;
  67. }
  68. .info_mid_left_info{
  69. background: #FF8364;border-radius: 6px;padding:1px 10px;color:#fff;margin-right:10rpx
  70. }
  71. .no_data_text{
  72. font-size: 12px;
  73. }
  74. .close-status{
  75. -webkit-filter: grayscale(100%);
  76. -moz-filter: grayscale(100%);
  77. -ms-filter: grayscale(100%);
  78. -o-filter: grayscale(100%);
  79. filter: grayscale(100%);
  80. filter: gray;
  81. }