index.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. /* pages/userinfo/index.wxss */
  2. .info_card {
  3. margin: 20rpx 0 0 0;
  4. }
  5. .info_item:first-child {
  6. border: none;
  7. }
  8. .info_val {
  9. flex: auto;
  10. width: 100%;
  11. font-size: 30rpx;
  12. color: #333333;
  13. text-align: right;
  14. padding: 0 10rpx 0 0;
  15. }
  16. .prof_item {
  17. display: flex;
  18. align-items: center;
  19. justify-content: space-between;
  20. font-size: 28rpx;
  21. color: #333333;
  22. background: #ffffff;
  23. line-height: 120rpx;
  24. padding: 0 26rpx;
  25. border-top: 1px solid #F8F8F8;
  26. }
  27. .prof_item_label {
  28. font-size: 30rpx;
  29. font-weight: 500;
  30. color: #333333;
  31. }
  32. .prof_item_textarea {
  33. height: 154rpx;
  34. width: 100%;
  35. padding: 15rpx;
  36. background: #f5f5f5;
  37. margin: 20rpx 0;
  38. }
  39. .prof_imgs {
  40. width: 80rpx;
  41. height: 80rpx;
  42. position: relative;
  43. /* margin: 20rpx 0; */
  44. }
  45. .prof_imgs image {
  46. position: absolute;
  47. top: 0;
  48. left: 0;
  49. width: 100%;
  50. height: 100%;
  51. border-radius: 180rpx;
  52. }
  53. .prof_imgs text {
  54. width: 30rpx;
  55. height: 30rpx;
  56. text-align: center;
  57. line-height: 30rpx;
  58. border-radius: 30rpx;
  59. background: #ff0000;
  60. color: #ffffff;
  61. position: absolute;
  62. top: -15rpx;
  63. right: -15rpx;
  64. }
  65. .info_item {
  66. display: flex;
  67. align-items: center;
  68. justify-content: space-between;
  69. font-size: 28rpx;
  70. color: #333333;
  71. background: #ffffff;
  72. line-height: 120rpx;
  73. padding: 0 26rpx;
  74. border-top: 1px solid #F8F8F8;
  75. }
  76. .info_item:first-child {
  77. border: none;
  78. }
  79. .info_label {
  80. flex: none;
  81. font-size: 30rpx;
  82. width: 200rpx;
  83. color: #333333;
  84. }
  85. .info_input {
  86. flex: auto;
  87. display: block;
  88. width: 100%;
  89. text-align: right;
  90. background: none;
  91. border: none;
  92. height: 100rpx;
  93. font-size: 30rpx;
  94. }
  95. .setting_card {
  96. margin: 20rpx 0 0 0;
  97. }
  98. .setting_item {
  99. display: flex;
  100. align-items: center;
  101. justify-content: space-between;
  102. font-size: 28rpx;
  103. color: #333333;
  104. background: #ffffff;
  105. line-height: 120rpx;
  106. padding: 0 60rpx 0 30rpx;
  107. border-top: 1px solid #F8F8F8;
  108. }
  109. .setting_item:first-child {
  110. border: none;
  111. }