userinfo.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. .out {
  64. display: flex;
  65. align-items: center;
  66. justify-content: center;
  67. margin: 0 auto 30rpx;
  68. width: 560rpx;
  69. height: 80rpx;
  70. border: 1px solid #DC262B;
  71. background: #FFFFFF;
  72. border-radius: 40px;
  73. color: #DC262B;
  74. }
  75. .psw-wrapper {
  76. width: 548rpx;
  77. height: 344rpx;
  78. background-color: #ffffff;
  79. }
  80. .psw-wrapper .psw-title {
  81. width: 100%;
  82. font-size: 35rpx;
  83. padding: 43rpx 0 49rpx;
  84. text-align: center;
  85. font-weight: 800;
  86. }
  87. .psw-wrapper .psw-ipt {
  88. display: block;
  89. background-color: #dce3ed;
  90. height: 90rpx;
  91. width: 464rpx;
  92. padding-left: 30rpx;
  93. margin: 0 auto;
  94. font-size: 80rpx;
  95. }
  96. .psw-wrapper .psw-btn text {
  97. display: inline-block;
  98. text-align: center;
  99. width: 50%;
  100. padding-top: 29rpx;
  101. font-size: 35rpx;
  102. }
  103. .psw-wrapper .psw-qd {
  104. color: #32C6FF;
  105. }