city.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. .container-inner {
  2. display: flex;
  3. flex-direction: row-reverse;
  4. }
  5. .container {
  6. flex-grow: 1;
  7. display: flex;
  8. flex-direction: column;
  9. padding: 10upx;
  10. }
  11. input {
  12. text-align: center;
  13. font-size: 32upx;
  14. padding: 5px;
  15. }
  16. .searchLetter {
  17. flex-shrink: 0;
  18. width: 80upx;
  19. text-align: center;
  20. display: flex;
  21. flex-direction: column;
  22. color: #666;
  23. }
  24. .searchLetter view {
  25. margin-top: 10upx;
  26. }
  27. .touchClass {
  28. background-color: #fff;
  29. color: #fff;
  30. padding-top: 16upx;
  31. padding-bottom: 16upx;
  32. }
  33. .showSlectedLetter {
  34. background-color: rgba(0, 0, 0, 0.5);
  35. color: #fff;
  36. display: flex;
  37. justify-content: center;
  38. align-items: center;
  39. position: fixed;
  40. top: 50%;
  41. left: 50%;
  42. margin: -100upx;
  43. width: 200upx;
  44. height: 200upx;
  45. border-radius: 20upx;
  46. font-size: 52upx;
  47. z-index: 1;
  48. }
  49. .selection {
  50. display: flex;
  51. width: 100%;
  52. flex-direction: column;
  53. margin-top: 10upx;
  54. }
  55. .selectCity {
  56. padding: 16upx;
  57. background-color: #f5f5f5;
  58. margin-bottom: -10upx;
  59. }
  60. .item_letter {
  61. display: flex;
  62. background-color: #f5f5f5;
  63. height: 40upx;
  64. padding-left: 34upx;
  65. align-items: center;
  66. font-size: 24upx;
  67. color: #666;
  68. }
  69. .item_city {
  70. display: flex;
  71. background-color: #fff;
  72. height: 100upx;
  73. padding-left: 34upx;
  74. align-items: center;
  75. border-bottom: 1upx solid #ededed;
  76. font-size: 24upx;
  77. color: #666;
  78. }
  79. .hotcity-common {
  80. font-size: 24upx;
  81. color: #666;
  82. padding-bottom: 0;
  83. margin: 8upx 0;
  84. margin-left: 16upx;
  85. }
  86. .hotcity {
  87. padding-right: 50upx;
  88. margin: auto;
  89. }
  90. .thisCityName {
  91. display: inline-block;
  92. border: 1upx solid #8BC34A;
  93. border-radius: 8upx;
  94. padding: 10upx 0;
  95. font-size: 24upx;
  96. color: #8BC34A;
  97. text-align: center;
  98. min-width: 149.5upx;
  99. margin: 16upx 0;
  100. }
  101. .thishotText {
  102. color: #8BC34A;
  103. font-size: 20upx;
  104. margin: 0 !important;
  105. }
  106. .slectCity {
  107. border-color: #8BC34A !important;
  108. }
  109. .slectCity view {
  110. color: #8BC34A !important;
  111. }
  112. .weui-grid {
  113. padding: 10upx 0;
  114. width: 200upx;
  115. box-sizing: border-box;
  116. border: 1upx solid #ececec;
  117. border-radius: 8upx;
  118. background-color: white;
  119. margin: 8upx 0;
  120. }
  121. .weui-grids {
  122. display: flex;
  123. flex-direction: row;
  124. justify-content: space-between;
  125. border: none;
  126. }
  127. .weui-grid__label {
  128. display: block;
  129. text-align: center;
  130. color: #333;
  131. font-size: 24upx;
  132. white-space: nowrap;
  133. text-overflow: ellipsis;
  134. overflow: hidden;
  135. }
  136. .ul {
  137. display: block;
  138. color: grey;
  139. margin-left: 20upx;
  140. }
  141. .li {
  142. display: block;
  143. font-weight: 100;
  144. font-size: 28upx;
  145. padding: 16upx 0;
  146. }
  147. input {
  148. background-color: #eee;
  149. }
  150. .input {
  151. padding: 16upx;
  152. border-bottom: 1upx solid #f1f1f1;
  153. }
  154. .county {
  155. display: flex;
  156. flex-wrap: wrap;
  157. }
  158. view {
  159. display: block;
  160. }