searchCard.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. .container {
  2. justify-content: flex-start;
  3. font-weight: 500;
  4. color: #1e1e1e;
  5. background-color: #f0f0f0;
  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. .panelBtn{
  28. width:100%;
  29. margin-top: 50rpx;
  30. background-color: #F8F8F8;
  31. }
  32. .panelBtn .line1{
  33. width:4rpx;
  34. height:30rpx;
  35. background-color: #D2D2D2;
  36. }
  37. .panelBtn .text1{
  38. width:374rpx;
  39. line-height:100rpx;
  40. text-align: center;
  41. font-size:28rpx;
  42. font-weight: 400;
  43. }
  44. .panelBtn .text2{
  45. font-family: 'Roboto-Black';
  46. margin-left: 20rpx;
  47. }
  48. .panelBottom {
  49. position: fixed;
  50. bottom: 0;
  51. width: 100%;
  52. }
  53. .panelBottom1 {
  54. width: 100%;
  55. background-color: #fff;
  56. }
  57. .panelBottom11 {
  58. flex:1;
  59. font-size:20rpx;
  60. color:#787878;
  61. height:98rpx;
  62. justify-content: flex-start;
  63. }
  64. .panelBottom1 .line1{
  65. height:98rpx;
  66. width:2rpx;
  67. }
  68. .program_tabbar_task_default {
  69. width: 54rpx;
  70. height: 54rpx;
  71. margin: 10rpx 0 4rpx 0;
  72. }
  73. .text5{
  74. color:#000000;
  75. }