collection.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. .content{
  2. background-color: #F2F2F2;
  3. padding: 20rpx;
  4. }
  5. Page {
  6. width: 100%;
  7. height: 100%;
  8. background-color: #F2F2F2;
  9. }
  10. .info{
  11. background-color: #fff;
  12. width: 710rpx;
  13. height: 160rpx;
  14. display: flex;
  15. flex-flow: column nowrap;
  16. justify-content: space-around;
  17. border-radius: 10rpx;
  18. margin-bottom: 20rpx;
  19. }
  20. .info_top,.info_mid,.info_bottom{
  21. display: flex;
  22. flex-flow: row nowrap;
  23. justify-content: space-between;
  24. padding: 0 15rpx;
  25. }
  26. .info_bottom{
  27. display: flex;
  28. flex-flow: row nowrap;
  29. justify-content: left;
  30. padding: 0 15rpx;
  31. }
  32. .info_mid_left{
  33. display: flex;
  34. flex-flow: row nowrap;
  35. justify-content: left;
  36. }
  37. .info_bottom_img{
  38. width: 35rpx;
  39. height: 35rpx;
  40. }
  41. .info_top_left{
  42. color: #43496a;
  43. font-size: 32rpx;
  44. }
  45. .info_top_right{
  46. color: #ff7c7c;
  47. font-size: 28rpx;
  48. }
  49. .info_mid_left,.info_mid_right{
  50. font-size: 12px;
  51. color: #b0b4ca;
  52. }
  53. .info_bottom_2{
  54. font-size: 28rpx;
  55. color: #777d9c;
  56. margin-left: 10rpx;
  57. }
  58. .input_text{
  59. color: #c2c6da;
  60. font-size: 28rpx;
  61. }
  62. .icon_search{
  63. margin-left: 20rpx;
  64. }
  65. .icon_clear{
  66. margin-right: 20rpx;
  67. }
  68. .no_data_par{
  69. display: flex;
  70. flex-flow: column nowrap;
  71. align-items: center;
  72. margin-top: 200rpx;
  73. }
  74. .no_data_img{
  75. height: 240rpx;
  76. width: 320rpx;
  77. }