index.rpx.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. }
  19. .photoImage{
  20. width: 100rpx;
  21. height: 100rpx;
  22. }
  23. .key{
  24. font-size: 28rpx;
  25. font-family: PingFangSC-Regular, PingFang SC;
  26. font-weight: 400;
  27. color: #333333;
  28. line-height: 44rpx;
  29. }
  30. .bordBot{
  31. border-bottom: 1px solid #F7F7F7;
  32. }
  33. .nikeName{
  34. font-size: 28rpx;
  35. font-family: PingFangSC-Regular, PingFang SC;
  36. font-weight: 400;
  37. color: #999999;
  38. margin: 28rpx 28rpx 28rpx 0;
  39. text-align: right;
  40. }
  41. .groupItemContent{
  42. font-size: 24rpx;
  43. font-family: PingFangSC-Regular, PingFang SC;
  44. font-weight: 400;
  45. color: #999999;
  46. margin: 30rpx 0;
  47. }
  48. .updateButton{
  49. margin-top: 60rpx;
  50. border-radius: 40rpx;
  51. background: #FFE05C;
  52. font-size: 30rpx;
  53. }
  54. .updateButton:after{
  55. border: none;
  56. }
  57. .picker{
  58. width: 300rpx;
  59. }
  60. .logoutButton{
  61. margin-top: 100rpx;
  62. }