mine.scss 2.5 KB

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