user.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. /* pages/user/user.wxss */
  2. page {
  3. background: #F7F7F7;
  4. }
  5. .photo {
  6. background-color: #fff;
  7. padding: 30rpx 0 24rpx;
  8. text-align: center;
  9. }
  10. .userinfo-avatar {
  11. width: 80px;
  12. height: 80px;
  13. border: 1px solid rgba(0,0,0,0.1);
  14. border-radius: 50%;
  15. overflow: hidden;
  16. margin: 0 auto;
  17. background-size: 80px 80px;
  18. }
  19. .userinfo-nickname {
  20. text-align: center;
  21. display: block;
  22. font-size: 22rpx;
  23. color: rgba(19, 29, 52, 1);
  24. margin-top: 14rpx;
  25. }
  26. .info {
  27. margin-top: 20rpx;
  28. background-color: #fff;
  29. padding: 0 46rpx;
  30. }
  31. .info .item {
  32. border-bottom: 1px solid rgba(0,0,0,0.1);
  33. padding: 28rpx 0;
  34. display: flex;
  35. align-items: center;
  36. }
  37. .info .item:last-child {
  38. border-bottom: none;
  39. }
  40. .info .item > text {
  41. font-size: 30rpx;
  42. flex: 0 0 auto;
  43. color: #131D34;
  44. font-weight: 400;
  45. margin-right: 10px;
  46. }
  47. .info .item > .ir {
  48. flex: 1;
  49. }
  50. .ipname {
  51. width: 100%;
  52. text-align: right;
  53. font-size: 26rpx;
  54. color: #131D34;
  55. }
  56. .checkbox{
  57. padding-left: 80rpx;
  58. font-size: 26rpx;
  59. color: #131D34;
  60. position: relative;
  61. }
  62. .checkbox image {
  63. width: 34rpx;
  64. height: 34rpx;
  65. position: absolute;
  66. top: 50%;
  67. transform: translateY(-50%);
  68. left: 26rpx;
  69. }
  70. .radio {
  71. display: flex;
  72. align-items: center;
  73. justify-content: flex-end;
  74. }
  75. .picker-date {
  76. text-align: right;
  77. font-size: 26rpx;
  78. color: #131D34;
  79. }
  80. .picker-date image {
  81. width: 10rpx;
  82. height: 20rpx;
  83. margin-left: 20rpx;
  84. }
  85. .save {
  86. position: fixed;
  87. bottom: 0;
  88. left: 0;
  89. right: 0;
  90. padding: 28rpx 46rpx 64rpx;
  91. background-color: #fff;
  92. }
  93. .save button {
  94. height: 96rpx;
  95. background: #ED5D18;
  96. color: #fff;
  97. font-size: 34rpx;
  98. line-height: 96rpx;
  99. }
  100. .getPhone {
  101. background: none;
  102. width: 100%;
  103. padding: 0;
  104. font-size: 26rpx;
  105. color: #131D34;
  106. text-align: right;
  107. }