userinfo.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .row1 {
  12. display: flex;
  13. align-items: center;
  14. justify-content: space-between;
  15. position: relative;
  16. padding: 0 30rpx;
  17. height: 110rpx;
  18. background: #fff;
  19. margin-bottom: 20rpx;
  20. }
  21. .row1 .tit {
  22. flex-shrink: 0;
  23. width: 120rpx;
  24. font-size: 32rpx;
  25. color: #303133;
  26. }
  27. .row1 .background-img {
  28. width: 80rpx;
  29. height: 80rpx;
  30. border-radius: 50%;
  31. background: #f2f2f2;
  32. }
  33. .row {
  34. display: flex;
  35. align-items: center;
  36. padding: 0 30rpx;
  37. height: 110rpx;
  38. background: #fff;
  39. }
  40. .row button {
  41. width: 80rpx;
  42. height: 80rpx;
  43. margin: 0;
  44. padding: 0;
  45. border-radius: 50%;
  46. }
  47. .row .avatar {
  48. width: 80rpx;
  49. height: 80rpx;
  50. border-radius: 50%;
  51. position: relative;
  52. z-index: 2;
  53. }
  54. .row .tit {
  55. flex-shrink: 0;
  56. width: 120rpx;
  57. font-size: 32rpx;
  58. color: #303133;
  59. }
  60. .row .input {
  61. flex: 1;
  62. text-align: right;
  63. font-size: 28rpx;
  64. color: #999999;
  65. }
  66. .add-btn {
  67. display: flex;
  68. align-items: center;
  69. justify-content: center;
  70. margin: 158rpx auto 30rpx;
  71. width: 560rpx;
  72. height: 80rpx;
  73. background: #ff4c4c;
  74. border-radius: 40px;
  75. color: #FFFFFF;
  76. }
  77. .out {
  78. display: flex;
  79. align-items: center;
  80. justify-content: center;
  81. margin: 0 auto 30rpx;
  82. width: 560rpx;
  83. height: 80rpx;
  84. border: 1px solid #ff4c4c;
  85. background: #FFFFFF;
  86. border-radius: 40px;
  87. color: #ff4c4c;
  88. }
  89. .psw-wrapper {
  90. width: 548rpx;
  91. height: 344rpx;
  92. background-color: #ffffff;
  93. }
  94. .psw-wrapper .psw-title {
  95. width: 100%;
  96. font-size: 35rpx;
  97. padding: 43rpx 0 49rpx;
  98. text-align: center;
  99. font-weight: 800;
  100. }
  101. .psw-wrapper .psw-ipt {
  102. display: block;
  103. background-color: #dce3ed;
  104. height: 90rpx;
  105. width: 464rpx;
  106. padding-left: 30rpx;
  107. margin: 0 auto;
  108. font-size: 80rpx;
  109. }
  110. .psw-wrapper .psw-btn text {
  111. display: inline-block;
  112. text-align: center;
  113. width: 50%;
  114. padding-top: 29rpx;
  115. font-size: 35rpx;
  116. }
  117. .psw-wrapper .psw-qd {
  118. color: #32C6FF;
  119. }