searchCard.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. .panel{
  2. width: 100%;
  3. position: fixed;
  4. top:0;
  5. }
  6. .panelSearch {
  7. width: 100%;
  8. height: 140rpx;
  9. background-color: #fff;
  10. }
  11. .panelSearch1 {
  12. width: 690rpx;
  13. height: 80rpx;
  14. margin: 20rpx 0 40rpx 0;
  15. border-radius: 14rpx;
  16. background-color: #f0f0f0;
  17. color: #787878;
  18. font-size: 28rpx;
  19. font-weight: 400;
  20. }
  21. .universalpic_search_gray_30x30 {
  22. width: 30rpx;
  23. height: 30rpx;
  24. margin-right: 10rpx;
  25. }
  26. .panelBottom {
  27. position: fixed;
  28. bottom: 0;
  29. width: 100%;
  30. }
  31. .panelBottom1 {
  32. width: 100%;
  33. background-color: #fff;
  34. }
  35. .panelBottom11 {
  36. flex:1;
  37. font-size:20rpx;
  38. color:#787878;
  39. height:98rpx;
  40. justify-content: flex-start;
  41. }
  42. .panelBottom1 .line1{
  43. height:98rpx;
  44. width:2rpx;
  45. }
  46. .program_tabbar_study_default {
  47. width: 54rpx;
  48. height: 54rpx;
  49. margin: 10rpx 0 4rpx 0;
  50. }
  51. .text5{
  52. color:#000000;
  53. }
  54. .panelBtn{
  55. margin-top: 20rpx;
  56. }
  57. .panelItem {
  58. width: 100%;
  59. justify-content: space-between;
  60. font-size: 28rpx;
  61. height: 100rpx;
  62. background-color: #fff;
  63. }
  64. .panelItem1 {
  65. margin-left: 30rpx;
  66. justify-content: flex-start;
  67. font-weight: 400;
  68. font-size:28rpx;
  69. }
  70. .panelItem2 {
  71. margin-right: 30rpx;
  72. color: #787878;
  73. font-size:28rpx;
  74. font-weight: 400;
  75. }
  76. .universalpic_indicator_right_gray{
  77. width:16rpx;
  78. height:26rpx;
  79. margin-left: 30rpx;
  80. }
  81. .universalpic_fav_default_gray_26x24{
  82. width:26rpx;
  83. height:24rpx;
  84. margin-right: 20rpx;
  85. }
  86. .panelItem3{
  87. height:140rpx;
  88. }
  89. .avatar{
  90. width:80rpx;
  91. height:80rpx;
  92. background-color: #D8D8D8;
  93. border-radius: 10rpx;
  94. }
  95. .text6{
  96. font-size:28rpx;
  97. margin-left: 20rpx;
  98. }