personalData.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .wrap .info-wrap.data-v-44ded03a {
  5. background-color: #f8f8f8;
  6. }
  7. .wrap .info-wrap .avatar-container.data-v-44ded03a {
  8. margin: 32rpx auto;
  9. width: 156rpx;
  10. height: 156rpx;
  11. background: rgba(255, 255, 255, 0.39);
  12. border: 2rpx solid #707070;
  13. border-radius: 50%;
  14. position: relative;
  15. overflow: hidden;
  16. }
  17. .wrap .info-wrap .avatar-container .avatar.data-v-44ded03a {
  18. width: 156rpx;
  19. height: 156rpx;
  20. border-radius: 50%;
  21. display: block;
  22. }
  23. .wrap .info-wrap .avatar-container .edit.data-v-44ded03a {
  24. width: 100%;
  25. height: 42rpx;
  26. line-height: 42rpx;
  27. text-align: center;
  28. position: absolute;
  29. bottom: 0;
  30. left: 50%;
  31. -webkit-transform: translateX(-50%);
  32. transform: translateX(-50%);
  33. font-size: 26rpx;
  34. font-family: PingFang SC;
  35. font-weight: 400;
  36. color: #FFFFFF;
  37. background: rgba(0, 0, 0, 0.6);
  38. }
  39. .wrap .info-wrap .uni-list-item-custom.data-v-44ded03a {
  40. display: flex;
  41. justify-content: space-between;
  42. align-items: center;
  43. padding: 12rpx 15px;
  44. padding-left: 15px;
  45. border-bottom: 1px solid #e7e7e7;
  46. }
  47. .wrap .info-wrap .uni-list-item-custom .headline.data-v-44ded03a {
  48. font-size: 14px;
  49. color: #3b4144;
  50. overflow: hidden;
  51. }
  52. .wrap .uni-popup-dialog-wrap.data-v-44ded03a {
  53. margin-top: -180rpx;
  54. }
  55. .wrap .submit-BT.data-v-44ded03a {
  56. width: 424rpx;
  57. height: 72rpx;
  58. line-height: 72rpx;
  59. text-align: center;
  60. position: fixed;
  61. bottom: 120rpx;
  62. left: 50%;
  63. -webkit-transform: translateX(-50%);
  64. transform: translateX(-50%);
  65. background: #3D90F4;
  66. border-radius: 42rpx;
  67. font-size: 32rpx;
  68. font-family: PingFang SC;
  69. font-weight: 400;
  70. color: #FFFFFF;
  71. z-index: 999;
  72. }
  73. .wrap .uni-popup-modal.data-v-44ded03a {
  74. width: 500rpx;
  75. background-color: #fff;
  76. box-shadow: 0 0 6rpx rgba(0, 0, 0, 0.6);
  77. border-radius: 16rpx;
  78. }
  79. .wrap .uni-popup-modal .uni-popup-title.data-v-44ded03a {
  80. color: #000;
  81. font-size: 32rpx;
  82. line-height: 1;
  83. text-align: center;
  84. padding: 30rpx 0;
  85. }
  86. .wrap .uni-popup-modal .uni-popup-content.data-v-44ded03a {
  87. padding: 20rpx 20rpx 80rpx;
  88. }
  89. .wrap .uni-popup-modal .handle-wrap .bt.data-v-44ded03a {
  90. display: inline-block;
  91. width: 50%;
  92. height: 80rpx;
  93. line-height: 60rpx;
  94. color: #333;
  95. font-size: 32rpx;
  96. text-align: center;
  97. }
  98. .wrap .uni-popup-modal .handle-wrap .bt.confirm.data-v-44ded03a {
  99. color: #007aff;
  100. }