modify-user.wxss 899 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .modify-form form{
  2. display:block;
  3. padding:70rpx 70rpx 0 70rpx;
  4. }
  5. .label-list {
  6. display: flex;
  7. width: 100%;
  8. height: 80rpx;
  9. align-items: center;
  10. border-bottom: 1px solid #e8e8e8;
  11. }
  12. .place {
  13. display: flex;
  14. align-items: center;
  15. font-size: 30rpx;
  16. color: #888888;
  17. }
  18. .label-list .label {
  19. color: #333;
  20. font-size: 33rpx;
  21. }
  22. .label-list input{
  23. padding-left: 20rpx;
  24. flex: 1;
  25. color: #333;
  26. font-size: 33rpx;
  27. }
  28. .label-list image {
  29. height: 80rpx;
  30. width: 80rpx;
  31. border-radius: 40rpx;
  32. }
  33. .label-lists {
  34. justify-content: space-between;
  35. }
  36. .submit {
  37. margin: 50rpx auto;
  38. width: 200rpx;
  39. height: 80rpx;
  40. background-color: var(--themeColor);
  41. color: #fff;
  42. border-radius: 15rpx;
  43. font-size: 35rpx;
  44. line-height: 80rpx;
  45. text-align: center;
  46. }
  47. .radio-group label{
  48. padding-left: 30rpx;
  49. font-size: 36rpx;
  50. }