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.

61 lines
784 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. margin-bottom: 65rpx;
  39. }
  40. .input {
  41. text-align: right;
  42. padding-left: 20rpx;
  43. width: 400rpx;
  44. line-height: 70rpx;
  45. }
  46. .greyFont {
  47. color: #888888;
  48. }
  49. .submit {
  50. margin-top: 50rpx;
  51. }