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.

36 rivejä
483 B

  1. @import "../../app.wxss";
  2. .container {
  3. margin-top: 200rpx;
  4. padding: 0 40rpx 0 40rpx;
  5. text-align: center;
  6. }
  7. .avatar-wrapper {
  8. padding: 0;
  9. width: 103rpx !important;
  10. border-radius: 10rpx;
  11. margin-top: 40rpx;
  12. margin-bottom: 40rpx;
  13. }
  14. .avatar {
  15. display: block;
  16. width: 56px;
  17. height: 56px;
  18. }
  19. .des {
  20. margin-bottom: 30rpx;
  21. }
  22. .submit {
  23. margin-top: 40rpx;
  24. }
  25. .input {
  26. text-align: left;
  27. padding-left: 20rpx;
  28. height: 70rpx;
  29. border-bottom: 1px solid #afafaf;
  30. }