index.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. .top-img{
  2. width:100%;
  3. height: 140rpx;
  4. }
  5. .title{
  6. /* background-color: #cecccc; */
  7. padding: 20rpx 10rpx;
  8. color: #333;
  9. /* border-top-left-radius: 20rpx;
  10. border-top-right-radius: 20rpx; */
  11. text-align: center;
  12. font-size: 36rpx;
  13. }
  14. .stitle{
  15. color: #333;
  16. font-size: 32rpx;
  17. margin: 10rpx;
  18. flex: 1;
  19. text-align: center;
  20. }
  21. .content{
  22. color: #333;
  23. margin: 10rpx;
  24. flex: 1;
  25. text-align: center;
  26. }
  27. .content-red{
  28. color: red;
  29. }
  30. .form-wrapper{
  31. padding:36rpx 20rpx 0;
  32. }
  33. .form-item{
  34. display: flex;
  35. height: 68rpx;
  36. margin:0 0 32rpx;
  37. align-items: center;
  38. }
  39. .item-left{
  40. width:180rpx;
  41. color:#2a2a2a;
  42. font-size: 30rpx;
  43. text-align: justify;
  44. margin: auto 0;
  45. }
  46. .item-right{
  47. border-radius:10rpx;
  48. border: 2rpx solid #DCDCDC;
  49. flex:1;
  50. padding:0 20rpx 0;
  51. text-align: left;
  52. color:#85868A;
  53. font-size: 28rpx;
  54. margin: auto;
  55. height: 66rpx;
  56. }
  57. .city-select{
  58. display: flex;
  59. justify-content: flex-end;
  60. align-items: center;
  61. }
  62. .city{
  63. color:#85868A;
  64. }
  65. .arrow-down{
  66. width:0rpx;
  67. height:0;
  68. border-left: 14rpx solid transparent;
  69. border-right: 14rpx solid transparent;
  70. border-top: 16rpx solid #85868A;
  71. /* margin-left:8rpx; */
  72. margin-top: -35rpx;
  73. position: absolute;
  74. right: 40rpx;
  75. }
  76. .register-btn{
  77. background: #0099ff;
  78. border-radius: 10px;
  79. background-size: 100%;
  80. width:592rpx;
  81. height: 114rpx;
  82. margin:50rpx auto 80rpx;
  83. color:#fff;
  84. font-size: 36rpx;
  85. line-height:114rpx;
  86. text-align: center;
  87. font-weight:bold;
  88. }
  89. .name-input{
  90. color: #333;
  91. /* //#85868A; */
  92. font-size: 32rpx;
  93. line-height: 66rpx;
  94. height: 66rpx;
  95. text-align: left;
  96. }
  97. .weui-uploader {
  98. margin-top: 50rpx;
  99. }
  100. .weui-uploader__hd {
  101. display: -webkit-box;
  102. display: -webkit-flex;
  103. display: flex;
  104. padding-bottom: 10px;
  105. -webkit-box-align: center;
  106. -webkit-align-items: center;
  107. align-items: center;
  108. }
  109. .weui-uploader__title {
  110. -webkit-box-flex: 1;
  111. -webkit-flex: 1;
  112. flex: 1;
  113. color: #333;
  114. }
  115. .weui-uploader__info {
  116. color: #b2b2b2;
  117. }
  118. .weui-uploader__bd {
  119. margin-bottom: -4px;
  120. margin-right: -9px;
  121. overflow: hidden;
  122. }
  123. .weui-uploader__file {
  124. float: left;
  125. margin-right: 9px;
  126. margin-bottom: 9px;
  127. }
  128. .weui-uploader__img {
  129. display: block;
  130. width: 79px;
  131. height: 79px;
  132. }
  133. .weui-uploader__file_status {
  134. position: relative;
  135. }
  136. .weui-uploader__file_status:before {
  137. content: " ";
  138. position: absolute;
  139. top: 0;
  140. right: 0;
  141. bottom: 0;
  142. left: 0;
  143. background-color: rgba(0, 0, 0, 0.5);
  144. }
  145. .weui-uploader__file-content {
  146. position: absolute;
  147. top: 50%;
  148. left: 50%;
  149. -webkit-transform: translate(-50%, -50%);
  150. transform: translate(-50%, -50%);
  151. color: #fff;
  152. }
  153. .weui-uploader__input-box {
  154. float: left;
  155. position: relative;
  156. margin-right: 9px;
  157. margin-bottom: 9px;
  158. width: 77px;
  159. height: 77px;
  160. border: 1px solid #d9d9d9;
  161. }
  162. .weui-uploader__input-box:after, .weui-uploader__input-box:before {
  163. content: " ";
  164. position: absolute;
  165. top: 50%;
  166. left: 50%;
  167. -webkit-transform: translate(-50%, -50%);
  168. transform: translate(-50%, -50%);
  169. background-color: #d9d9d9;
  170. }
  171. .weui-uploader__input-box:before {
  172. width: 2px;
  173. height: 39.5px;
  174. }
  175. .weui-uploader__input-box:after {
  176. width: 39.5px;
  177. height: 2px;
  178. }
  179. .weui-uploader__input-box:active {
  180. border-color: #999;
  181. }
  182. .weui-uploader__input-box:active:after, .weui-uploader__input-box:active:before {
  183. background-color: #999;
  184. }
  185. .weui-uploader__input {
  186. position: absolute;
  187. z-index: 1;
  188. top: 0;
  189. left: 0;
  190. width: 100%;
  191. height: 100%;
  192. opacity: 0;
  193. }
  194. .color-2c{
  195. margin-right:20rpx;
  196. font-size: 30rpx;
  197. }