register.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .top-img{
  2. width:100%;
  3. }
  4. .form-wrapper{
  5. padding:86rpx 66rpx 0;
  6. }
  7. .form-item{
  8. display: flex;
  9. height: 68rpx;
  10. margin:0 0 32rpx;
  11. }
  12. .item-left{
  13. width:120rpx;
  14. color:#2a2a2a;
  15. font-size: 30rpx;
  16. text-align: justify;
  17. line-height: 78rpx;
  18. margin-right: 20rpx;
  19. }
  20. .item-right{
  21. border-radius: 10rpx;
  22. border: 2rpx solid #DCDCDC;
  23. flex: 1;
  24. padding: 0 20rpx 0;
  25. text-align: left;
  26. color: #85868A;
  27. font-size: 28rpx;
  28. height: 78rpx;
  29. line-height: 78rpx;
  30. }
  31. .city-select{
  32. display: flex;
  33. justify-content: flex-end;
  34. align-items: center;
  35. }
  36. .city{
  37. color:#85868A;
  38. }
  39. .arrow-down{
  40. width:0rpx;
  41. height:0;
  42. border-left: 14rpx solid transparent;
  43. border-right: 14rpx solid transparent;
  44. border-top: 16rpx solid #85868A;
  45. margin-left:8rpx;
  46. }
  47. .register-btn{
  48. background:url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/btn.png') no-repeat center;
  49. background-size: 100%;
  50. width:592rpx;
  51. height: 114rpx;
  52. margin:200rpx auto 80rpx;
  53. color:#fff;
  54. font-size: 36rpx;
  55. line-height:114rpx;
  56. text-align: center;
  57. font-weight:bold;
  58. }
  59. .name-input{
  60. color:#85868A;
  61. font-size: 28rpx;
  62. text-align: left;
  63. height: 78rpx;
  64. line-height: 78rpx;
  65. }