searchCard.wxss 1.7 KB

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