searchWeb2.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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. .panelItemFrame1 {
  45. margin: 30rpx 10rpx 0 30rpx;
  46. }
  47. .Select1 {
  48. border:1rpx solid #0071EF;
  49. background-color: #0071EF;
  50. color:#fff;
  51. }
  52. .panelSelect0{
  53. background-color: #f8f8f8;
  54. border:1rpx solid #D2D2D2;
  55. border-radius: 50%;
  56. width:40rpx;
  57. height:40rpx;
  58. margin: 30rpx 20rpx 30rpx 30rpx;
  59. }
  60. .Select2 {
  61. width:40rpx;
  62. height:40rpx;
  63. line-height: 40rpx;
  64. border:3rpx solid #fff;
  65. background-color: #0071EF;
  66. text-align: center;
  67. font-family: 'Roboto-Black';
  68. font-size:24rpx;
  69. }
  70. .text1{
  71. font-size:28rpx;
  72. margin: 30rpx 30rpx 30rpx 0;
  73. font-weight: 400;
  74. max-width: 570rpx;
  75. }
  76. .text2{
  77. font-size:36rpx;
  78. }
  79. .image1{
  80. width:100rpx;
  81. height:100rpx;
  82. margin: 30rpx 30rpx 30rpx 0;
  83. }
  84. .panelSave {
  85. width: 100%;
  86. background-color: #fff;
  87. position: fixed;
  88. bottom: 0;
  89. font-size: 36rpx;
  90. z-index: 10;
  91. color: #0071ef;
  92. text-align: center;
  93. line-height: 120rpx;
  94. border-top: 1rpx solid #d2d2d2;
  95. }
  96. .numberContainer {
  97. background-color: rgba(0, 0, 0, 0.7);
  98. position: fixed;
  99. width: 100%;
  100. top: 0;
  101. z-index: 20;
  102. }
  103. .numberContainer1 {
  104. background-color: #f0f0f0;
  105. margin-top: 10rpx;
  106. width: 730rpx;
  107. border-radius: 10rpx;
  108. font-size: 28rpx;
  109. color: #1e1e1e;
  110. }
  111. .numberContainer11 {
  112. border-top-left-radius: 10rpx;
  113. border-top-right-radius: 10rpx;
  114. justify-content: space-between;
  115. height: 100rpx;
  116. width: 100%;
  117. }
  118. .left {
  119. margin-left: 30rpx;
  120. }
  121. .right {
  122. width:100rpx;
  123. height:80rpx;
  124. justify-content: flex-start;
  125. }
  126. .universalpic_help_gray_26x26 {
  127. width: 26rpx;
  128. height: 26rpx;
  129. margin-top: 12rpx;
  130. }
  131. .numberContainer12 {
  132. width: 100%;
  133. background-color: #fff;
  134. margin-bottom: 50rpx;
  135. }
  136. .numberContainer121 {
  137. width: 100%;
  138. font-weight: 400;
  139. font-size: 28rpx;
  140. margin: 30rpx;
  141. line-height: 20rpx;
  142. }
  143. .numberContainer13 {
  144. height: 100rpx;
  145. width: 100%;
  146. color: #0071ef;
  147. border-bottom-left-radius: 10rpx;
  148. border-bottom-right-radius: 10rpx;
  149. text-align: center;
  150. font-weight: 500;
  151. }