index.wxss 887 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. /* 修改头像 */
  31. .changeImage {
  32. width: 130rpx !important;
  33. height: 50rpx !important;
  34. line-height: 50rpx !important;
  35. color: #ffffff;
  36. background: #4DC2D4;
  37. padding: 0 !important;
  38. font-size: 26rpx;
  39. border-radius: 10rpx;
  40. }
  41. .fbirthdate {
  42. color: #323233 !important;
  43. }