index.less 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. page {
  2. background: #f6f6f6;
  3. padding-bottom: 148rpx;
  4. }
  5. .background {
  6. height: 300rpx;
  7. width: 100%;
  8. display: flex;
  9. justify-content: center;
  10. align-items: center;
  11. image {
  12. width: 350rpx;
  13. height: 203rpx;
  14. transform: translateY(20rpx);
  15. }
  16. }
  17. .my {
  18. display: flex;
  19. justify-content: space-between;
  20. // background: #46a9a4;
  21. margin: 0rpx 30rpx;
  22. .my-title {
  23. display: flex;
  24. margin: 0rpx 20rpx;
  25. .my-image {
  26. width: 120rpx;
  27. height: 120rpx;
  28. // border-radius: 50%;
  29. }
  30. .my-name {
  31. margin: auto 20rpx;
  32. .name {
  33. font-size: 36rpx;
  34. font-weight: bold;
  35. }
  36. .id {
  37. font-size: 25rpx;
  38. }
  39. }
  40. }
  41. .my-home {
  42. margin: auto 20rpx;
  43. }
  44. }
  45. .box {
  46. display: flex;
  47. flex-wrap: wrap;
  48. background: #ffffff;
  49. margin: 30rpx;
  50. border-radius: 30rpx;
  51. padding: 30rpx 0 0 0;
  52. // button::after {
  53. // border: none;
  54. // }
  55. // button {
  56. // background-color: #fff;
  57. // padding-left: 0;
  58. // padding-right: 0;
  59. // line-height: inherit;
  60. // }
  61. .box-title {
  62. // width: 230rpx;
  63. flex: 1;
  64. text-align: center;
  65. margin-bottom: 30rpx;
  66. .box-icon {
  67. width: 45rpx;
  68. height: 45rpx;
  69. }
  70. .box-name {
  71. font-size: 24rpx;
  72. font-weight: 800;
  73. }
  74. }
  75. }
  76. .box2 {
  77. margin:0 30rpx;
  78. border-radius: 16rpx;
  79. button::after {
  80. border: none;
  81. }
  82. button {
  83. background-color: #fff;
  84. padding-left: 0;
  85. padding-right: 0;
  86. line-height: inherit;
  87. }
  88. .box-title {
  89. height: 120rpx;
  90. width: 690rpx;
  91. flex: 1;
  92. background-color: #fff;
  93. text-align: center;
  94. display: flex;
  95. // border: 1px solid ;
  96. justify-content: space-between;
  97. .box-icon {
  98. // border: 1rpx solid;
  99. margin: auto 0;
  100. margin-left: 10rpx;
  101. width: 60rpx;
  102. height: 60rpx;
  103. }
  104. .box-name {
  105. text-align: left;
  106. // border: 1px solid red;
  107. margin: auto 0;
  108. margin-left: 10rpx;
  109. height: 32rpx;
  110. width: 124rpx;
  111. transform: translateX(-220rpx);
  112. // border: 1rpx solid;
  113. line-height: 32rpx;
  114. font-size: 30rpx;
  115. font-weight: 800;
  116. }
  117. .van-icon {
  118. text-align: right;
  119. color: red;
  120. }
  121. }
  122. .a {
  123. border-bottom: 3rpx solid #f6f6f6;
  124. }
  125. }