mine.scss 2.5 KB

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