mine.scss 2.5 KB

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