index.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  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:url('https://636c-cloud1-5gcbmpia1fa667ea-1305758720.tcb.qcloud.la/wx-servant/btn.png') no-repeat center;
  78. background-size: 100%;
  79. width:592rpx;
  80. height: 114rpx;
  81. margin:50rpx auto 80rpx;
  82. color:#fff;
  83. font-size: 36rpx;
  84. line-height:114rpx;
  85. text-align: center;
  86. font-weight:bold;
  87. }
  88. .name-input{
  89. color: #333;
  90. /* //#85868A; */
  91. font-size: 32rpx;
  92. line-height: 66rpx;
  93. height: 66rpx;
  94. text-align: left;
  95. }
  96. .weui-uploader {
  97. margin-top: 50rpx;
  98. }
  99. .weui-uploader__hd {
  100. display: -webkit-box;
  101. display: -webkit-flex;
  102. display: flex;
  103. padding-bottom: 10px;
  104. -webkit-box-align: center;
  105. -webkit-align-items: center;
  106. align-items: center;
  107. }
  108. .weui-uploader__title {
  109. -webkit-box-flex: 1;
  110. -webkit-flex: 1;
  111. flex: 1;
  112. color: #333;
  113. }
  114. .weui-uploader__info {
  115. color: #b2b2b2;
  116. }
  117. .weui-uploader__bd {
  118. margin-bottom: -4px;
  119. margin-right: -9px;
  120. overflow: hidden;
  121. }
  122. .weui-uploader__file {
  123. float: left;
  124. margin-right: 9px;
  125. margin-bottom: 9px;
  126. }
  127. .weui-uploader__img {
  128. display: block;
  129. width: 79px;
  130. height: 79px;
  131. }
  132. .weui-uploader__file_status {
  133. position: relative;
  134. }
  135. .weui-uploader__file_status:before {
  136. content: " ";
  137. position: absolute;
  138. top: 0;
  139. right: 0;
  140. bottom: 0;
  141. left: 0;
  142. background-color: rgba(0, 0, 0, 0.5);
  143. }
  144. .weui-uploader__file-content {
  145. position: absolute;
  146. top: 50%;
  147. left: 50%;
  148. -webkit-transform: translate(-50%, -50%);
  149. transform: translate(-50%, -50%);
  150. color: #fff;
  151. }
  152. .weui-uploader__input-box {
  153. float: left;
  154. position: relative;
  155. margin-right: 9px;
  156. margin-bottom: 9px;
  157. width: 77px;
  158. height: 77px;
  159. border: 1px solid #d9d9d9;
  160. }
  161. .weui-uploader__input-box:after, .weui-uploader__input-box:before {
  162. content: " ";
  163. position: absolute;
  164. top: 50%;
  165. left: 50%;
  166. -webkit-transform: translate(-50%, -50%);
  167. transform: translate(-50%, -50%);
  168. background-color: #d9d9d9;
  169. }
  170. .weui-uploader__input-box:before {
  171. width: 2px;
  172. height: 39.5px;
  173. }
  174. .weui-uploader__input-box:after {
  175. width: 39.5px;
  176. height: 2px;
  177. }
  178. .weui-uploader__input-box:active {
  179. border-color: #999;
  180. }
  181. .weui-uploader__input-box:active:after, .weui-uploader__input-box:active:before {
  182. background-color: #999;
  183. }
  184. .weui-uploader__input {
  185. position: absolute;
  186. z-index: 1;
  187. top: 0;
  188. left: 0;
  189. width: 100%;
  190. height: 100%;
  191. opacity: 0;
  192. }
  193. .color-2c{
  194. margin-right:20rpx;
  195. font-size: 30rpx;
  196. }