index.rpx.css 1.1 KB

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