searchCard.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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. color:#9B9B9B;
  45. height:98rpx;
  46. width:150rpx;
  47. font-size:36rpx;
  48. }
  49. .panelBottom12 {
  50. color:#9B9B9B;
  51. height:98rpx;
  52. width:300rpx;
  53. font-size:36rpx;
  54. }
  55. .text5{
  56. color:#1e1e1e;
  57. }
  58. .text51{
  59. width:220rpx;
  60. text-align: right;
  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. }
  112. .tabbar_add_red_70x70 {
  113. width: 70rpx;
  114. height: 70rpx;
  115. }