searchCard.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. .container {
  2. justify-content: flex-start;
  3. font-weight: 500;
  4. color: #1e1e1e;
  5. background-color: #f0f0f0;
  6. }
  7. .panel{
  8. width: 100%;
  9. position: fixed;
  10. top:0;
  11. }
  12. .panelSearch {
  13. width: 100%;
  14. height: 140rpx;
  15. background-color: #fff;
  16. }
  17. .panelSearch1 {
  18. width: 690rpx;
  19. height: 80rpx;
  20. margin: 20rpx 0 40rpx 0;
  21. border-radius: 14rpx;
  22. background-color: #f0f0f0;
  23. color: #787878;
  24. font-size: 28rpx;
  25. font-weight: 400;
  26. }
  27. .universalpic_search_gray_30x30 {
  28. width: 30rpx;
  29. height: 30rpx;
  30. margin-right: 10rpx;
  31. }
  32. .panelBtn{
  33. width:100%;
  34. margin-top: 50rpx;
  35. background-color: #F8F8F8;
  36. }
  37. .panelBtn .line1{
  38. width:4rpx;
  39. height:30rpx;
  40. background-color: #D2D2D2;
  41. }
  42. .panelBtn .text1{
  43. width:374rpx;
  44. line-height:100rpx;
  45. text-align: center;
  46. font-size:28rpx;
  47. font-weight: 400;
  48. }
  49. .panelBtn .text2{
  50. font-family: 'Roboto-Black';
  51. margin-left: 20rpx;
  52. }
  53. .panelBottom {
  54. position: fixed;
  55. bottom: 0;
  56. width: 100%;
  57. }
  58. .panelBottom1 {
  59. width: 100%;
  60. background-color: #fff;
  61. }
  62. .panelBottom11 {
  63. flex:1;
  64. font-size:20rpx;
  65. color:#787878;
  66. height:98rpx;
  67. justify-content: flex-start;
  68. }
  69. .panelBottom1 .line1{
  70. height:98rpx;
  71. width:2rpx;
  72. }
  73. .program_tabbar_task_default {
  74. width: 54rpx;
  75. height: 54rpx;
  76. margin: 10rpx 0 4rpx 0;
  77. }
  78. .text5{
  79. color:#000000;
  80. }