collection.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. }