searchWeb2.wxss 2.7 KB

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