searchCard.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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. .panelTitle{
  27. width:100%;
  28. margin-top: 50rpx;
  29. justify-content: space-between;
  30. }
  31. .panelTitle .panelTitle1{
  32. font-size:32rpx;
  33. margin-left: 30rpx;
  34. margin-bottom: 10rpx;
  35. }
  36. .panelBottom {
  37. position: fixed;
  38. bottom: 0;
  39. width: 100%;
  40. }
  41. .panelBottom1 {
  42. width: 100%;
  43. background-color: #fff;
  44. }
  45. .panelBottom11 {
  46. flex:1;
  47. font-size:20rpx;
  48. color:#787878;
  49. height:98rpx;
  50. justify-content: flex-start;
  51. }
  52. .panelBottom1 .line1{
  53. height:98rpx;
  54. width:2rpx;
  55. }
  56. .program_tabbar_study_default {
  57. width: 54rpx;
  58. height: 54rpx;
  59. margin: 10rpx 0 4rpx 0;
  60. }
  61. .text5{
  62. color:#000000;
  63. }
  64. .panelBtn{
  65. margin-top: 20rpx;
  66. }
  67. .panelItem {
  68. width: 100%;
  69. justify-content: space-between;
  70. font-size: 28rpx;
  71. height: 100rpx;
  72. background-color: #fff;
  73. }
  74. .panelItem1 {
  75. margin-left: 30rpx;
  76. justify-content: flex-start;
  77. font-weight: 400;
  78. font-size:28rpx;
  79. }
  80. .panelItem2 {
  81. margin-right: 30rpx;
  82. color: #787878;
  83. font-size:28rpx;
  84. font-weight: 400;
  85. }
  86. .universalpic_indicator_right_gray{
  87. width:16rpx;
  88. height:26rpx;
  89. margin-left: 30rpx;
  90. }
  91. .universalpic_fav_default_gray_26x24{
  92. width:26rpx;
  93. height:24rpx;
  94. margin-right: 20rpx;
  95. }
  96. .panelItem3{
  97. height:140rpx;
  98. }
  99. .avatar{
  100. width:80rpx;
  101. height:80rpx;
  102. background-color: #D8D8D8;
  103. border-radius: 10rpx;
  104. }
  105. .text6{
  106. font-size:28rpx;
  107. margin-left: 20rpx;
  108. }
  109. .iphone10plus{
  110. width:100%;
  111. height:30rpx;
  112. background-color: #fff;
  113. }