app.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. }
  34. .info_mid_left,.info_mid_right{
  35. font-size: 20rpx;
  36. font-weight: 500;
  37. color: #808080;
  38. }
  39. .info_bottom_2{
  40. font-size: 28rpx;
  41. margin-left: 10rpx;
  42. font-size: 12px;
  43. font-weight: 600;
  44. color: #6C6C6C;
  45. }
  46. .input_text{
  47. color: #c2c6da;
  48. font-size: 28rpx;
  49. }
  50. .icon_search{
  51. margin-left: 20rpx;
  52. }
  53. .icon_clear{
  54. margin-right: 20rpx;
  55. }
  56. .no_data_par{
  57. display: flex;
  58. flex-flow: column nowrap;
  59. align-items: center;
  60. margin-top: 200rpx;
  61. }
  62. .no_data_img{
  63. height: 240rpx;
  64. width: 320rpx;
  65. }
  66. .info_mid_left_info{
  67. background: #FF8364;border-radius: 6px;padding:1px 10px;color:#fff;margin-right:10rpx
  68. }
  69. .no_data_text{
  70. font-size: 12px;
  71. }