personinfo.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .top-bar{
  2. background-color: #343434;
  3. .bar-text{
  4. text-align: center;
  5. color: #fff;
  6. position: relative;
  7. padding-bottom: 15rpx;
  8. font-size: 25rpx;
  9. .left{
  10. position: absolute;
  11. left: 30rpx;
  12. top: 6rpx;
  13. >.left-img{
  14. width: 38rpx;
  15. height: 38rpx;
  16. }
  17. }
  18. }
  19. }
  20. .container {
  21. background-color: #F7F7F7;
  22. min-height: 1200rpx;
  23. letter-spacing: 3rpx;
  24. .head-img {
  25. height: 200rpx;
  26. display: flex;
  27. justify-content: space-between;
  28. background-color: #fff;
  29. padding: 0 50rpx;
  30. margin-bottom: 20rpx;
  31. .title{
  32. height: 200rpx;
  33. line-height: 200rpx;
  34. }
  35. .info {
  36. width: 150rpx;
  37. height: 150rpx;
  38. border-radius: 50%;
  39. margin-top: 25rpx;
  40. >image {
  41. width: 150rpx;
  42. height: 150rpx;
  43. border-radius: 50%;
  44. }
  45. }
  46. }
  47. .user-name,.sex,.birth,.tel{
  48. display: flex;
  49. justify-content: space-between;
  50. height: 100rpx;
  51. background-color: #fff;
  52. position: relative;
  53. padding: 0 50rpx;
  54. .title,.info{
  55. line-height: 100rpx;
  56. }
  57. .info{
  58. text-align: right;
  59. color: #707070;
  60. >input{
  61. height: 100%;
  62. }
  63. }
  64. .icon{
  65. width: 30rpx;
  66. height: 30rpx;
  67. position: absolute;
  68. top: 38rpx;
  69. right: 15rpx;
  70. }
  71. }
  72. }