searchWeb2.wxss 3.3 KB

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