searchWeb2.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. .panelTitle {
  2. width: 100%;
  3. margin-top: 50rpx;
  4. justify-content: space-between;
  5. }
  6. .panelTitle .panelTitle1 {
  7. font-size: 32rpx;
  8. margin-left: 30rpx;
  9. margin-bottom: 30rpx;
  10. }
  11. .panelTitle .panelTitle2 {
  12. line-height:50rpx;
  13. font-size: 24rpx;
  14. margin-right: 30rpx;
  15. background-color: #fff;
  16. color: #0071EF;
  17. border-radius: 6rpx;
  18. text-align: center;
  19. padding: 0 20rpx;
  20. margin-bottom: 30rpx;
  21. border:1rpx solid #9B9B9B;
  22. }
  23. .panelItem {
  24. width: 100%;
  25. justify-content: flex-start;
  26. font-size: 28rpx;
  27. min-height: 100rpx;
  28. height:auto;
  29. background-color: #fff;
  30. flex-wrap: wrap;
  31. padding-bottom: 30rpx;
  32. }
  33. .panelItemFrame {
  34. border-radius: 10rpx;
  35. border:1rpx solid #9B9B9B;
  36. background-color: #fff;
  37. margin: 30rpx 0 0 30rpx;
  38. min-height: 100rpx;
  39. }
  40. .panelItemFrame1 {
  41. margin: 30rpx 10rpx 0 30rpx;
  42. }
  43. .Select1 {
  44. border:1rpx solid #0071EF;
  45. background-color: #0071EF;
  46. color:#fff;
  47. }
  48. .panelSelect0{
  49. background-color: #f8f8f8;
  50. border:1rpx solid #D2D2D2;
  51. border-radius: 50%;
  52. width:40rpx;
  53. height:40rpx;
  54. margin: 30rpx 20rpx 30rpx 30rpx;
  55. }
  56. .Select2 {
  57. width:40rpx;
  58. height:40rpx;
  59. line-height: 40rpx;
  60. border:3rpx solid #fff;
  61. background-color: #0071EF;
  62. text-align: center;
  63. font-family: 'Roboto-Black';
  64. font-size:24rpx;
  65. }
  66. .text1{
  67. font-size:28rpx;
  68. margin: 30rpx 30rpx 30rpx 0;
  69. font-weight: 400;
  70. max-width: 570rpx;
  71. }
  72. .text2{
  73. font-size:36rpx;
  74. }
  75. .image1{
  76. width:100rpx;
  77. height:100rpx;
  78. margin: 30rpx 30rpx 30rpx 0;
  79. }
  80. .panelSave {
  81. width: 100%;
  82. background-color: #fff;
  83. position: fixed;
  84. bottom: 0;
  85. font-size: 36rpx;
  86. z-index: 10;
  87. color: #0071ef;
  88. text-align: center;
  89. line-height: 120rpx;
  90. border-top: 1rpx solid #d2d2d2;
  91. }
  92. .numberContainer {
  93. background-color: rgba(0, 0, 0, 0.7);
  94. position: fixed;
  95. width: 100%;
  96. top: 0;
  97. z-index: 20;
  98. }
  99. .numberContainer1 {
  100. background-color: #f0f0f0;
  101. margin-top: 10rpx;
  102. width: 730rpx;
  103. border-radius: 10rpx;
  104. font-size: 28rpx;
  105. color: #1e1e1e;
  106. }
  107. .numberContainer11 {
  108. border-top-left-radius: 10rpx;
  109. border-top-right-radius: 10rpx;
  110. justify-content: space-between;
  111. height: 100rpx;
  112. width: 100%;
  113. }
  114. .left {
  115. margin-left: 30rpx;
  116. }
  117. .right {
  118. width:100rpx;
  119. height:80rpx;
  120. justify-content: flex-start;
  121. }
  122. .universalpic_help_gray_26x26 {
  123. width: 26rpx;
  124. height: 26rpx;
  125. margin-top: 12rpx;
  126. }
  127. .numberContainer12 {
  128. width: 100%;
  129. background-color: #fff;
  130. margin-bottom: 50rpx;
  131. }
  132. .numberContainer121 {
  133. width: 100%;
  134. font-weight: 400;
  135. font-size: 28rpx;
  136. margin: 30rpx;
  137. line-height: 20rpx;
  138. }
  139. .numberContainer13 {
  140. height: 100rpx;
  141. width: 100%;
  142. color: #0071ef;
  143. border-bottom-left-radius: 10rpx;
  144. border-bottom-right-radius: 10rpx;
  145. text-align: center;
  146. font-weight: 500;
  147. }
  148. .PeomRead{
  149. width:40rpx;
  150. height:40rpx;
  151. border-radius: 50%;
  152. background-color: #F0F0F0;
  153. margin-right: 10rpx;
  154. }
  155. .universalpic_read_mark_black_20x20{
  156. width:21rpx;
  157. height:20rpx;
  158. }