mine.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. border-radius: 50%;
  25. }
  26. .page-mine .user-info .user .name.data-v-dcbcfe34 {
  27. font-family: 'Abhaya Libre';
  28. font-style: normal;
  29. font-weight: 700;
  30. font-size: 38rpx;
  31. line-height: 54rpx;
  32. color: #151515;
  33. padding-left: 30rpx;
  34. }
  35. .page-mine .form.data-v-dcbcfe34 {
  36. padding: 0 48rpx 0 36rpx;
  37. background-color: #fff;
  38. }
  39. .page-mine .form .item.data-v-dcbcfe34 {
  40. height: 120rpx;
  41. display: flex;
  42. justify-content: space-between;
  43. align-items: center;
  44. }
  45. .page-mine .form .item .item-title.data-v-dcbcfe34 {
  46. display: flex;
  47. align-items: center;
  48. }
  49. .page-mine .form .item .item-title .icon.data-v-dcbcfe34 {
  50. display: block;
  51. width: 48rpx;
  52. height: 48rpx;
  53. }
  54. .page-mine .form .item .item-title .name.data-v-dcbcfe34 {
  55. font-family: 'Abhaya Libre';
  56. font-style: normal;
  57. font-weight: 400;
  58. font-size: 32rpx;
  59. line-height: 48rpx;
  60. text-align: center;
  61. color: #151515;
  62. margin-left: 10rpx;
  63. }
  64. .page-mine .form .item .cont.data-v-dcbcfe34 {
  65. font-family: 'Abhaya Libre';
  66. font-style: normal;
  67. font-weight: 400;
  68. font-size: 32rpx;
  69. line-height: 48rpx;
  70. text-align: center;
  71. color: #151515;
  72. margin-left: 10rpx;
  73. }
  74. .page-mine .form .item .cont .rt-icon.data-v-dcbcfe34 {
  75. display: block;
  76. width: 15rpx;
  77. height: 15rpx;
  78. }
  79. .page-mine .title.data-v-dcbcfe34 {
  80. font-family: 'Abhaya Libre';
  81. font-style: normal;
  82. font-weight: 700;
  83. font-size: 34rpx;
  84. line-height: 40rpx;
  85. color: #151515;
  86. }
  87. .page-mine .btn-submit.data-v-dcbcfe34 {
  88. width: 654rpx;
  89. height: 88rpx;
  90. font-family: 'Abhaya Libre';
  91. font-style: normal;
  92. font-weight: 400;
  93. font-size: 32rpx;
  94. line-height: 88rpx;
  95. text-align: center;
  96. color: #999999;
  97. background: #F2F2F2;
  98. border-radius: 4px;
  99. text-align: center;
  100. position: absolute;
  101. bottom: 150rpx;
  102. margin-left: 50%;
  103. -webkit-transform: translateX(-50%);
  104. transform: translateX(-50%);
  105. }