C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
1016 B

  1. @import "../../app.wxss";
  2. .container {
  3. margin-top: 30rpx;
  4. padding: 0 40rpx 0 40rpx;
  5. }
  6. .next {
  7. float: right;
  8. width: 35rpx;
  9. height: 35rpx;
  10. margin-left: 20rpx;
  11. }
  12. .avatar {
  13. display: flex;
  14. justify-content: space-between;
  15. align-items: center;
  16. margin-bottom: 50rpx;
  17. }
  18. .right {
  19. display: flex;
  20. align-items: center;
  21. }
  22. .avatarBtn {
  23. width: 100rpx;
  24. height: 100rpx;
  25. border: 1px #b6b6b6 solid;
  26. border-radius: 50%;
  27. margin: 0;
  28. padding: 0;
  29. }
  30. .avatarCover {
  31. width: 100%;
  32. height: 100%;
  33. }
  34. .item {
  35. display: flex;
  36. justify-content: space-between;
  37. align-items: center;
  38. height: 35rpx;
  39. margin-bottom: 40rpx;
  40. padding-bottom: 20rpx;
  41. border-bottom: solid 1px #dddddd;
  42. }
  43. .itemAdress {
  44. display: flex;
  45. justify-content: space-between;
  46. align-items: center;
  47. margin-bottom: 40rpx;
  48. padding-bottom: 20rpx;
  49. border-bottom: solid 1px #dddddd;
  50. }
  51. .input {
  52. text-align: right;
  53. padding-left: 20rpx;
  54. width: 400rpx;
  55. }
  56. .greyFont {
  57. color: #888888;
  58. }
  59. .submit {
  60. margin-top: 50rpx;
  61. }