searchWeb.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .container {
  2. justify-content: flex-start;
  3. font-weight: 500;
  4. color: #1e1e1e;
  5. background-color: #eee;
  6. }
  7. .panelSearch{
  8. width:100%;
  9. height:140rpx;
  10. background-color: #fff;
  11. }
  12. .panelSearch1{
  13. width:690rpx;
  14. height:80rpx;
  15. margin: 20rpx 0 40rpx 0;
  16. border-radius: 14rpx;
  17. background-color: #F0F0F0;
  18. color:#787878;
  19. font-size:28rpx;
  20. font-weight: 400;
  21. }
  22. .universalpic_search_gray_30x30{
  23. width:30rpx;
  24. height:30rpx;
  25. margin-right: 10rpx;
  26. }
  27. .panelTitle {
  28. width: 100%;
  29. margin-top: 50rpx;
  30. justify-content: space-between;
  31. }
  32. .panelTitle .panelTitle1 {
  33. font-size: 32rpx;
  34. margin-left: 30rpx;
  35. margin-bottom: 30rpx;
  36. }
  37. .panelTitle .panelTitle2 {
  38. font-size: 28rpx;
  39. margin-right: 30rpx;
  40. background-color: #1e1e1e;
  41. color: #fff;
  42. border-radius: 22rpx;
  43. text-align: center;
  44. padding: 0 20rpx;
  45. margin-bottom: 32rpx;
  46. }
  47. .panelItem {
  48. width: 100%;
  49. justify-content: flex-start;
  50. font-size: 28rpx;
  51. min-height: 100rpx;
  52. height:auto;
  53. background-color: #fff;
  54. }
  55. .panelItem1 {
  56. margin-left: 30rpx;
  57. font-weight: 400;
  58. }
  59. .panelItem2 {
  60. margin-right: 30rpx;
  61. color: #1e1e1e;
  62. font-weight: 400;
  63. }