index.wxss 952 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. @import "/css/form2.wxss";
  2. /* 用户头部 */
  3. .user_header {
  4. width: 100%;
  5. padding: 0 16rpx;
  6. box-sizing: border-box;
  7. }
  8. .user_header_msg {
  9. display: flex;
  10. justify-content: space-between;
  11. width: 100%;
  12. height: 130rpx;
  13. padding: 0 24rpx;
  14. margin-bottom: 40rpx;
  15. box-sizing: border-box;
  16. }
  17. /* 头像 */
  18. .user_headPortrait {
  19. width: 130rpx;
  20. height: 100%;
  21. border-radius: 50%;
  22. margin-right: 30rpx;
  23. }
  24. .user_headPortrait>image {
  25. width: 100%;
  26. height: 100%;
  27. border-radius: 50%;
  28. box-shadow: 0px 0px 20rpx 0px rgba(0, 0, 0, 0.1);
  29. }
  30. .MRuserImg {
  31. display: flex;
  32. align-items: center;
  33. justify-content: center;
  34. width: 100%;
  35. height: 100%;
  36. border-radius: 50%;
  37. background-color: #F6F7F8;
  38. }
  39. .MRuserImg image {
  40. width: 60rpx;
  41. height: 60rpx;
  42. }
  43. /* 修改头像 */
  44. .changeImage {
  45. font-size: 32rpx;
  46. color: #333333;
  47. }
  48. .fbirthdate {
  49. color: #323233 !important;
  50. }