index.rpx.css 1.1 KB

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