index.less 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. page {
  2. background-color: #f8f8f8;
  3. .info {
  4. display: flex;
  5. align-items: center;
  6. margin: 231rpx 0 0 76rpx;
  7. font-size: 36rpx;
  8. font-family: Source Han Sans CN;
  9. font-weight: bold;
  10. color: #F8F8F8;
  11. .avatar {
  12. padding: 0;
  13. line-height: normal;
  14. background: transparent;
  15. image {
  16. border-radius: 100rpx;
  17. }
  18. }
  19. .info-text {
  20. display: flex;
  21. align-items: center;
  22. text-indent: 28rpx;
  23. }
  24. image {
  25. width: 113rpx;
  26. height: 113rpx;
  27. }
  28. }
  29. .box {
  30. display: flex;
  31. flex-wrap: wrap;
  32. // background: #ffffff;
  33. margin: 16rpx 48rpx 0 48rpx;
  34. border-radius: 30rpx;
  35. padding: 30rpx 0 0 0;
  36. .box-title {
  37. flex: 1;
  38. text-align: center;
  39. margin-bottom: 30rpx;
  40. .box-icon {
  41. width: 80rpx;
  42. height: 80rpx;
  43. }
  44. .box-name {
  45. font-size: 27rpx;
  46. font-family: MiSans;
  47. font-weight: 400;
  48. color: #363636;
  49. }
  50. }
  51. }
  52. .divider {
  53. padding: 0 36rpx;
  54. .van-divider {
  55. margin: 0;
  56. padding: 0;
  57. }
  58. }
  59. .box2 {
  60. margin: 0 30rpx;
  61. border-radius: 16rpx;
  62. button::after {
  63. border: none;
  64. }
  65. button {
  66. // background-color: #fff;
  67. padding-left: 0;
  68. padding-right: 0;
  69. line-height: inherit;
  70. }
  71. .box-title {
  72. height: 120rpx;
  73. width: 690rpx;
  74. flex: 1;
  75. // background-color: #fff;
  76. text-align: center;
  77. display: flex;
  78. // border: 1px solid ;
  79. justify-content: space-between;
  80. .box-icon {
  81. // border: 1rpx solid;
  82. margin: auto 0;
  83. margin-left: 10rpx;
  84. width: 60rpx;
  85. height: 60rpx;
  86. }
  87. .box-name {
  88. text-align: left;
  89. // border: 1px solid red;
  90. margin: auto 0;
  91. margin-left: 10rpx;
  92. height: 32rpx;
  93. width: 124rpx;
  94. transform: translateX(-220rpx);
  95. // border: 1rpx solid;
  96. line-height: 32rpx;
  97. font-size: 30rpx;
  98. font-weight: 800;
  99. }
  100. .van-icon {
  101. text-align: right;
  102. color: red;
  103. }
  104. }
  105. .a {
  106. border-bottom: 3rpx solid #e8e8e8;
  107. }
  108. }
  109. }