join.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. @charset "UTF-8";
  2. /* 这里是你自己写的全局css样式 */
  3. .page {
  4. background-color: #f3f4f6;
  5. padding: 20rpx;
  6. }
  7. .empty-wrap {
  8. margin-top: 200rpx;
  9. width: 100%;
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. }
  14. .content-page {
  15. min-height: 100vh;
  16. background-color: #fff;
  17. }
  18. .footer {
  19. display: flex;
  20. align-items: center;
  21. color: #909399;
  22. width: 100%;
  23. padding: 20rpx 0;
  24. justify-content: center;
  25. }
  26. .box-shadow {
  27. box-shadow: 0rpx 2rpx 4rpx 0 rgba(0, 0, 0, 0.2);
  28. }
  29. .flex-empty {
  30. visibility: hidden;
  31. width: 120rpx;
  32. height: 0rpx;
  33. }
  34. .bwin-btn-100 {
  35. width: 100%;
  36. }
  37. .bwin-popup {
  38. display: flex;
  39. flex-direction: column;
  40. width: 100%;
  41. position: relative;
  42. min-height: 100%;
  43. overflow: hidden;
  44. }
  45. .bwin-popup .popup-header {
  46. z-index: 2;
  47. width: 80%;
  48. position: fixed;
  49. padding: 20rpx 0;
  50. text-align: center;
  51. font-size: 32rpx;
  52. color: #fff;
  53. font-weight: bold;
  54. background-color: #2080f0;
  55. border-top-left-radius: 20rpx;
  56. border-top-right-radius: 20rpx;
  57. }
  58. .bwin-popup .popup-body {
  59. z-index: 1;
  60. position: relative;
  61. top: 90rpx;
  62. margin-bottom: 90rpx;
  63. padding: 20rpx;
  64. font-size: 32rpx;
  65. overflow-y: scroll;
  66. }
  67. .bwin-popup .popup-footer {
  68. position: relative;
  69. left: 0;
  70. bottom: 20rpx;
  71. width: 100%;
  72. display: flex;
  73. justify-content: space-around;
  74. }
  75. .scoped-header .img {
  76. display: flex;
  77. align-content: center;
  78. align-items: center;
  79. }
  80. .scoped-header .img .i {
  81. width: 200rpx;
  82. height: 200rpx;
  83. }
  84. .page {
  85. padding: 20rpx;
  86. background-color: #ffffff;
  87. }
  88. .form {
  89. border-radius: 10rpx;
  90. padding: 0 40rpx;
  91. }
  92. .popup-body .tips-title {
  93. font-size: 32rpx;
  94. margin-bottom: 20rpx;
  95. }
  96. .popup-body .tips-content {
  97. font-size: 24rpx;
  98. color: #909399;
  99. margin-bottom: 60rpx;
  100. }
  101. .id_card {
  102. color: #606266;
  103. width: 100%;
  104. height: 350rpx;
  105. display: flex;
  106. flex-direction: column;
  107. align-items: center;
  108. justify-content: center;
  109. background-color: #f4f5f6;
  110. font-size: 24rpx;
  111. }
  112. .footer {
  113. position: absolute;
  114. text-align: center;
  115. bottom: 40rpx;
  116. font-size: 24rpx;
  117. }
  118. .footer .agreement {
  119. color: #fa3534;
  120. }
  121. .slot-content {
  122. font-size: 28rpx;
  123. color: #606266;
  124. padding: 20rpx;
  125. }
  126. .scoped-estate-list .sel-item {
  127. display: flex;
  128. border-bottom: 1PX solid #dcdcdc;
  129. padding: 20rpx;
  130. }
  131. .scoped-estate-list .sel-item.cur {
  132. background: #369af7;
  133. border-radius: 10rpx;
  134. overflow: hidden;
  135. }
  136. .scoped-estate-list .sel-item.cur .img {
  137. opacity: .6;
  138. }
  139. .scoped-estate-list .sel-item.cur .p1 {
  140. color: #fff;
  141. }
  142. .scoped-estate-list .sel-item.cur .p3 {
  143. color: #fff;
  144. }
  145. .scoped-estate-list .sel-left {
  146. width: 180rpx;
  147. border-radius: 10rpx;
  148. }
  149. .scoped-estate-list .sel-left .img {
  150. width: 180rpx;
  151. height: 120rpx;
  152. border-radius: 10rpx;
  153. }
  154. .scoped-estate-list .sel-right {
  155. margin-left: 20rpx;
  156. }
  157. .scoped-estate-list .sel-right .p1 {
  158. font-size: 30rpx;
  159. font-weight: bold;
  160. margin-bottom: 10rpx;
  161. }
  162. .scoped-estate-list .sel-right .p2 {
  163. margin-bottom: 10rpx;
  164. }
  165. .scoped-estate-list .sel-right .p3 {
  166. color: #369af7;
  167. font-size: 24rpx;
  168. font-weight: bold;
  169. }
  170. .scoped-estate-popup {
  171. height: 100%;
  172. padding-bottom: 100rpx;
  173. }
  174. .scoped-estate-popup .popup-body {
  175. box-sizing: border-box;
  176. border-bottom: 1PX solid #dcdcdc;
  177. }
  178. .scoped-popup-header-input {
  179. position: fixed;
  180. width: 90%;
  181. display: flex;
  182. border-bottom: 1PX solid #dcdcdc;
  183. }
  184. .scoped-popup-header-input .input {
  185. flex: 1;
  186. padding-left: 20rpx;
  187. height: 80rpx;
  188. }
  189. .scoped-popup-header-input .input .u-input__input {
  190. height: 80rpx;
  191. }
  192. .scoped-popup-header-input .b {
  193. width: 200rpx;
  194. height: 80rpx;
  195. line-height: 80rpx;
  196. background: #2d8cf0;
  197. color: #fff;
  198. text-align: center;
  199. margin-left: 20rpx;
  200. }