searchWeb2.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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. }
  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. }