mine.scss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. .wrapper {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. width: 100%;
  6. padding: 40rpx 0 100rpx;
  7. }
  8. .portrait {
  9. width: 169rpx;
  10. height: 169rpx;
  11. border-radius: 50%;
  12. overflow: hidden;
  13. }
  14. .nickname-wrap {
  15. display: flex;
  16. justify-content: center;
  17. align-items: center;
  18. width: 100%;
  19. margin-top: 23rpx;
  20. input {
  21. width: 100%;
  22. height: 50rpx;
  23. font-size: 36rpx;
  24. color: rgba(51, 51, 51, 1);
  25. text-align: center;
  26. }
  27. text {
  28. height: 50rpx;
  29. font-size: 36rpx;
  30. color: rgba(51, 51, 51, 1);
  31. }
  32. image {
  33. margin-left: 10rpx;
  34. width: 26rpx;
  35. height: 28rpx;
  36. }
  37. }
  38. .account {
  39. margin-top: 11rpx;
  40. height: 38rpx;
  41. line-height: 38rpx;
  42. font-size: 24rpx;
  43. color: rgba(153, 153, 153, 1);
  44. }
  45. .main {
  46. padding-top: 31rpx;
  47. }
  48. .business-account {
  49. position: relative;
  50. left: 0;
  51. top: 0;
  52. margin-bottom: 20rpx;
  53. image {
  54. position: absolute;
  55. left: 0;
  56. top: 0;
  57. right: 0;
  58. bottom: 0;
  59. width: 100%;
  60. height: 100%;
  61. }
  62. & > view {
  63. position: relative;
  64. left: 0;
  65. top: 0;
  66. z-index: 1;
  67. display: flex;
  68. justify-content: space-between;
  69. flex-direction: column;
  70. width: 690rpx;
  71. min-height: 232rpx;
  72. padding: 37rpx 34rpx 29rpx;
  73. }
  74. .describe {
  75. line-height: 48rpx;
  76. line-height: 36rpx;
  77. color: rgba(255, 255, 255, 1);
  78. }
  79. .box {
  80. display: flex;
  81. align-items: center;
  82. }
  83. &-name-wrap {
  84. width: calc(100% - 208rpx);
  85. }
  86. &-name {
  87. line-height: 44rpx;
  88. font-size: 28rpx;
  89. color: rgba(255, 255, 255, 1);
  90. word-break: break-all;
  91. word-wrap: break-word;
  92. }
  93. .dashboard {
  94. display: flex;
  95. align-items: center;
  96. margin-top: 8rpx;
  97. view {
  98. line-height: 30rpx;
  99. font-size: 20rpx;
  100. color: rgba(255, 255, 255, 1);
  101. &:nth-of-type(2) {
  102. margin-left: 20rpx;
  103. }
  104. }
  105. }
  106. button.btn[type="default"] {
  107. width: 208rpx;
  108. height: 66rpx;
  109. border-radius: 20rpx;
  110. background-color: rgba(255, 255, 255, 1);
  111. font-size: 26rpx;
  112. color: rgba(107, 133, 89, 1);
  113. }
  114. }
  115. .list {
  116. display: flex;
  117. align-items: center;
  118. width: 690rpx;
  119. height: 100rpx;
  120. padding-left: 38rpx;
  121. margin-bottom: 16rpx;
  122. background: rgba(255, 255, 255, 1);
  123. box-shadow: 0 12rpx 98rpx 0 rgba(55, 55, 55, 0.05);
  124. .label {
  125. width: 48rpx;
  126. height: 48rpx;
  127. }
  128. .value {
  129. margin-left: 10px;
  130. line-height: 44rpx;
  131. font-size: 32rpx;
  132. color: rgba(51, 62, 99, 1);
  133. }
  134. }
  135. .van-uploader__preview,
  136. .van-uploader__upload {
  137. margin: 0 !important;
  138. }