mine.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .page-mine.data-v-dcbcfe34 {
  5. background-size: 100% 504rpx;
  6. background-repeat: no-repeat;
  7. background-color: #fff;
  8. height: 100vh;
  9. box-sizing: border-box;
  10. position: relative;
  11. }
  12. .page-mine .user-info.data-v-dcbcfe34 {
  13. padding-left: 30rpx;
  14. }
  15. .page-mine .user-info .user.data-v-dcbcfe34 {
  16. display: flex;
  17. align-items: center;
  18. padding: 106rpx 0 140rpx;
  19. }
  20. .page-mine .user-info .user .head.data-v-dcbcfe34 {
  21. display: block;
  22. width: 112rpx;
  23. height: 112rpx;
  24. }
  25. .page-mine .user-info .user .name.data-v-dcbcfe34 {
  26. font-family: 'Abhaya Libre';
  27. font-style: normal;
  28. font-weight: 700;
  29. font-size: 38rpx;
  30. line-height: 54rpx;
  31. color: #151515;
  32. padding-left: 30rpx;
  33. }
  34. .page-mine .form.data-v-dcbcfe34 {
  35. padding: 0 48rpx 0 36rpx;
  36. background-color: #fff;
  37. }
  38. .page-mine .form .item.data-v-dcbcfe34 {
  39. height: 120rpx;
  40. display: flex;
  41. justify-content: space-between;
  42. align-items: center;
  43. }
  44. .page-mine .form .item .item-title.data-v-dcbcfe34 {
  45. display: flex;
  46. align-items: center;
  47. }
  48. .page-mine .form .item .item-title .icon.data-v-dcbcfe34 {
  49. display: block;
  50. width: 48rpx;
  51. height: 48rpx;
  52. }
  53. .page-mine .form .item .item-title .name.data-v-dcbcfe34 {
  54. font-family: 'Abhaya Libre';
  55. font-style: normal;
  56. font-weight: 400;
  57. font-size: 32rpx;
  58. line-height: 48rpx;
  59. text-align: center;
  60. color: #151515;
  61. margin-left: 10rpx;
  62. }
  63. .page-mine .form .item .cont.data-v-dcbcfe34 {
  64. font-family: 'Abhaya Libre';
  65. font-style: normal;
  66. font-weight: 400;
  67. font-size: 32rpx;
  68. line-height: 48rpx;
  69. text-align: center;
  70. color: #151515;
  71. margin-left: 10rpx;
  72. }
  73. .page-mine .form .item .cont .rt-icon.data-v-dcbcfe34 {
  74. display: block;
  75. width: 15rpx;
  76. height: 15rpx;
  77. }
  78. .page-mine .title.data-v-dcbcfe34 {
  79. font-family: 'Abhaya Libre';
  80. font-style: normal;
  81. font-weight: 700;
  82. font-size: 34rpx;
  83. line-height: 40rpx;
  84. color: #151515;
  85. }
  86. .page-mine .btn-submit.data-v-dcbcfe34 {
  87. width: 654rpx;
  88. height: 88rpx;
  89. font-family: 'Abhaya Libre';
  90. font-style: normal;
  91. font-weight: 400;
  92. font-size: 32rpx;
  93. line-height: 88rpx;
  94. text-align: center;
  95. color: #999999;
  96. background: #F2F2F2;
  97. border-radius: 4px;
  98. text-align: center;
  99. position: absolute;
  100. bottom: 150rpx;
  101. margin-left: 50%;
  102. -webkit-transform: translateX(-50%);
  103. transform: translateX(-50%);
  104. }