searchCardList.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. .container {
  2. justify-content: flex-start;
  3. font-weight: 500;
  4. color: #1e1e1e;
  5. background-color: #F0F0F0;
  6. }
  7. .panelTop{
  8. width: 100%;
  9. height:100rpx;
  10. background-color: #fff;
  11. font-size: 28rpx;
  12. font-weight: 400;
  13. justify-content: space-between;
  14. position: fixed;
  15. top:0;
  16. z-index: 10;
  17. border-bottom: 1rpx solid #d2d2d2;
  18. }
  19. .left{
  20. margin-left: 30rpx;
  21. }
  22. .right{
  23. width:90rpx;
  24. height:100rpx;
  25. }
  26. .universalpic_add_gray_30x30{
  27. width:30rpx;
  28. height:30rpx;
  29. }
  30. .panelItem {
  31. width: 100%;
  32. justify-content: space-between;
  33. font-size: 28rpx;
  34. height: 136rpx;
  35. background-color: #fff;
  36. }
  37. .panelItem1 {
  38. margin-left: 30rpx;
  39. justify-content: flex-start;
  40. }
  41. .ImageCSS{
  42. width:75rpx;
  43. height:75rpx;
  44. margin-right: 20rpx;
  45. }
  46. .panelItem11 {
  47. align-items: flex-start;
  48. }
  49. .panelItem1 .Text1{
  50. font-weight: 400;
  51. font-size:30rpx;
  52. overflow: hidden;
  53. }
  54. .panelItem1 .Text2{
  55. font-weight: 400;
  56. font-size:24rpx;
  57. overflow: hidden;
  58. color:#787878;
  59. }
  60. .panelItem2 {
  61. margin-right: 30rpx;
  62. color: #9B9B9B;
  63. font-size:22rpx;
  64. font-weight: 400;
  65. }
  66. .Text3{
  67. margin-top: 491rpx;
  68. font-size:32rpx;
  69. }
  70. .Text4{
  71. margin-top: 10rpx;
  72. font-size:24rpx;
  73. color:#787878;
  74. font-weight: 400;
  75. }
  76. .panelItem3 {
  77. justify-content: center;
  78. height:100rpx;
  79. }
  80. .more{
  81. font-size:28rpx;
  82. color:#0071EF;
  83. }