mine.scss 2.3 KB

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