setinfo.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: 200rpx;
  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. position: relative;
  35. display: flex;
  36. align-items: center;
  37. padding: 0 30rpx;
  38. min-height: 110rpx;
  39. background: #fff;
  40. align-items: flex-start;
  41. line-height: 110rpx;
  42. }
  43. .row .tit {
  44. flex-shrink: 0;
  45. width: 200rpx;
  46. font-size: 32rpx;
  47. color: #303133;
  48. }
  49. .row .input {
  50. flex: 1;
  51. text-align: right;
  52. font-size: 28rpx;
  53. color: #999999;
  54. height: 110rpx;
  55. }
  56. .row .currentWordNumber {
  57. color: #999999;
  58. font-size: 24rpx;
  59. position: absolute;
  60. right: 0;
  61. bottom: 0;
  62. margin: -100rpx 30rpx;
  63. }
  64. .add-btn {
  65. display: flex;
  66. align-items: center;
  67. justify-content: center;
  68. margin: 158rpx auto 30rpx;
  69. width: 560rpx;
  70. height: 80rpx;
  71. background: linear-gradient(0deg, #2E58FF, #32C6FF);
  72. border-radius: 40px;
  73. color: #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 #32C6FF;
  83. background: #FFFFFF;
  84. border-radius: 40px;
  85. color: #32C6FF;
  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. }