index.rpx.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .page{
  2. height: 100vh;
  3. background: #F9F9F9;
  4. padding: 0 32rpx;
  5. }
  6. .outView{
  7. background: #FFFFFF;
  8. border-radius: 15rpx;
  9. padding: 0 24rpx;
  10. margin-top: 24rpx;
  11. }
  12. .photoView{
  13. width: 100rpx;
  14. height: 100rpx;
  15. border-radius: 50rpx;
  16. padding: 0;
  17. margin: 30rpx 0;
  18. overflow: hidden;
  19. }
  20. .photoImage{
  21. width: 100rpx;
  22. height: 100rpx;
  23. }
  24. .key{
  25. font-size: 28rpx;
  26. font-family: PingFangSC-Regular, PingFang SC;
  27. font-weight: 400;
  28. color: #333333;
  29. line-height: 44rpx;
  30. }
  31. .bordBot{
  32. border-bottom: 1px solid #F7F7F7;
  33. }
  34. .nikeName{
  35. font-size: 28rpx;
  36. font-family: PingFangSC-Regular, PingFang SC;
  37. font-weight: 400;
  38. color: #999999;
  39. margin: 28rpx 28rpx 28rpx 0;
  40. text-align: right;
  41. }
  42. .groupItemContent{
  43. font-size: 24rpx;
  44. font-family: PingFangSC-Regular, PingFang SC;
  45. font-weight: 400;
  46. color: #999999;
  47. margin: 30rpx 0;
  48. }
  49. .updateButton{
  50. margin-top: 60rpx;
  51. border-radius: 40rpx;
  52. background: #FFE05C;
  53. font-size: 30rpx;
  54. }
  55. .updateButton:after{
  56. border: none;
  57. }
  58. .logoutButton{
  59. margin-top: 100rpx;
  60. }