searchCardList.wxss 947 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .container {
  2. justify-content: flex-start;
  3. font-weight: 500;
  4. color: #1e1e1e;
  5. background-color: #F0F0F0;
  6. }
  7. .panelItem {
  8. width: 100%;
  9. justify-content: space-between;
  10. font-size: 28rpx;
  11. height: 136rpx;
  12. background-color: #fff;
  13. }
  14. .panelItem1 {
  15. margin-left: 30rpx;
  16. justify-content: flex-start;
  17. }
  18. .ImageCSS{
  19. width:75rpx;
  20. height:75rpx;
  21. margin-right: 20rpx;
  22. }
  23. .panelItem11 {
  24. align-items: flex-start;
  25. }
  26. .panelItem1 .Text1{
  27. font-weight: 400;
  28. font-size:30rpx;
  29. overflow: hidden;
  30. }
  31. .panelItem1 .Text2{
  32. font-weight: 400;
  33. font-size:24rpx;
  34. overflow: hidden;
  35. color:#787878;
  36. }
  37. .panelItem2 {
  38. margin-right: 30rpx;
  39. color: #9B9B9B;
  40. font-size:22rpx;
  41. font-weight: 400;
  42. }
  43. .Text3{
  44. margin-top: 495rpx;
  45. font-size:32rpx;
  46. }
  47. .Text4{
  48. margin-top: 10rpx;
  49. font-size:24rpx;
  50. color:#787878;
  51. font-weight: 400;
  52. }
  53. .panelItem3 {
  54. justify-content: center;
  55. height:100rpx;
  56. }
  57. .more{
  58. font-size:28rpx;
  59. color:#0071EF;
  60. }