userinfo.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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 .tit {
  41. flex-shrink: 0;
  42. width: 120rpx;
  43. font-size: 32rpx;
  44. color: #303133;
  45. }
  46. .row .input {
  47. flex: 1;
  48. text-align: right;
  49. font-size: 28rpx;
  50. color: #999999;
  51. }
  52. .add-btn {
  53. display: flex;
  54. align-items: center;
  55. justify-content: center;
  56. margin: 158rpx auto 30rpx;
  57. width: 560rpx;
  58. height: 80rpx;
  59. background: #dc262b;
  60. border-radius: 40px;
  61. color: #ffffff;
  62. }
  63. .add-btn1 {
  64. display: flex;
  65. align-items: center;
  66. justify-content: center;
  67. margin: 158rpx auto 30rpx;
  68. width: 560rpx;
  69. height: 80rpx;
  70. border: 1px solid #dc262b;
  71. color: #dc262b;
  72. border-radius: 40px;
  73. background: #ffffff;
  74. }
  75. .out {
  76. display: flex;
  77. align-items: center;
  78. justify-content: center;
  79. margin: 0 auto 30rpx;
  80. width: 560rpx;
  81. height: 80rpx;
  82. border: 1px solid #dc262b;
  83. background: #ffffff;
  84. border-radius: 40px;
  85. color: #dc262b;
  86. }
  87. .psw-wrapper {
  88. width: 548rpx;
  89. height: 344rpx;
  90. background-color: #ffffff;
  91. }
  92. .psw-wrapper .psw-title {
  93. width: 100%;
  94. font-size: 35rpx;
  95. padding: 43rpx 0 49rpx;
  96. text-align: center;
  97. font-weight: 800;
  98. }
  99. .psw-wrapper .psw-ipt {
  100. display: block;
  101. background-color: #dce3ed;
  102. height: 90rpx;
  103. width: 464rpx;
  104. padding-left: 30rpx;
  105. margin: 0 auto;
  106. font-size: 80rpx;
  107. }
  108. .psw-wrapper .psw-btn text {
  109. display: inline-block;
  110. text-align: center;
  111. width: 50%;
  112. padding-top: 29rpx;
  113. font-size: 35rpx;
  114. }
  115. .psw-wrapper .psw-qd {
  116. color: #32c6ff;
  117. }