searchCard.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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. .panelBottom {
  33. position: fixed;
  34. bottom: 0;
  35. width: 100%;
  36. }
  37. .panelBottom1 {
  38. width: 100%;
  39. background-color: #fff;
  40. }
  41. .panelBottom11 {
  42. flex:1;
  43. font-size:20rpx;
  44. color:#787878;
  45. height:98rpx;
  46. justify-content: flex-start;
  47. }
  48. .panelBottom1 .line1{
  49. height:98rpx;
  50. width:2rpx;
  51. }
  52. .program_tabbar_study_default {
  53. width: 54rpx;
  54. height: 54rpx;
  55. margin: 10rpx 0 4rpx 0;
  56. }
  57. .text5{
  58. color:#000000;
  59. }
  60. .panelBtn{
  61. margin-top: 20rpx;
  62. }
  63. .panelItem {
  64. width: 100%;
  65. justify-content: space-between;
  66. font-size: 28rpx;
  67. height: 100rpx;
  68. background-color: #fff;
  69. }
  70. .panelItem1 {
  71. margin-left: 30rpx;
  72. justify-content: flex-start;
  73. font-weight: 400;
  74. font-size:28rpx;
  75. }
  76. .panelItem2 {
  77. margin-right: 30rpx;
  78. color: #787878;
  79. font-size:28rpx;
  80. font-weight: 400;
  81. }
  82. .universalpic_indicator_right_gray{
  83. width:16rpx;
  84. height:26rpx;
  85. margin-left: 30rpx;
  86. }
  87. .universalpic_fav_default_gray_26x24{
  88. width:26rpx;
  89. height:24rpx;
  90. margin-right: 20rpx;
  91. }